@charset "Shift_JIS";

/* ========BASIC======== */


*{
font-family:Verdana, Helvetica, sans-serif;
color:#333;
}/*全体の文字色*/



body{
margin:0;
padding:0;
font-size:0.8em;
text-align:center;
line-height:1.4em;
letter-spacing:1px;
}



br{
letter-spacing:normal;
}

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

/*リンク色*/
a:hover{
color:#000;
text-decoration:none;
}

/*触れたときのリンク色*/

img{
border:0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}



/* ========TEMPLATE FRAMEWORK======== */


div#wrapper  {
width:760px;
margin:0 auto;
text-align:left;
padding:20px 10px 0 10px;
background:#fff url(image/bg.gif) 50% 50% repeat-y fixed;
}


div#header   {
width:720px;
height:120px;
margin:0 20px;
background:#fff url(image/bg_head.gif) 0% 0% no-repeat;
}


div#menu{
width:720px;
margin:0 20px;
padding-bottom:20px;
background:#fff url(image/bg_contents_head.gif) 100% 100% no-repeat;
}


div#contents {
width:720px;
clear:both;
margin:0 20px;
background:#fff url(image/bg_contents.gif) repeat-y;
border-bottom:1px solid #C3C3C3;
}


div#main{
width:480px;
float:left;
padding:0 10px;
}


div#sub{
width:200px;
float:right;
padding:0 10px;
}


div#footer{
width:700px;
padding:15px;
clear:both;
}



/* 回り込み解除 */


div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}



/* ========HEADER CUSTOMIZE======== */


div#header h1{
font-size:2em;
margin:0;
padding:10px;
}


div#header p{
margin:0;
padding:10px;
font-size:0.8em;
}

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


div#menu li {
list-style-type:none;
float:left;
text-align:center;
margin:0;
padding:0;
}


div#menu li a{
display:block;
width:120px;
background:#000066;
line-height:26px;
border-top:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
}


div#menu li a:hover{
background:#FFFFFF;
}




/* ========MAIN CONTENTS CUSTOMIZE======== */


div#main a{
border-bottom:1px dotted #333;
}


div#main a:hover{
border:0;
color:#666;
}


div#main h2 {
font-size:1em;
color:#fff;
padding:2px;
font-weight:bold;
background:#000066;
border-bottom:2px solid #C3C3C3;
margin-bottom:2px;
}


div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}


div#main p{
margin:0 0 1em 0;
}



/* ========SUB CONTENTS CUSTOMIZE======== */


div#sub a{
border-bottom:1px dotted #333;
}


div#sub a:hover{
border:0;
color:#666;
}


div#sub h2 {
font-size:1em;
color:#fff;
padding:2px;
font-weight:bold;
background:#000066;
border-bottom:2px solid #C3C3C3;
margin-bottom:2px;
}


div#sub h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}


div#sub p{
margin:0 0 1em 0;
font-size:0.8em;
}


div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}


div#sub dt{
font-weight:bold;
}



/* ========FOOTER CUSTOMIZE======== */


address{
background:#fff;
color:#33f;
text-align:center;
font-size:0.8em;
}