@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
/*   width:1024px;*/
/*   width:785px;*/
   width:640px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
/*   width:1024px;*/
/*   width:785px;*/
   width:640px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
}

div#pr {
   position:absolute;
   width:460px;
/*   left:300px;*/
   left:539px;
   top:10px;
}

div#menuWrapper {
   float:left;
   background:url("images/bg_menu_right.gif") 100% 0 no-repeat;
}

div#menu {
   float:left;
   padding:0 5px;
   background:url("images/bg_menu_left.gif") 0 0 no-repeat;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

div#main {
   float:left;
/*   width:495px;*/
/*   width:734px;*/
   width:590px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 10px;
   background:#0082C6 url("images/bg_footer_left.gif") 0 0 no-repeat;
}

/**/

img.main {
/*   width:495px;*/
   width:590px;

}

/**/
/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:82%;/* 13px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:82%;/* 13px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;

}

div#menu li a {
   display:block;
/*   width:155px;*/
   width:202.8px;
   line-height:50px;
   color:#fff;
   background:#1D97D7;
<!--   background:#0082C6;-->
}

div#menu li a:hover {
   color:fff;
   background:#33ccff;
<!--   background:#1D97D7;-->
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}

div#main h2 {
   margin-bottom:8px;
   padding-left:12px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:url("images/bg_main_h2.gif") 0 50% no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:82%;/* 13px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main div.section {
   margin-bottom:30px;
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub div.section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   border:1px solid #426D9C;
   background:url("images/bg_sub_h2.gif") 0 50% no-repeat;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:14px;
   background:url("images/bg_sub_list.gif") 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding-left:8px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
   background:url("images/bg_footer_right.gif") 100% 0 no-repeat;
}

/* ---- 冨田追加分 --- */
.title {
	font-family:"HG丸ゴシックM-PRO";
	font-size:350%;
	color:#00CCFF;
}

table.main {
   border:1px solid #0099CC;
   border-collapse:collapse;
   border-spacing:0;
   margin-left: 10px;
}

table.main td{
   font-size:82%;/* 13px相当 */
   border:1px solid #0099CC;
   border-collapse:collapse;
   border-spacing:0;
}

table.main th{
   font-size:82%;/* 13px相当 */
	 background-color:#1D97D7;
   color:#ffffff;
   border:1px solid #ffffff;
   border-collapse:collapse;
   border-spacing:0;
}

table.text-center td{
	text-align:center;
}

.text_right {
	 text-align:right;
}

.text_left {
	 text-align:left;
}

.text_center {
	 text-align:center;
}

hr.menu {
	 height:10px;
	 border:0px;
	 background-color:#1D97D7;
}

.font_red {
   color:red;
}

/* --- 約款部分 --- */
.stipulation_chap {
   font-weight: bold;
   color: #41459A;
   border-bottom: 1px solid #CCC;
   margin: 10px 0px 10px 0px;
}

.text_bold_1 {
   font-weight: bold;
   margin: 10px 0px;
}

.text_margin10 {
   margin: 0px 0px 0px 10px;
}

.text_margin10 li {
   font-size:13px;
}

/* --- うどんマップ部分 --- */
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 9px;
	font-style: italic;
}

/* --- 低電圧 部分 --- */
#teidenatu {
   padding:3px;
   font-size:75%;/* 11px相当 */
   font-weight:bold;
/*   color:#fff;*/
   border:2px solid #426D9C;
/*   background:url("images/bg_sub_h2.gif") 0 50% no-repeat;*/
	 text-align:center;
}

/* --- 会社住所 部分 --- */
#kaisya_jusyo {
   padding:3px;
   font-size:75%;/* 11px相当 */
   font-weight:bold;
/*   color:#fff;*/
   border:2px solid #426D9C;
/*   background:url("images/bg_sub_h2.gif") 0 50% no-repeat;*/
/*	 text-align:center;*/
}

/* 電動エコバイク特設サイトへのリンク用 */
#eebike_link {
	font-size:100%; /* 16px相当 */
  font-weight:bold;
  text-align:center;
}

/* バナー用 */
.banner {
	width:630px;
	margin-left:5px;
}

/* メイン部分の画像用 */
.main_img {
	width:500px;
}

/*
table.font100 td {
   font-size:100%;
}
*/