@charset "UTF-8";

/***********************-
タイトル : シュア・プロジェ
概要：よくある質問
制作日：2010/08
-***********************/

@import url("basic.css");
@import url("btn.css");
@import url("common.css");



#wrapper {
	background: url(../image/qa/07_B.png) no-repeat center top fixed #C2D2DE;
}


#wrapper2 h1{
	width:179px;
	height:390px;
	background:url(../image/qa/title.png) no-repeat;
	}



#wrapper2 dl{
	margin:0 0 1em 0px;
	padding: 20px;
	background:url(../image/qa/back.gif) bottom left no-repeat;
	}

#wrapper2 dl dt{
	margin:0 0 1em ;
	padding: 15px 0px 0 50px;
	color:#03357B;
	background:url(../image/qa/q.gif) no-repeat left ;
	font-weight: bold;
	font-size:140%;
	}

#wrapper2 dl dd{
	margin:0 0 1em ;
	padding: 15px 0px 0 50px;
	background:url(../image/qa/a.gif) no-repeat left ;
	}



