/* CSS Document */

#contents{
	margin-top:35px;
}

.contents_left{
}

/*works_list*/
#works_list{
}

#works_list dl dt{
	width:283px;
	height:32px;
	margin:0;
	padding:0 0 0 1px;
}

#works_list dl dt.open{
}

#works_list dl dt.close{
	border-bottom:1px solid #ebebeb;
}

#works_list dl dt a{
	width:259px;
	height:26px;
	display:block;
	padding:6px 0 0 24px;
	font-size:100%;
	color:#454545;
}

#works_list dl dt.open a{
	background:url(../images/works/icon_year_open.gif) no-repeat top left #f7f7f7;
}

#works_list dl dt.close a{
	background:url(../images/works/icon_year_close.gif) no-repeat top left #ffffff;
}

#works_list dl dt.line{
	width:283px;
	height:0;
	border-bottom:1px solid #ebebeb;
}

#works_list dl dd{
	width:262px;
	min-height:32px;
	height: auto !important;  
	height: 32px; /*ここにIE６用の高さを設定*/  
	margin:0 0 0 22px;
	padding:0;
	background:url(../images/common/line_dot.gif) repeat-x bottom left;
}

#works_list dl dd.last{
	background:none;
}

#works_list dl dd a{
	width:247px;
	min-height:16px;
	height: auto !important;  
	height: 16px; /*ここにIE６用の高さを設定*/  
	display:block;
	padding:8px 0 8px 16px;
	font-size:100%;
	color:#454545;
	background:url(../images/works/icon_list.gif) no-repeat top left;
}

/*works*/
#works{	
}

#works h2{
	width:616px;
	height:42px;
}

#works .article{
	padding:0 0 72px 0;
}

#works .article_head{
	width:616px;
	min-height:30px;
	background:url(../images/common/line_check.gif) repeat-x bottom left;
}

#works .article_head h3{
	width:400px;
	min-height:30px;
	font-size:154%;
	font-weight:bold;
	float:left;
}

#works .article_head p{
	width:200px;
	font-size:86%;
	float:right;
	text-align:right;
	margin:8px 0 0 0;
}


#works .article_image{
	width:616px;
	margin:10px 0 0 0;
}

#works .article_image img{
	margin:0 0 0 -4px;
}

#works .article_text{
	margin:12px 0 0 0;
}

#works .article_text p{
	color:#454545;
	margin:0 0 6px 0;
}
