
/*----リンク-------------------------------*/
A:link{ 
	color : #0000cc; 
}
A:visited{ 
	color : #0000cc; 
}
A:active{ 
	color : #009933; 
}
A:hover{ 
	color : #009933; 
}
a {
	text-decoration: indent;
}
/*----テキスト-----------------------------*/
h1{
	font-size:30px;
	margin:0px;
	padding:0px;
	color: #ffffff;
	font-weight: bold;
}
h2{
	font-size:14px;
	margin:0px;
	padding:0px;
	color: #ffffff;
	font-weight: bold;
}
strong{
	text-decoration: none;
	font-weight: normal;
}
/*----ボックス-----------------------------*/
body{
	margin-top:4px;
	background-color:#222222;
	margin:0 auto 0 0;
}
.base{
	width: 720px;
	font-size: 13px;
	margin-left:auto;margin-right:auto;
	line-height : 130%;
	background-color:#ffffff;
}
.title{
	width: 710px;
	height:95px;
	padding:15px 0 0 10px;
	background : url(./image/title_logo.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.title_under{
	width: 720px;
	height:21px;
	padding:5px 0 0 0;
	background-color :#B7D5FF;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#000000;
}
.left{
	width: 200px;
	height: auto;
	margin: 5px 0 0 0;
	padding:0 2px 0 2px;
	line-height : 130%;
	float: left;
}
.center{
	width: 511px;
	height:auto;
	margin: 5px 0 0 0;
	padding: 0 2px 0 2px;
	border-left: dashed #cccccc 1px;
	float: left;
	font-size: 14px;
}
/*----子ボックス-----------------------------*/
.content{
	width: 175px;
	height: 26px;
	margin: 3px 0 0 2px;
	padding:4px 2px 2px 17px;
	background : url(./image/bar_small.gif);
	background-repeat:no-repeat;
	font-weight: normal;
	color:#ffffff;
}
.content_box{
	width: 186px;
	height: auto;
	margin: -14px 0 0 2px;
	padding:9px 3px 3px 3px;
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	border-bottom: solid #333333 1px;
}
.subtitle{
	width: 468px;
	height:auto;
	margin: 3px 0 0 8px;
	padding:4px 2px 2px 17px;
	background : url(./image/bar_big.gif);
	background-repeat:no-repeat;
	color:#ffffff;
}
.sub_box{
	width: 484px;
	height:auto;
	margin: 1px 0 0 8px;
	padding:4px 2px 3px 3px;
	line-height : 135%;
}
/*----段組解除---------------------------*/
.space{
	clear: left;
}
/*----コピーライト-----------------------*/
.copy{
	width: 720px;
	height:18px;
	padding:3px 0 0 0;
	border-top: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	background-color:#07387B;
	text-align:center;
	color:#ffffff;
}

