@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;
	background:#fff url(image/bg.gif) 50% 50% repeat-y fixed;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000099;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	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:200px;
	margin-bottom:10px;
	background-color: #fff;
	background-image: url(image/top.gif);
	background-repeat: no-repeat;
	background-position: center 0%;
	margin-top: 10px;
}
div#header ul{
	list-style-type: none;
	text-align: right;
	margin-top: 10px;
	margin-right: 25px;
}
div#header li {
	display: inline;
	color: #FFFFFF;
}


div#contents{
width:760px;
clear:both;
margin:0 10px;
}

div#main{
	width:580px;
	float:right;
}

div#sub{
width:165px;
float:left;
}

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 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
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:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

div#main h3 {
	margin-bottom:5px;
	font-size:1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000099;
	padding-left: 3px;
	font-weight: normal;
	color: #666666;
}
div#main li{
	display: inline;
}
div#main p{
margin:0 0 1em 0;
}

/* ========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:160px;
	color:#333;
	background:#ddd;
	line-height:26px;
	border-top:1px solid #999;
	border-bottom:none;
	padding-left: 5px;
}

div#menu li a:hover{
	color:#333333;
	border-bottom:none;
	border-top:1px solid #999;
	background-color: #CCFF00;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
}

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;
	padding-left:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

address{
color:#333;
text-align:center;
font-size:0.8em;
padding:20px 0;
background:#f1f1f1;
border-top:2px solid #ddd;
}

