@charset "shift_jis";
/* Common CSS */

/*---------------------------

コンテンツ

----------------------------*/

h3.main {
	padding: 15px 0 25px;
}

h3.h3_title {
	padding: 0 0 4px 0;
	border-bottom: 1px solid #C68C42;
	margin-bottom: 10px;
}


/*---------------------------------------------
     追加08.08.11
---------------------------------------------*/

dl.case01 {
	width: 560px;
	float: left;
	list-style: none;
	display: inline;
	margin-right: 20px;
	padding-bottom: 30px;
}

dl.case01 dt {
	width: 220px;
	margin-right: 30px;
	float: left;
	background: #000000;
}

dl.case01 dd {
	width: 300px;
	float: left;
	display: block;
}

dl.case01 dd ul {
	list-style: none;
}

dl.case01 li.bb-line01 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
}



ul#service {
	list-style: none;
	padding-bottom: 41px;
}

dl.case01 li span {
	color: #C68C42;
	/*font-weight: bold;*/
}

dl.case01 li strong {
	font-weight: normal;
}



/*---------------------------------------------
     リンク
---------------------------------------------*/
/*--- normal text ---*/
a:link, a:visited {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	background: transparent;
	text-decoration: underline;
}