/***** Base Setting *******************************/

* {	margin: 0px;}
p {
	margin: 5px 5px 10px;
}

body{
	font-size: 12px;
	line-height: 160%;
	color: #333;
	background-color: #3F6923;
}

.imgover_10{	margin-bottom: 10px;}

.img_clarity65{}
a:hover .img_clarity65 {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

.img_clarity65_10{margin-bottom: 10px;}
a:hover .img_clarity65_10 {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

img{	vertical-align:baseline;}
img.lh{
	vertical-align:text-top;
	margin-right: 3px;
}
a img.lh{	text-decoration:none;}

/***** Link Setting *******************************/

a:link,
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #5C686D;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a img {
	border: 0px;
}


/***** Text Setting *******************************/


.tex_red {
	color: #FF3300
}
.tex_blue {
	color: #336699;
}
.tex_small {
	font-size: 8pt;
}

/***** Float Setting *******************************/

.img_l {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img_r {
	float: right;
	margin: 0px 0px 10px 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_l_img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.float_r_img {
	float: right;
	margin: 0px 0px 10px 10px;
}
.FloatEnd {
	clear:both;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}


/***** Line Setting *******************************/

.line_solid {
	border-top: 1px solid #cccccc;
	clear: both;
	height: 0px;
	margin-bottom: 15px;
}
.line_dashed {
	border-top: 1px dashed #cccccc;
	clear: both;
	height: 0px;
	margin: 5px 2px 5px 0px;
	overflow: hidden;
}

/***** list Setting 

ul {
	margin-bottom: 15px
	}

li {
	list-style: inside;
	}
*******************************/

/******************** hタグ指定 

h2 {
	background-color: #A38566;
	color:#FFF;
	padding:5px;
	margin-bottom:15px;
	font-size: 16px;
}

h3 {
	margin-bottom:15px;
	border-left:5px solid #A38566;
	border-bottom:1px solid #A38566;
	padding-left:5px;
	font-size: 14px;
	margin-top: 30px;
	}************************/

/******************** 汎用ボタン ************************/

.bt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #CCC;
	}
.bt a{
	height: 100%;
	display: block;
	color: #FFF;
	}

.bt a:hover {
	color: #FC0;
}
.bt a:focus{
	overflow: hidden;
}

#bt_01{
	background-color:#3F9C41;
	}

#bt_02{
	background-color:#3F9C41;
	}

#bt_03{
	background-color:#3F9C41;
	}

/******************** 汎用Box ************************/
