@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
/* --------コンテンツここから-------- */

#contents{
	width:960px;
	margin:0 auto;
}

/* --------単品idここから-------- */


#float-left{
	float:left;
	margin-right:20px;
}

#t-small{
	font-size:12px;	
}
/* --------単品idここまで-------- */

/* --------コンテンツここから-------- */

.info{
	width:960px;
	height:80px;
	float:left;
}


.info-box{
	width:880px;
	height:40px;
	margin-left:40px;
	margin-top:20px;
	background-color:#2E5F06;
	float:left;
}

.info-box h1{
color:#ffffff;	
text-align:center;
margin-top:10px;
padding-bottom:10px;
font-weight:normal;
}

.info-detail{
width:960px;
}

.info-detail p{
	font-size:15px;
	text-align:center;
	line-height:2em;
}

.info-detail a{
border-bottom:1px solid #d88700;
padding-bottom:2px;	
}

.info-img{
text-align:center;	
}

.info-img p{
	padding-bottom:20px;
}

.info-img a{
	border-bottom:1px solid #d88700;
	padding-bottom:5px;
}

.info-img2{
text-align:center;	
}

.info-img2 p{
	padding-bottom:20px;
}

.info-img2 a{
	padding-bottom:5px;
}

/* --------コンテンツここまで-------- */

