@charset "utf-8";


/* ===================================================================

	* Index Style Sheet 

=================================================================== */


div#top_fla{  
	background: url(../images/bg.gif) repeat-y;
	text-align: center;
}

div#index_container{
	background: url(../images/bg.gif) repeat-y;
	padding: 20px 20px 125px;
	letter-spacing: 1px;
}


div.welcome_box{ 
	width: 400px;
	border: solid 1px #BBBBBB;
	padding: 15px 10px 10px;
	float: left;
}

p.welcome_txt{ padding-top: 10px;}

p.welcome_txt img{ padding-right: 10px;}


div.info_box{
	background: url(../images/index/title_info.gif) no-repeat top; 
	width: 760px;
	padding: 40px 10px 10px;
	clear: both;
	margin: 30px 0 20px;
	overflow: auto;
}

div.info_box ul{ padding: 0 20px;}
div.info_box ul li{ line-height: 180%; border-bottom: dotted 1px #BBBBBB;}

div.blank{ margin: 10px; clear: both;}


/*----------------------------------------------------
	業務一覧エリアの指定
----------------------------------------------------*/

div.works_box{ 
	width: 350px;
	float: right;
	background: url(../images/index/title_works.gif) no-repeat top;
	padding-top: 30px;
}


div.works_box dl {
	margin: 15px 0 10px;
}

* html div.works_box dl { padding-top: 15px; }
*:first-child+html div.works_box dl { padding-top: 15px;  }


div.works_box dl dt {
	position: relative;
	width: 270px;
	margin-bottom: 5px;
	padding: 5px 0 0 80px;
	font-weight: bold;
}

div.works_box dl dt.firstChild,
div.works_box dl dt:first-child {
	border-top: 0;
	padding-top: 0;
}

div.works_box dl dt a {
	padding-left: 18px;
	background: url(../images/list.gif) no-repeat left center;
}

div.works_box dl dt img {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 2px;
	border: 1px solid #BBB;
}

div.works_box dl dt.firstChild img,
div.works_box dl dt:first-child img {
	top: 0;
}

div.works_box dl dd {
	margin-bottom: 15px;
	padding: 0 0 20px 85px;
	height: 50px;
	line-height: 150%;	
	border-bottom: 1px dotted #ACACAC;
}

div.works_box dl > dd {
	min-height: 50px;
	height: auto;
}

div.menu_etc h2{ background: url(../images/list.gif) no-repeat left center; padding-left: 20px; line-height: 250%; }

div.menu_etc{ padding-top: 15px;}


