/* @override http://chateaujun.local:8888/css/about.css */

h2{
	background: url(/images/about/title.png) no-repeat;
}
#contents .page{
	width: 968px !important;
	padding: 0 9px 30px 9px;
	background: url(/images/about/bg2.gif) repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}

.ptitle h3{
	display: block;
	height: 23px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/images/about/chap5/title5.gif) no-repeat;
}

#contents .section{
	position: relative;
	overflow: hidden;
	margin: 0 0 -1px 0;
	border-top: 1px solid #cdcac5;
	border-bottom: 1px solid #bbb4ab;
	padding: 25px 70px 25px 40px;
	font-size: 12px;
	line-height: 1.7em;
	background: url(/images/about/bg1.gif) no-repeat;
	background-position: center top;
}
* #contents .section{
	height: 1%;
}
#contents .section .photo{
	float: right;
	margin: 0 0 0 18px;
}
#contents .section h4 a{
	display: block;
	margin: 0 0 30px 0;
	height: 48px;
	font-size: 1px;
	text-indent: -9999px;
}

#contents .catch{
	margin: 0 0 20px;
}
#contents .bloc{
	background: url(/images/about/chap5/line_dots.gif) no-repeat;
	width: 968px;
	display: block;
	clear: both;
}
#contents .bloc h4{
	padding-bottom: 40px;
}
#contents .bloc p{
	font-size: 13px;
	line-height: 26px;
	padding-bottom: 20px;
}

/* 01 */
#contents .bloc .photo1{
	float: left;
	width: 398px;
	padding-left: 20px;
}
#contents .bloc .photo1 p{
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
}
#contents .bloc .text1{
	float: right;
	width: 464px;
	padding-right: 48px;
	padding-top: 22px;
	padding-bottom: 20px;
}

/* 02 */
#contents .bloc .photo2{
	float: right;
	width: 457px;
	padding-right: 0;
	padding-top: 30px;
}
#contents .bloc .photo2 p{
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
	width: 216px;
	float: left;
	margin-right: 10px;
}
#contents .bloc .text2{
	float: left;
	width: 448px;
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 20px;
}

/* 03 */
#contents .bloc .photo3{
	float: right;
	width: 340px;
	padding-right: 0;
	padding-top: 9px;
}
#contents .bloc .photo3 p{
	font-size: 11px;
	line-height: 16px;
	padding: 5px 20px 0 40px;
}
#contents .bloc .text3{
	float: left;
	width: 590px;
	padding-top: 22px;
	padding-left: 30px;
}


#contents .navi{
	position: relative;
	margin: 52px 0 0 0;
	padding: 15px 26px;
	background: url(/images/about/bg3.gif);
}
#contents .navi a{
	font-size: 11px;
	color: #000000;
}
#contents .navi .link2{
	position: absolute;
	right: 26px;
}

.clfix:before, .clfix:after {
    content: "";
    display: table;
}
.clfix:after {
    clear: both;
}