@charset "utf-8";
/* CSS Document */


/*ここから見出し装飾*/

#midashi_bg{
	width:100%;
	height:150px;
	margin:0 auto;
	background:url(../about/images/about_01.jpg) repeat-x;
	margin-top:-2px;
}

#midashi_img{
	width:1000px;
	height:150px;
	margin:0 auto;
	background-image:url(images/midashi_img04.png);
	background-repeat:no-repeat;
	background-position:right -30px;
}

#midashi_txt{	
	font-size:29px;
	border-left:#00518f 7px solid;
	float:left;
	margin-top:50px;
	padding-left:30px;
	position:absolute;
	}

/*ここまで見出し装飾*/


/*ここからメインコンテンツ*/

.qa{
	width:910px;
	margin:40px auto 0 auto;;
	border-bottom:#cfcfcf 1px solid;
	padding-bottom:30px;	
}

.q{
	padding-top:5px;
	padding-left:50px;
	height:40px;
	font-size:28px;
	background-image:url(images/q_icon.gif);
	background-repeat:no-repeat;
	color:#00518F;
}

.a{
	padding-left:55px;
	padding-top:8px;
	background-image:url(images/a_icon.gif);
	background-repeat:no-repeat;
	margin-top:30px;
	line-height:2em;
}

span{
	font-weight:bold;
}

/*ここまでメインコンテンツ*/
























