@charset "shift_jis";
*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font-size:95%;
}

a:link {
color: #333333; font-size:90%;
}
a:visited {
color: #333333; font-size:90%;
}
a:hover{
color: #333333; font-size:90%;
}
a img {
    border-style:none;
}

#base{
	width:820px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background:#ededed;
}

#header{
	width:820px;
	background:#363636;
	padding:5px 0px;
	color:#ffffff;
	border-top:5px solid #cb6a41;
	border-bottom:2px solid #cb6a41;	
}

#footer{
	width:820px;
	background:#363636;
	padding:5px 0px;
	color:#ffffff;
	border-top:3px solid #cb6a41;
	border-bottom:3px solid #cb6a41;	
}

#footer a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}


#header h1,#header p {
	padding:0px 5px;
}

#header h1 a {
	background-color: #363636;
	color: #ffffff;
	display:block;
	line-height: 50px;
	padding: 20px;	
	text-decoration: none;
	margin: 0px;
}

#pan{
	width:820px;
	height:15px;
	background:#363636;
	padding:5px 10px;
	color:#ffffff;
	border-top:0px solid #663636;
	border-bottom:3px solid #cb6a41;	
}

#left{
	float:left;
	width:653px;
	background:#ededed;
	
}

#navi {
	width:160px;
	margin-left:5px;
	color:#333333;
}
#navi li,#navi_2 li  {
	padding-left:10px;
}

#contents {
	background:#ffffff;
	width:485px;
	font-size:100%;
	float:right;
	padding-left:5px;
}

#contents h2 {
	font-size:14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
}

#contents p{
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:5px;
	line-height: 140%;
}

#contents a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

#navi_2{
	color:#333333;
	width:160px;
	margin-left:5px;
	font-size:100%;
	float:right;
}

.center {
	text-align:center;
}

