@charset "shift_jis";
/* 初期設定
--------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background-color: #ffffff;
	font-family:'MS PGothic','ＭＳ Ｐゴシック',Osaka,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
	color: #666666;
}
ul {
	list-style:none;
}
ol {
	list-style:none;
}
a{
	color:#0973cd;
	text-decoration:underline;
}
a:hover{
	color:#f90;
	text-decoration:underline;
}
.clearboth{
	clear:both;
}
.text01{
	color:#DA5300;
}
.text02{
	color:#CC0000;
}



/* コンテンツ
--------------------------------------------------*/
.contents{
	padding-top:15px;
	width:615px;
	font-size: 12px;
	line-height:19px;
}
.contents h2{
	padding-bottom:20px;
}
.contents h3{
	margin:35px 0 30px 0;
}
.contents_sec01 li{
	display:inline;
}
.contents_sec02{
	font-size: 11px;
	padding-top:25px;
}
.contents_sec03{
	background-color: #FBF4D3;
	border:4px solid #F1E197;
	padding-left:20px;
	margin-top:25px;
}
.contents_sec03 ul{
	background: URL(../img/icon01.jpg) no-repeat;
	background-position:left 50%;
	padding:20px 20px 20px 90px;
	list-style:disc;
	color:#663300;
}
.contents_sec03 ul li{
	line-height:17px;
	padding-top:3px;
}
.contents_sec04{
	text-align:right;
	margin-top:25px;
}
.contents_sec04 a{
	text-align:right;
	background: URL(../img/icon02.gif) no-repeat;
	padding-left:15px;
	font-size: 11px;
}
.contents_sec05{
	padding-top:25px;
}
.contents_sec05 img{
	float:left;
}
.contents_sec06{
	float:right;
	margin-top:10px;
	background: URL(../img/bg01.gif) no-repeat;
	width:504px;
}
.contents_sec06 div{
	font-size: 11px;
	color:#333333;
	line-height:15px;
	padding:20px 20px 20px 50px;
	background: URL(../img/bg02.gif) no-repeat;
	background-position:left bottom;
}
.contents_sec07{
	margin-top:20px;
	background: URL(../img/bg03.gif) no-repeat;
	width:615px;
	height:93px;
	position: relative; 
}
.contents_sec07 img{
	position : absolute;
	top:7px;
	left:391px;
}
