@charset "UTF-8";

*{margin:0;padding:0;}

body{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	_font-size:62.5%;
	background-image:none;
	background-color:#ffffff;
	color:#666666;
	text-align:center;
	line-height:180%;
}


img{vertical-align:bottom;border:0;}

ul{list-style:none;}

p,table,dl,ul{font-size:1.2em;}

#wrapper{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	border-top:5px solid #7ba32e;
}

/***********************************************/
/*******リンクの設定****************************/
/***********************************************/
a:link {color:#80ca00;text-decoration:none;}
a:visited {color:#80ca00;text-decoration:none;}
a:active {color:#a6e041;text-decoration:underline;}
a:hover {color:#a6e041;text-decoration:underline;}
/***********************************************/



/***********************************************/
/*******見出しの設定****************************/
/***********************************************/
h1{
	width:auto;
	height:auto;
	padding:15px 0 15px 30px;
	margin:0;
	border-bottom:1px solid #cccccc;
}

h2{
	font-size:1.4em;
	font-weight:bold;
	background:url(img/icon.gif) no-repeat left center;
	text-indent:30px;
	padding:5px 0;
	margin:0;
}

h3{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 30px;
	margin-bottom:20px;
}
/***********************************************/




/***********************************************/
/*******コンテンツエリアの設定******************/
/***********************************************/
#contents{
	width:auto;
	height:auto;
	margin:0;
	padding:15px 0 30px 30px;
	background-color:#ffffff;
	text-align:left;
}

.fighter{
	border-left:5px solid #7ba32e;
	padding:10px 0 10px 20px;
	margin:0 0 15px 0;
	font-size:14px;
}

.fighter span{
	font-weight:bold;
}
/***********************************************/




/***********************************************/
/*******フッターの設定**************************/
/***********************************************/
#footer{
	background:url(../img/footer_bg.gif) repeat-x;
	padding:20px 10px;
	margin:0;
	text-align:left;
	clear:both;
}

#footer address{
	padding:10px 0 0 20px;
	font-style:normal;
	font-size:1.2em;
}

#footer address span{font-size:0.9em;}
/***********************************************/









/***********************************************/
/*******その他の設定****************************/
/***********************************************/
.totop{margin:0;padding:15px 50px 0 0;text-align:right;clear:both;}
.clear{clear:both;}
.border_box{border:1px solid #eeeeee;padding:15px;}



.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{overflow:hidden;}
/***********************************************/