@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,p{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border:0;
	font-size:12px;
		}
	
*:first-child+html body,h1,h2,h3,h4,p {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	width:100%;
	height: 100%;
	margin:0 auto;
	padding:0;
	background: #FFFFDF;
	color: #6a6969;
	line-height: 20px;
 }
 
a{
color:#00CC00;
text-decoration:none;
border:0;
display: block;
}

a:hover{
color:#009900;
text-decoration:underline;
display: block;
}

img{
border:0;
margin:0;
padding:0;
}

.clear{
	clear:both;
}

#main_box{
	width:680px;
	height:auto;
	padding:20px 0px 0px;
	margin: 0 auto;
	background: #FFFFFF;
}

/*---------- コンテンツ ----------*/
#main_contents{
	height: auto;
	width: 640px;
	margin: 0px 20px;
}

#main_img{
	height: 270px;
	width: 640px;
	margin-bottom: 15px;
}

#main_contents h1{
	margin:0 0 15px;
	padding:0;
	width: 640px;
	height: 28px;
}

#main_contents h2{
	color:#21B9B6;
	background: url(../../images/subtitle.gif);
	height: 32px;
	width: 640px;
	line-height: 29px;
	text-indent: 10px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 15px;
}

.point{
	color: #E86304;
	width: 50px;
	height: 22px;
	margin-right: 7px;
	font-size: 16px;
}

.stng{
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}

.contents01_base{
	height: auto;
	width: 640px;
	margin-bottom: 40px;
}
.contents01{
	width:335px;
	height:auto;
	margin:0px 25px 0px 0px;
	float: left;
	padding: 0px;
}

.contents01_image{
	height:auto;
	width: 280px;
	float: right;
}

.contents01_image02{
	height:auto;
	width: 640px;
	margin-top: 20px;
}



/*---------- フッター ----------*/

#top{
	height: auto;
	width: 640px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
}

#top a{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #EC6400;
	border: 2px dotted #EC6400;
	text-decoration:none;
}

#top a:hover{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	border: 2px dotted #EC6400;
	text-decoration:none;
	background-color: #EC6400;
}

#foot{
	height: 25px;
	width: 680px;
	font-size: 12px;
	text-align: center;
	background-color: #EC6400;
	display: block;
	color: #FFFFFF;
	line-height: 25px;
}
