﻿@charset "utf-8";


#contentMain {
	width: 530px;
	text-align: left;
	margin: 0 auto;
	background: url("../commonNew/images/bg_contentmain.gif") repeat-x top;
}
	#contentMain h3 {
		width: 520px;
		height: 35px;
		margin: 20px auto 0;
		padding: 0 0 0 10px;
		color: #5F470C;
		font-size: 120%;
		font-weight: bold;
		text-align: left;
		line-height: 35px;
		background: url("images/bg_headline.gif") no-repeat;
	}


/* img
----------------------------------------------- */
#img {
	width: 537px;
	height: 71px;
	margin: 0 auto 10px;
	color: #666;
	background: url("images/img_main.jpg") no-repeat;
}
	#img p {
		margin-top: 65px;
		color: #666;
		text-align: left;
		line-height: 1.7;
	}

/* box
----------------------------------------------- */
#contentMain .box {
	width: 510px;
	margin: 5px auto 20px;
}
	#contentMain .box img {
		float: left;
		margin-right: 10px;
	}

#contentMain .footNavi01 {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#contentMain .footNavi01 .next {
	margin-right: 15px;
	padding-left: 12px;
	background: url("../../commonNew/images/icon_arrow05.gif") no-repeat left center;
}

#contentMain .footNavi01 .back {
	padding-right: 12px;
	background: url("../../commonNew/images/icon_arrow06.gif") no-repeat right center;
}


#contentMain .footNavi02 {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	text-align: right;
}

#contentMain .footNavi02 li {
	display: inline;
}



/*
imageとtextのfloat
*/

.images {
	float: left;
	width: 250px;
	margin: 0 5px 5px 0;
}
	.images img {
		margin-bottom: 6px;
	}

.texts {
	float: left;
	width: 230px;
}
	.texts p {
		width: auto;
	}