@charset "utf-8";

/* about settings */


#about_subtitle {
	background:url(../images/about_title.jpg) top left no-repeat;
	width:800px;
	height:90px;
	margin-bottom:20px;
}

#about_list {
	position:relative;
	width:758px;
	border:1px solid #CCC;
	background-color:#F6F6F6;
	padding:20px 20px 10px 20px;
	_padding-top:30px;
	_padding-bottom:20px;
}

*:first-child+html #about_list {
	padding-top:30px;
	padding-bottom:20px;
}

div#about_kodawari_catch01 {
	margin-left:25px;
	background:url(../images/about_c01.jpg) top left no-repeat;
	width:472px;
	height:82px;
	display:block;
}

div#about_kodawari_catch02 {
	margin-left:25px;
	background:url(../images/about_c02.jpg) top left no-repeat;
	width:321px;
	height:82px;
	display:block;
}

div#about_kodawari_catch03 {
	margin-left:25px;
	background:url(../images/about_c03.jpg) top left no-repeat;
	width:298px;
	height:82px;
	display:block;
}

div.about_text {
	width:678px;
	padding:25px;
	padding-left:50px;
	line-height:150%;
	font-size:14px;
}


