@charset "utf-8";
/*###########################################
エムテック会社案内
group.css
CSS Version 2.0
LastModified:2012.12.27 By hirukawa
###########################################*/
/*-----Global-----------------------------*/
*{
	padding: 0;
	margin: 0;
}
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}
/*-for IE-*/
.clearfix{ zoom:1; }
img{
	border:0;
	vertical-align: bottom;
}
p{ line-height: 22px; }
a{ color: #3b5998; }
a:hover{ color: #12b7e7; }
br { letter-spacing: 0; }
body{
	font-size: 12px;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/*-------基本ページレイアウト-------------------*/
#wrapper{
	margin: 0 auto;
	width: 970px;
	background: url('../grf/bg_page.png') repeat-y center top;
}
#container{
	margin: 0 auto;
	width: 950px;
}

#header{
	height: 215px;
}

#header #logo{
	float: left;
	padding-top: 15px;
}

#header h1{
	float: right;
}

#content{
	padding: 0 0 50px;
}

#content a img:hover{
	filter: alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}

#side{
	float: left;
	width: 260px;
	position: relative;
}

#side .sub{
	padding: 0 0 0 10px;
}

#side .submenu{
	width:250px;
	margin:5px 0 0;
	background: #ececeb;
}

#side .submenu_inner{
	padding:8px 10px 12px;
}

#side .submenu ul{
	margin:0;
	padding:0;
}

#side .submenu li{
	border-bottom: 1px solid #a0a0a0;
	list-style: none;
	background: url('../grf/i_submenu.gif') no-repeat top left;
	line-height:12px;
	margin:0;
	padding:10px 0 10px 31px;
}

#side .submenu li.lines{
	line-height:15px;
}

#side .submenu li a{
	color: #333;
	text-decoration: none;
}

#side .submenu li a:hover{
	color: #12b7e7;
}

#side .bnr{
	padding: 20px 0 0 0;
}

#main{
	float: right;
	width: 673px;
}

#maincontent{
	padding: 0 10px 0 3px;
}

.box h2{
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.box_inner{
	padding: 15px 15px 30px;
}

.box .item_area{
	width: 235px;
	float: left;
	background: #ececeb;
}

.box .item_area ul{
	margin: 15px;
}

.box .item_area li{
	list-style: none;
	background: url('../grf/i_list.gif') no-repeat left 5px;
	line-height:20px;
	padding: 0 0 5px 20px;
}

.box .note_area{
	float: right;
	width: 380px;
}

.box dt{
	font-size: 14px;
	font-weight: bold;
}
.box dd{
	padding: 0 0 15px 35px;
}

#inqbnr{
	padding: 15px 0 0;
}

#footer{
	padding: 30px 0;
	text-align: center;
	color: #fff;
}

/*-------ページ別レイアウト-------------------*/
body{
	background: url('../grf/bg_body.gif');
}

#header{
	background: url('../grf/h_bg.png') no-repeat center bottom;
}

#header h1{
	padding:35px 0 0;
}
	
.box h2{
	background: url('../grf/c_bg_h.gif') no-repeat left top;
}

.box h3{
	font-size:15px;
	color:#0ea6cb;
}

.box dt{
	color: #80ac08;
}

#dispatch span{
	color:#eb2121;
}

#dispatch .system h3{
	padding:25px 0 5px;
}
#dispatch .system .img{
	float: left;
	width: 295px;
}
#dispatch .system .txt{
	float: right;
	width: 325px;
}
#dispatch .system .txt .txt-top{
	background: url('../grf/c_bg_about_top.gif') no-repeat left bottom;
	width: 325px;
	height:10px;
}

#dispatch .system .txt .txt-middle{
	background: url('../grf/c_bg_about_middle.gif') repeat-y left top;
	padding:5px 18px;
}

#dispatch .system .txt .txt-bottom{
	background: url('../grf/c_bg_about_bottom.gif') no-repeat left top;
	width: 325px;
	height:10px;
}

.merit{
	padding:16px 0 26px;
	background: url('../grf/c_bg_merit.gif') repeat-x left bottom;
}
.merit p{
	padding:15px 42px;
}
#recruit .merit1{
	background: url('../grf/c_bg_merit1.gif') no-repeat left bottom;
}
#recruit .merit3{
	background: url('../grf/c_bg_merit3.gif') no-repeat left bottom;
}
#footer{
	background-color: #0872ac;
}

