<style type="text/css">
<!--
/*----リンク-------------------------------*/
A:link{ 
	color : #0000cc; 
}
A:visited{ 
	color : #0000cc; 
}
A:active{ 
	color : #009933; 
}
A:hover{ 
	color : #009933; 
}
a {
	text-decoration: indent;
}
/*----テキスト-----------------------------*/

.text1  { color : #ff0000 }
#text2  { color : #ff0000 }
#size1  { font-size:20px }
#size2  { font-size:18px }
#size3  { font-size:18px; 
          color : #ff0000 }

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;
           
}
/*----ボックス-----------------------------*/
body{
	margin-top:4px;
	background-color:#222222;
	margin:0 auto 0 0;
}
.base{
	width: 720px;
	font-size: 15px;
	margin-left:auto;margin-right:auto;
	line-height : 130%;
	background-color:#e0ffff;
}
.title{
	width: 710px;
	height:95px;
	padding:15px 0 0 10px;
	background-color:#4169E1;
	background-repeat:no-repeat;
	background-position: left bottom;
}
.title_under{
	width: 720px;
	height:21px;
	padding:5px 0 0 0;
	background-color :#86DEFF;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#0000cc;
}
.left{
	width: 200px;
	height: auto;
	margin: 5px 0 0 0;
	padding:0 2px 0 2px;
	line-height : 130%;
	float: right;
}
.center{
	width: 511px;
	height:auto;
	margin: 5px 0 0 0;
	padding: 0 2px 0 2px;
	border-right: dashed #cccccc 1px;
	float: right;
	font-size: 14px;
}
/*----子ボックス-----------------------------*/
.content{
	width: 175px;
	height: 26px;
	margin: 3px 0 0 2px;
	padding:4px 2px 2px 17px;
	background-color : #1e90ff;
	background-repeat:no-repeat;
	font-weight: bold;
	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-color : #1e90ff;
	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:#1D63C2;
	text-align:center;
	color:#ffffff;
}
-->
</style>
