@charset "utf-8";

/* ========BASIC======== */

body{
margin:0;
padding:0;
font-size:0.9em;
text-align:center;
line-height:1.4em;
letter-spacing:1px;
background : #ffcc33
}

br{
letter-spacing:normal;
}

a{
color:#333333;
text-decoration:none;
}

a:hover{
color:#ffffff;
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:url(../image/bg.gif) 50% 50% repeat-y fixed;
}

div#header   {
width:720px;
height:120px;
margin:0 20px;
background:url(../image/bg_head.jpg) 0% 0% no-repeat;
}

div#menu{
width:720px;
margin:0 20px;
padding-bottom:20px;
background:url(../image/bg_contents_head.gif) 100% 100% no-repeat;
}

div#contents {
width:720px;
clear:both;
margin:0 20px;
background: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;
color:#333333;
text-align:center;
font-size:0.8em;
}

/* ????????? */
div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:2em;
color : #ffffff;
margin:0;
padding:10px;
}

div#header h2{
margin:0;
padding:8px;
font-size:1.1em;
color : #ffffff;
}

div#header p{
margin:0;
padding:8px;
font-size:1.1em;
color : #ffffff;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
float:left;
width:120px;
text-align:center;
margin:0;
padding:0;
}

div#menu li a{
display:block;
width:120px;
background:#dddddd;
line-height:26px;
border-top:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
}

div#menu li a:hover{
background:#4682b4;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a:link{
border:0;
color:#3300CC;
}

div#main a:visited{
border:0;
color:#006699;
}

div#main a:hover{
border:0;
color:#ffcc00;
}

div#main a:active{
border:0;
color:#ffcc00;
}

div#main h2 {
font-size:1em;
color:#ffffff;
text-align : center;
padding:2px;
font-weight:bold;
background:#008080;
border-bottom:2px solid #005B99;
margin-bottom:2px;
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333333;
}

div#main dl,dt,dd{
line-height: 1.8em;
}

div#main p{
margin:0 1em 0 1em;
line-height: 1.6em;
font-size:0.9em;
}

div#main em {
	display:block;
	color:red;
	font-style:normal;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub a:link{
border:0;
color:#3300CC;
}

div#sub a:visited{
border:0;
color:#006699;
}

div#sub a:hover{
border:0;
color:#ffcc00;
}

div#sub a:active{
border:0;
color:#ffcc00;
}

div#sub h2 {
font-size:1em;
color:#ffffff;
text-align : center;
padding:2px;
font-weight:bold;
background:#008080;
border-bottom:2px solid #055B99;
margin-bottom:2px;
}

div#sub h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333333;
}

div#sub p{
margin:0 0 1em 0;
font-size:0.9em;
}

div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#sub dt{
font-weight:bold;
}

