@charset "UTF-8";
/* CSS Document */
#header{
	margin-bottom: 10px;
}
/*パン屑リスト*/
.breadcrumbs{
	margin-top: 10px;
	color: #5A5A5A;
	text-indent: 12px;
	font-size: 12px;
}
.breadcrumbs a:link{color: #5a5a5a;}
.breadcrumbs a:visited{color: #5a5a5a;}
.breadcrumbs a:hover{color: #5a5a5a; position: relative; top:1px; left: 1px;}
.breadcrumbs a:active{color: #5a5a5a; position: relative; top:1px; left: 1px;}

/*メインコンテンツ*/
#blog_list{
	width: 580px;
}
.titlebox{/*見出し文の前の四角の色を変える*/
	background: #94bfdc;
}
.category_title{/*見出しの背景色と文字色を変える*/
	background: #2980b9;
	color: #fff;
	margin-bottom: 10px;
}
.seisaku_title{
	color: #2980B9;
	font-size: 16px;
	font-family: UD Shin Go Regular;/*タイプスクエアWEBフォント使用*/
	line-height: 1.5em;
	margin-left: 30px;
	margin-bottom: 30px;
}
.seisaku_box{
	height: 900px;
	position:relative; 
}
.seisaku_l{
	width: 59px;
	margin-left: 15px;
	float: left;
	background-image: url(img/work_back_s.gif);
	background-repeat: repeat-y;
	height: 900px;
}
.left_img{
	position: absolute;
	bottom: 0;
}
.seisaku_r{
	width: 485px;
	float: right;
}
.seisaku_r_title{
	width: 485px;
	height: 20px;
	color: #2980B9;
	padding-top: 2px;
	padding-left: 25px;
	display: block;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: UD Shin Go Regular;/*タイプスクエアWEBフォント使用*/
	margin-bottom: 5px;
	line-height: 18px;
}
.r_title_1{background-image: url(img/work_title_01.gif);}
.r_title_2{background-image: url(img/work_title_02.gif);}
.r_title_3{background-image: url(img/work_title_03.gif);}
.r_title_4{background-image: url(img/work_title_04.gif);}
.r_title_5{background-image: url(img/work_title_05.gif);}
.r_title_6{background-image: url(img/work_title_06.gif);}
.seisaku_txt{
	color: #5A5A5A;
	line-height: 1.5em;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
