/* ========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;
	background:#fff url(image/bg.gif) 50% 50% repeat-y fixed;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0099CC;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:#ddd;
text-decoration:none;
}

img{
border:0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
}

/* ========TEMPLATE FRAMEWORK======== */
div#top{
width:780px;
margin:0 auto;
text-align:left;
}

div#header{
width:780px;
height:60px;
background:#fff url(image/bg_head.gif) 0% 0% no-repeat;
border-bottom:1px solid #666;
margin-bottom:10px;
}

div#contents{
width:760px;
clear:both;
margin:0 10px;
}

div#main{
width:560px;
float:left;
}

div#sub{
width:180px;
float:right;
}

div#footer{
width:780px;
clear:both;
background:#fff;
border-top:1px solid #666;
margin-top:10px;
}

/* 回り込み解除 */
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:2em;
margin:0;
line-height:60px;
padding:0 10px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a{
color:#0080B0;
}

div#main a:hover{
border:0;
color:#0080B0;
border-bottom:1px solid #0080B0;
}

div#main h2 {
	font-size:1em;
	padding:2px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px dotted #0080B0;
}

div#main p{
margin:0 0 1em 0;
line-height: 1.6;
padding: 0 10px 0 10px;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
margin:0;
padding:0;
}

div#menu li a{
display:block;
width:175px;
color:#333;
background:#ddd;
line-height:26px;
border-top:1px solid #999;
border-bottom:none;
padding-left:5px;
}

div#menu li a:hover{
color:#333;
background:#d4d4d4;
border-bottom:none;
border-top:1px solid #999;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
	font-size:1em;
	color:#fff;
	padding:2px;
	font-weight:bold;
	background-color: #0099CC;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
text-align:right;
padding:10px 10px 0 0;
}

div#footerMenu{
padding:10px 0;
}

div#footerMenu a{
color:#333;
}

div#footerMenu a:hover{
border:0;
color:#333;
border-bottom:1px solid #333;
}

div#footerMenu ul{
margin:0;
padding:0;
list-style:none;
}
div#footerMenu li{
display:inline;
margin:0 0 0 10px;
padding-left:8px;
background:url(image/arrow.gif) 0 4px no-repeat;
}

address{
color:#333;
text-align:center;
font-size:0.8em;
padding:20px 0;
background:#f1f1f1;
border-top:2px solid #ddd;
}
