@charset 'utf-8';

/*基本設定----------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #56301D;
	font-weight: normal;
	font-size:12px;
	line-height:1.6;
	font-family:Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4", 
	"ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	}

img {
	border: none;
	vertical-align: top;
	}

hr {display: none;}

.clear{
	clear: both;
	display: block;
	}

/*アンカー設定----------------------------------*/

a {text-decoration: none;}
a:link {color: #177201;}
a:visited {color: #177201;}
a:hover {
	text-decoration: none;
	color: #FF7200;
	background-color: #FFFF99;
	}
a:active {color: #177201;}

/*共通大枠----------------------------------*/

#container {
	position: relative;
	width: 510px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	}

.subTitle{
	width: 510px;
	height: 30px;	
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	background: url("../img/main_sub_title1.gif") no-repeat;
	}

.subTitleText{
	margin: 0;
	padding: 5px 0 0 30px;
	color: #177201;
	font-weight: bolder;
	}

.text01{
	font-size:10px;
	line-height:1.4;
	}
