@charset "Shift_JIS";

body {
	text-align:center;
	background-color: #001F25;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color: #FFF;
	line-height:180%;
}
h1 {
	font-size:12px;
	padding:10px;
	border: 1px dotted #666;
}
p {
	font-size:12px;
	margin:0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;	 /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #FC0;
	text-decoration: underline;
}
.container_menu{
	text-align:center;
	width:920px;
	display: table;
	margin: auto;
	height: 518px;
	background-image: url(images/main_douga.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
.container_menu_b{
	text-align:center;
	width:920px;
	display: table;
	margin: auto;
	height: 260px;
	background-image: url(images/work_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
.container_menu_c{
	text-align:center;
	width:920px;
	display: table;
	margin: auto;
	height: 260px;
	background-image: url(images/work2_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
.menu1 {
	margin-top: 28px;
	margin-left:20px;
	margin-right:20px;
	float:right;
}
.menu2 {
	margin-top: 28px;
	margin-left:10px;
	margin-right:10px;
	float:right;
}
.menu3 {
	margin-top: 28px;
	margin-left:0px;
	margin-right:0px;
	float:right;
}
.menu4 {
	margin-top: 28px;
	margin-left:0px;
	margin-right:10px;
	float:right;
}
.container{
	text-align: left;
	width: 920px;
	display: table;
	margin: auto;
}
.box_l{
	width:48%;
	height: auto;
	float:left;
	padding:10px;
}
.box_r{
	width:48%;
	float: right;
}
.box_l_b{
	width:30%;
	height: auto;
	float:left;
}
.box_r_b{
	width:68%;
	float: right;
	border: 1px dotted #666;
}
.box_l_work{
	width:49%;
	height: auto;
	float:left;
}
.box_r_work{
	width:49%;
	float: right;
}
.news{
	border: 1px dotted #666;
	margin-bottom:10px;
	height: 140px;
	overflow:auto;
}
.sub_t{
	margin:0px;
	padding:3px 10px;
	background:url(images/moji_back.gif);
	background-repeat:repeat;
	color:#FFF;
}
.workflow_border{
	background-color:#042931;
}
.moji{
	padding:10px;
	background:url(images/moji_back.gif);
	background-repeat:repeat;
	color:#FFF;
	border: 1px solid #666;
}
.container_p{
	margin:10px 0px;
	padding:10px;
	border: 1px dotted #666;
}
.work_p{
	margin:0px 15px;
}
	
