@charset "UTF-8";/* --------------------- * FONTSIZE MODEL *  * --------------------- *  63% ->	10pxに相彁E *  70% ->	11pxに相彁E *  75% ->	12pxに相彁E *  82% ->	13pxに相彁E *  88% ->	14pxに相彁E *  94% ->	15pxに相彁E * 100% ->	16pxに相彁E * 107% ->	17pxに相彁E * 113% ->	18pxに相彁E * 119% ->	19pxに相彁E * 125% ->	20pxに相彁E * --------------------- *//* ========BASIC======== */* {   font-family:Verdana, Helvetica, sans-serif;   color:#333;}body {   margin:0;   padding:0;   line-height:1.6;   letter-spacing:1px;   background:bdrose04.gif;}br {   letter-spacing:normal;}a {   color:#333;   text-decoration:none;}a:hover {   color:#008000;   text-decoration:none;}img {   border:0;}h1,h2,h3,h4,h5,h6 {   margin:0;}/* ========TEMPLATE LAYOUT======== */div#top {   width:760px;   margin:0 auto;   background:#fff;   border-top:5px solid #008F7C;   border-bottom:5px solid #008F7C;}div#header {   width:760px;   background:#fff;}div#menu {   width:760px;   background:#000;}div#contents {   clear:both;   width:760px;   margin-top:10px;}div#main {   float:left;   margin:0 10px;   width:380px;}div#sub1 {   float:left;   width:180px;}div#sub2 {   float:left;   width:180px;}div#footer {   position:relative;   clear:both;   width:760px;}/* 回り込み解除 */div#contents:after {   content:"";   display:block;   height:0;   clear:both;   visibility:hidden;}/* ========HEADER CUSTOMIZE======== */div#header h1 {   margin:0;   padding:0 10px;   font-size:150%;/* 24px相彁E*/   color:#000;   line-height:80px;}div#header h1 a {   color:#000;}div#header h1 a:hover {   color:#ddd;}/* ========MENU CUSTOMIZE======== */div#menu ul {   margin:0;   padding:0;}div#menu li {   float:left;   font-size:82%;/* 13px相彁E*/   color:#333;   list-style-type:none;}div#menu li a {   display:block;   margin-right:1px;   padding:0 20px;   line-height:2.5;   color:#fff;}div#menu li a:hover{   color:#ddd;}/* 回り込み解除 */div#menu ul:after {   content:"";   display:block;   height:0;   clear:both;   visibility:hidden;}/* ========MAIN CONTENTS CUSTOMIZE======== */div#main a {   color:#008000;}div#main a:hover {   border:0;   color:#008000;   border-bottom:1px solid #008000;}div#main h2 {   margin-bottom:5px;   padding:2px 2px 2px 5px;   font-size:94%;/* 15px相彁E*/   font-weight:bold;   line-height:1.4;   border-left:5px solid #000;   background:url("images/bg_h2.gif");}div#main h3 {   margin-bottom:5px;   font-size:88%;/* 14px相彁E*/   border-bottom:3px double #000;   border-left:}div#main h4 {   margin-bottom:2px;   font-size:82%;/* 13px相彁E*/   line-height:1.4;}div#main h5 {   margin-bottom:2px;   font-size:82%;/* 13px相彁E*/   line-height:1.4;}div#main h6 {   margin-bottom:2px;   font-size:82%;/* 13px相彁E*/   line-height:1.4;}div#main p{   margin:0 0 1em 0;   font-size:82%;/* 13px相彁E*/   line-height:1.4;}div#main ul,ol,dl{   font-size:82%;/* 13px相彁E*/}div#main dd{   padding:0;   margin:0 0 1em 1em;   padding:3px;   background:#f1f1f1;}/* ========SUB1 CONTENTS CUSTOMIZE======== */div#sub1 .section {   background:#DEDDD0;}div#sub1 h2 {   padding:3px;   font-size:88%;/* 14px相彁E*/   font-weight:bold;   color:#fff;   background:#DEDDD0 url("images/bg_sub_h2.gif") 0 0 repeat-x;}div#sub1 ul {   margin:0;   padding:5px 0 1em 1em;}div#sub1 li {   margin:0;   padding-left:18px;   font-size:82%;/* 13px相彁E*/   line-height:1.8;   background:#DEDDD0 url("images/bg_list.gif") 0 6px no-repeat;   list-style:none;}/* ========SUB2 CONTENTS CUSTOMIZE======== */div#sub2 .section {   background:#DEDDD0;}div#sub2 h2 {   padding:3px;   font-size:88%;/* 14px相彁E*/   font-weight:bold;   color:#fff;   background:#DEDDD0 url("images/bg_sub_h2.gif") 0 0 repeat-x;}div#sub2 ul {   margin:0;   padding:5px 0 1em 1em;}div#sub2 li {   margin:0;   padding-left:18px;   font-size:82%;/* 13px相彁E*/   line-height:1.8;   background:#DEDDD0 url("images/bg_list.gif") 0 4px no-repeat;   list-style:none;}/* ========TOTOP CUSTOMIZE========= */div#totop {   padding:10px;   text-align:right;   font-size:82%;/* 13px相彁E*/}div#totop a{   padding:0 0 0 12px;   background:url("images/bg_totop.gif") 0 60% no-repeat;}/* ========FOOTER CUSTOMIZE======== */address{   padding:20px 0;   text-align:center;   font-style:normal;   font-size:75%;/* 12px相彁E*/   color:#333;   border-top:1px solid #ccc;}