
@charset "utf-8";

body {
margin: 0;
padding: 0;
background-color: #ffffff; 
color: #000000;
font-size: 100%; 
}


a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }


#container {
width: 830px;
margin: 0 auto; 
background: url(sidebar_250.gif) repeat-y left;
background-color: #ffffff; 
border-left: 1px #c0c0c0 solid; 
border-right: 1px #c0c0c0 solid; 
}

#header {
	background-color: #f36;
	height: 120px;
	width: 830px;
	background-image: url(header-1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* --- ナビゲーション --- */
#nav {
	float: left;
	width: 250px; 
	padding-top: 10px;
}

#menu_v1{
	background:#fff;
	width:230px;
	margin-left: 10px;
}
#menu_v1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
#menu_v1 li{
	list-style:none;
	margin:2px 0;
	padding: 0px;
	line-height: normal;
}
#menu_v1 li a{
	list-style:none;
	background:#cfc;
	color:#101111;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:solid #01fe01;
	border-width:0 6px 0 11px;
	display:block;
	height:35px;
	line-height:35px;
	padding:0 0 0 10px;
}
#menu_v1 li a:hover{
	background:#99ccff;
	color:#ffffff;
}

#menu_v1 li a.blue{
	background:#99ccff;
	border:solid #0180ff;
	border-width:0 6px 0 11px;
}
#menu_v1 li a:hover.blue{
	background:#cfc;
	color:#f30;
}



#content {
float: left;
width: 580px;
}

div.footnav {
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 30px;
}

div.footnav ul.next {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.footnav ul.next li {
	margin: 0 5px;
	display: inline;
	font-size: 14px;
	letter-spacing: 3px;

}

/* --- フッタ --- */
#footer {
	clear: left;
	width: 100%;
	background-color: #ff3; 

}
#footer p{
	text-align: center;
	line-height: 45px;
	font-size: 12px;
}
#footer p a{
	text-decoration: none;
	color: #000;
}

h1{
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 3px;
	line-height: 30px;
	}
h2{
	font-size: 18px;
	color: #0180ff;
	margin-left: 10px;
	letter-spacing: -1px;
	margin-top: 20px;
	}
h3{
	font-size: 16px;
	background-color: #ffff96;
	margin: 20px 10px 0px;
	padding: 5px;
	}	
p{
	font-size: 14px;
	line-height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	}
li{
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	}	
