/*----リンク-------------------------------*/

A:link{ 
color : #0000FF; 
}
A:visited{ 
color : #0000FF;
}
A:active{ 
color : #0000FF; 
}
A:hover{ 
color : #FF0000; 
background-color : #FFFFE6; 
}
a {
	text-decoration: underline;
}

#header A:link{ 
color : #000000; 
}
#header A:visited{ 
color : #000000;
}
#header A:active{ 
color : #000000; 
}
#header A:hover{ 
color : #FF0000; 
background-color : #FFFFE6; 
}
#header a {
	text-decoration: none;
}

/*----テキスト-----------------------------*/
h1{
	font-size:13px;
	margin:0 0 0 0;
	padding:0px;
	color: #676767;
	font-weight: normal;
}
h2{
	font-size:18px;
	margin:0px;
	padding:0px;
	color: #ffffff;

}
strong{
	text-decoration: none;
	font-weight: normal;
}
form{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
img { border-width: 0; }

/*----ボックス-----------------------------*/
body{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}
#base{
	width: 772px;
	font-size: 13px;
	line-height : 140%;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
}
#header{
	width: 762px;
	height: auto;
	border-bottom: 5px solid #ff0000;
	text-align: right;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#header_index {
	width: 762px;
	height: auto;
	padding:12px 10px 0 0;
	border-bottom: 5px solid #ff0000;
	text-align: right;
}

#contents{
	width: 772px;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 450px;
}

/*----子ボックス-----------------------------*/

.box01{
	width: 200px;
	height: 300px;
	margin:30px 0 30px 30px;
	padding:5px 0 5px 0;
	float:left;
}
.box02{
	width: 200px;
	height: 290px;
	margin:30px 0 30px 30px;
	padding:15px 0 5px 0;
	float:left;
}

/*----コピーライト-----------------------*/
#footer{
	width: 772px;
	height: 21px;
	padding:0;
	border-top: 5px solid #ff0000;
	text-align:right;
}
#footer A:link{ 
color : #000000; 
}
#footer A:visited{ 
color : #000000;
}
#footer A:active{ 
color : #000000; 
}
#footer A:hover{ 
color : #000000; 
}
#footer a {
	text-decoration: none;
}
/*----段組解除---------------------------*/
.space{
	clear: left;
}
#site_title h2 {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #ff0000;
	border-bottom-style: solid;
}
#sitemap_title h1 {
	background-color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 7px;
	height: 25px;
	text-indent: 20px;
}
