@charset "shift_jis";
/*================================
 statement
================================*/
div.sttl2 {
	margin-bottom: 15px;
}
#statement {
	margin: 0;
	padding: 0;
}
#statement ul {
	width: 530px;
	padding: 0 0 2px;
	margin: 0 auto 14px;
}
#statement li {
	width: 442px;
	float: left;
	margin-bottom: 4px;
}
#statement li.data {
	width: 62px;
	padding: 0 10px 0 16px;
	background: transparent url(../../img/arrow03.gif) no-repeat 6px 5px;
}
#statement_text {
	width: 520px;
	margin: 0 auto;
}
#statement_text p {
	margin: 0;
}
#statement_text p.data {
	text-align: right;
}
#statement_text p#ttl {	
	color:#333333;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
#statement_text div#text p {
	line-height: 1.8;
}
#statement_text div#text p.right {
	text-align: right;
}
#statement_text div#img {
	margin-top: 20px;
}
/*================================
CLEAR
================================*/
#statement ul{
	min-height:1%;
}
#statement ul:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #statement ul{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
/* ----------------------------- */
