@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/bg2.gif) 50% 50% repeat-y fixed;
	border-top-width: 0px;
	border-top-style: outset;
	border-top-color: #660066;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
	color:#333333;
	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:120px;
	background:#fff url(image/bg_head.jpg) 0% 50% no-repeat;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}

div#contents{
width:760px;
clear:both;
margin:0 10px;
}

div#main{
	width:560px;
	float:right;
}

div#sub{
	width:180px;
	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:3em;
	margin:0;
	line-height:normal;
	padding:40px 0 0 20px;
	height: auto;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #CC6633;
	color: #660066;
	text-align: center;
}

/* ========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:1.5em;
	padding:2px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom:10px;
	height: 30px;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #ddd;
	border-bottom-color: #ccc;
	border-left-color: #CC6600;
	text-indent: 10px;
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px dotted #0080B0;
}

div#main p{
	font-size: 1.1em;
margin:0 20px 1em 10px;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin:0;
	padding:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

div#menu li {
list-style-type:none;
margin:0;
padding:0;
}

div#menu li a{
	display:block;
	width:175px;
	color:#333;
	background:#efefef;
	line-height:26px;
	padding-left:5px;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #efefef;
	border-left-color: #336699;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
}

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:#FF8E8E;
	font-weight:bold;
	background-color: #F0F0F0;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6600;
	border-bottom-color: #CC6600;
}

/* ========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;
}
#top #contents #main pre {
	font-size: 12px;
}
h1.title a {
	color: #CC6600;
}

