@charset "UTF-8";
/* CSS Document */

div.clear{
	clear: both;
}

/* ▼img▼ */
img{
	border:none;
}
img{
	border:none;
}
.mr200{
	margin-right:200px;
}
.mr5{
	margin-right:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb5{
	margin-bottom:5px;
}
.mt5{
	margin-top:5px;
}
.mt15{
	margin-top:15px;
}
.border1{
	border:1px #ccc solid;
}
.fl{
	float:left;
	margin-right:5px;
}
/* ▲img▲ */

/* ▼全体設定▼ */
*{
	margin: 0px;
	padding: 0px;
}
/* ▲全体設定▲ */

/* ▼body▼ */
body{
	background-color:#f5f1e5;
	color:#404a4e;
	font-size:12px;
	line-height:1.5em;
}
/* ▲body▲ */

/* ▼box▼ */
#box{
	width:912px;
	margin-left:auto;
	margin-right:auto;
}
/* ▲box▲ */

/* ▼main▼ */
#main{
	padding:40px 0 15px 0;
}

#main.dot{
	background-image:url(../img/dot-trans.png);
	background-repeat:repeat-x;
	padding:180px 0 15px 0;
}

/* ▽header_circle▽ */
div.header_circle{
	width:912px;
	height:268px;
	margin:10px 0 15px 0;
	background-image:url(../img/header_circle-trans.png);
	position:relative;
}

div.header_circle div.lineup_box{
	width:170px;
	font-size:12px;
	text-align:left;
	color:#FFF;
}

.planning{
	top:105px;
	left:50px;
	position:absolute;
}

.editorial{
	top:105px;
	left:265px;
	position:absolute;
}

.design{
	top:105px;
	left:480px;
	position:absolute;
}

.technology{
	top:105px;
	left:705px;
	position:absolute;
}

.i_center{
	text-align:center;
	padding-top:10px;
}

/* ▽left▽ */
#main div.ml{
	float:left;
	width:500px;
}

/* ▽right▽ */
#main div.mr{
	float:right;
	width:375px;
}
/* ▲main▲ */

/* ▼line▼ */
div.line{
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	height:1px;
}
/* ▲line▲ */

/* ▼lunchsite▼ */
div.lunchsite{
	background-image:url(../img/lunchsite.gif);
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
/* ▲lunchsite▲ */

/* ▼sub▼ */
#sub{
	background-color:#FFF;
	padding:28px 0;
}

/* ▽left▽ */
#sub div.ml{
	float:left;
	width:500px;
}

#sub div.ml div.ml_ml{
	float:left;
	width:240px;
	border-right:1px #999 solid;
}

#sub div.ml div.ml_mr{
	float:right;
	width:240px;
	border-right:1px #999 solid;
}

/* ▽right▽ */
#sub div.mr{
	float:right;
	width:370px;
}

#sub div.mr div.mr_ml{
	float:left;
	width:137px;
	margin-top:15px;
}

#sub div.mr div.mr_mr{
	float:right;
	width:220px;
	margin-top:15px;
}
/* ▲sub▲ */

/* ▼footer▼ */
#footer{
	padding:28px 0;
}

/* ▽left▽ */
#footer div.ml{
	float:left;
	width:500px;
}

#footer div.ml div.ml_ml{
	float:left;
	width:240px;
	padding-bottom:10px;
	border-right:1px #999 solid;
}

#footer div.ml div.ml_mr{
	float:right;
	width:240px;
	padding-bottom:10px;
	border-right:1px #999 solid;
}

/* ▽right▽ */
#footer div.mr{
	float:right;
	width:370px;
}

#footer div.mr div.mr_ml{
	float:left;
	width:137px;
	margin-top:15px;
}

#footer div.mr div.mr_mr{
	float:right;
	width:220px;
	margin-top:15px;
}
/* ▲footer▲ */

/* ▼ul_dl▼ */
ul.text_list{
	list-style:none;
	margin:10px 0;
}

ul.text_list li{
	background-image:url(../img/arrow1.gif);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

dl.project_list{
	overflow:auto;
	height:285px;
	padding-right:10px;
	margin-top:5px;
}

dl.news_list{
	overflow:auto;
	height:250px;
	padding-right:10px;
	margin-top:5px;
}

dl.sitemap_list{
	padding-right:10px;
}

dl.sitemap_list dt.sitemap{
	font-size:12px;
	margin-top:10px;
	color: #ff3300;
	font-weight:bold;
}

dl.company_list{
	margin:50px 0 15px 0;
	padding:7px;
	border:2px #ddd solid;
}

dl.company_list dt{
	float:left;
	width:6em;
	padding:0;
	text-indent:1em;
	line-height:1.5em;
}

dl.company_list dd.company_s{
	padding:10px 8px 10px 10em;
	line-height:1.5em;
	border-bottom:1px #ccc dotted; 
}

dt{
	font-size:11px;
	margin-top:10px;
	font-weight:bold;
	color:#999;
}

dd.memo{
	background-image:url(../img/arrow2.gif);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin-left:20px;
	font-size:11px;
	line-height:1.5em;
}

ul.work_submenu{
	list-style: none;
}

ul.work_submenu li{
	display:inline;
	background-image:url(../img/arrow2.gif);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin:0 30px 0 0;
	line-height:2em;
}
/* ▲ul_dl▲ */

/* ▼ul.display▼ */
ul.display {
	float: left;
	width: 890px;
	margin: 15px 0;
	padding: 10px;
	list-style: none;
	background: #fff;
}

ul.display li {
	float: left;
	width: 97%;
	padding: 14px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

ul.display li .content_block {
}

ul.display li .content_block h2 {
	color: #518C00;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	font: 1.5em normal Georgia, 'Times New Roman', Times, serif;

}

ul.display li .content_block p.sub {
	margin: 0;
	padding: 0 0 0 250px;
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
}

ul.display li .content_block p {
	margin: 0;
	padding: 5px 0 0 250px;
}

ul.display li .content_block img.subimg {
	padding: 7px 7px 0 0;
}

ul.display li .content_block img{
	padding: 1px;
	background: #ccc;
	margin: 0 15px 0 0;
	float: left;
}
/* ▲ul.display▲ */

/* ▼to_top▼ */
.to_top{
	float:right;
	width:110px;
	text-align:right;
	margin:25px;
}
/* ▲to_top▲ */

/* ▼table▼ */
table.inform{
	background-color:#F0ECE1;
	margin:20px 0;
	width:100%;
	text-align:left;
	border:1px #ddd solid;
}

table.inform th{
	background-color:#FAF6EB;
	padding:10px;
	text-indent:1em;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc dotted;
}

table.inform td{
	padding:10px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc dotted;
}
/* ▲table▲ */

