@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:#333;
text-decoration:none;
}

a:hover{
color:#fff;
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:15px 10px 0 10px;
background:#fff ;
}

div#header   {
width:720px;
height:120px;
margin:0 20px;
text-align:right;
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:530px;
float:left;
padding:0 10px;
}

div#normal{
width:700px;
margin:0 10px;
}

div#sub{
width:150px;
float:right;
padding:0 10px;
}

div#swindow{
width:380px;
height:480px;
background:#fff url(image/bg_wm.gif) 100% 100% no-repeat;
}

div#footer{
margin:0 10px;
width:720px;
padding:10px;
clear:both;
}


/* 回り込み解除 */
div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:3em;
color:#ffcc00;
font-weight:bold;
margin:0;
padding:10px;
}

div#header p{
margin:0;
padding:10px;
font-size:0.8em;
color:#ffcc00;
}

/* ========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:118px;
background:#FFCC00;
line-height:26px;
border-top:1px solid #FFCC33;
border-bottom:1px solid #CCCC00;
border-left:1px solid #FFCC33;
border-right:1px solid #CCCC00;
font-weight:bold;
color:#006600;
}

div#menu li a:hover{
background:#0000FF;
color:#FF0000;
}


/* ========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:#0000FF;
padding:2px;
font-weight:bold;
background:#ffcc00;
border-bottom:2px solid #0000FF;
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;
}

div#main img{
float:left;
margin-right:0.5em;
margin-bottom;0.5em;
border:0;
}

div#main dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#main dt{
font-weight:bold;
color:#ff0000;
}

/* ========NORMAL CONTENTS CUSTOMIZE======== */
div#normal a{
border-bottom:1px dotted #333;
}

div#normal a:hover{
border:0;
color:#666;
}

div#normal h2 {
font-size:1em;
color:#0000FF;
padding:2px;
font-weight:bold;
background:#ffcc00;
border-bottom:2px solid #0000FF;
margin-bottom:2px;
}

div#normal h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}

div#normal p{
margin:0 0 1em 0;
}

div#normal img{
margin-right:1em;
float:left;
}

/* ========SUB CONTENTS CUSTOMIZE======== */

div#sub a{
border-bottom:1px dotted #0000FF;
}

div#sub a:hover{
border:0;
color:#666;
}

div#sub h2 {
font-size:1em;
color:#0000FF;
padding:2px;
font-weight:bold;
background:#ffcc00;
border-bottom:2px solid #0000FF;
margin-bottom:2px;
}

div#sub h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}

div#sub p{
font-size:0.9em;
}

div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#sub dt{
font-weight:bold;
color:#ff0000;
}

div#sub img{
float:left;
margin-right:0.5em;
margin-bottom;0.5em;
border:0;
}


/* ========FOOTER CUSTOMIZE======== */

address{
background:#ffcc00;
color:#0000FF;
text-align:center;
font-size:0.8em;
}

div#footer a:hover{
border:0;
color:#666;
}

div#footer h2 {
font-size:0.8em;
text-align:center;
color:#0000FF;
padding:1px;
margin-bottom:1px;
}

