@charset "shift_jis";


/* 文書全体
-------------------------------------------------------- */




/* レイアウト　
-------------------------------------------------------- */

#wrapper {
	width: 660px;
	min-height: 670px;
	margin-top: 10px;
    padding: 20px 20px 50px 20px;
	background: #FFF;	
}


/* メインコンテンツ
-------------------------------------------------------- */


/* 業務案内　*/

#tgyoumu {
	width: 660px;
	height: 267px;
}
#tgyoumu #gyoumu1 {
	width: 210px;
	height: 267px;
	float: left;
	display: inline;
}
#tgyoumu #gyoumu2 {
	width: 210px;
	height: 267px;
	float: left;
	display: inline;
	padding-left: 12px;
}
#tgyoumu #gyoumu1 h3#title {
	widows: 51px;
	height: 267px;
	float: left;
	display: inline;
}
#tgyoumu #gyoumu1 .gyoumu_detail {
	width: 140px;
	height: 267px;
	float: left;
	display: inline;
	padding-left: 10px;
}
#tgyoumu #gyoumu1 .gyoumu_detail p.gyoumu_text {
	font-size: 75%;
	padding-bottom: 10px;
}
#tgyoumu #gyoumu2 h3#title {
	widows: 51px;
	height: 267px;
	float: left;
	display: inline;
}
#tgyoumu #gyoumu2 .gyoumu_detail {
	width: 140px;
	height: 267px;
	float: left;
	display: inline;
	padding-left: 10px;
}
#tgyoumu #gyoumu2 .gyoumu_detail p.gyoumu_text {
	font-size: 75%;
	padding-bottom: 10px;
}





/* 特徴　*/

#ttokucyo {
	margin-top: 22px;
	width: 660px;
	height: 124px;
	background: url(../images/tokucyo_bg.gif) no-repeat;
	padding: 11px 0 5px 14px;
}
#ttokucyo h4#title {
	width: 117px;
	height: 109px;
	float: left;
	display: inline;
}
#ttokucyo ul {
 	list-style-type: none;  
	width: 358px;
	height: 109px;
	float: left;
	display: inline;
	padding-left: 26px;
}
#ttokucyo ul li {
    display: inline;
	overflow: hidden;	   
}
#ttokucyo p.ttokucyo_illust {
	width: 100px;
	height: 109px;
	float: left;
	display: inline;
	padding-left: 17px;
}


/* スタッフ紹介　*/

#tstaff {
	width: 660px;
	margin-top: 25px;
}
#tstaff h4#title {
	padding-bottom: 10px;
}
#tstaff ul {
 	list-style-type: none;  
}
#tstaff ul li {
    display: inline;
	overflow: hidden;
	width: 160px;
	height:188px;
	padding-left: 0px;
}
#tstaff ul li#staff1 a:hover {
    background: url(../images/staff1_on.png) no-repeat;
	width: 160px;
	height:188px;
}
#tstaff ul li#staff2 a:hover {
    background: url(../images/staff2_on.png) no-repeat;
	width: 160px;
	height:188px;
}
#tstaff ul li#staff3 a:hover {
    background: url(../images/staff3_on.png) no-repeat;
	width: 160px;
	height:188px;
}
#tstaff ul li#staff4 a:hover {
    background: url(../images/staff4_on.png) no-repeat;
	width: 160px;
	height:188px;
}










