/* --------------------------------------------------
	リセット
-------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

ul,li{
	list-style:none;	
}
img{
	border:none;
}
/* --------------------------------------------------
	全体設定
-------------------------------------------------- */
body{
	font:80%/160% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link,a:visited{
	color:#2f85a5;
}
a:hover{
	color:#c40000;
}
a:active{
	color:#3d9ec2;
}

/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
.wrapper{
	width:750px;
	background:url(../images/bg_body.gif) repeat-y;
	padding:0 5px;
	margin:0 auto;
}

/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */
.header{
	padding:15px 10px;
}
.header:after{
	font-size:1px;
	content:".";
	display:block;
	height:0px;
	clear:both;
}
.header{
	zoom:1;
}

h1{
	display:inline;
	float:left;
	background:url(../images/logo.gif) no-repeat 0 center ;
}
h1 a{
	width:307px;
	height:55px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

.pmark{
	width:200px;
	float:right;
	text-align:right;
}

/* --------------------------------------------------
	グローバルメニュー
-------------------------------------------------- */
.gnav{
	clear:both;
	background:url(../images/nav_off.gif) no-repeat;
	height:40px;
}
.gnav:after{
	font-size:1px;
	content:".";
	display:block;
	height:0px;
	clear:both;
}
.gnav{
	zoom:1;
}

.gnav li,.gnav li a{
	width:150px;
	float:left;
	display:inline;
	overflow:hidden;
}

/* ----------ナビロールオーバー設定---------- */

.gnav li a{
	display:block;
	height:40px;
	text-indent:-9999px;
}

.home .gnav li.gnav1 a{
	background:url(../images/nav_on.gif) no-repeat 0 0;
}
.company .gnav li.gnav2 a{
	background:url(../images/nav_on.gif) no-repeat -150px 0;
}
.project .gnav li.gnav3{
	background:url(../images/nav_on.gif) no-repeat -300px 0;
}
.recruit .gnav li.gnav4 a{
	background:url(../images/nav_on.gif) no-repeat -450px 0;
}
.voice .gnav li.gnav5 a{
	background:url(../images/nav_on.gif) no-repeat -600px 0;
}

.gnav li.gnav1 a:hover{
	background:url(../images/nav_on.gif) no-repeat 0 0;
}
.gnav li.gnav2 a:hover{
	background:url(../images/nav_on.gif) no-repeat -150px 0;
}
.gnav li.gnav3 a:hover{
	background:url(../images/nav_on.gif) no-repeat -300px 0;
}
.gnav li.gnav4 a:hover{
	background:url(../images/nav_on.gif) no-repeat -450px 0;
}
.gnav li.gnav5 a:hover{
	background:url(../images/nav_on.gif) no-repeat -600px 0;
}

/* --------------------------------------------------
	コンテンツ部分
-------------------------------------------------- */
.mcontents{
	margin:0 20px 50px 20px;
}

.mimages{
	margin:0 -20px;
}
.rightbox{
	float:right;
	width:300px;
	padding:0 0 10px 10px;

}
/* --------------------------------------------------
	h2
-------------------------------------------------- */
h2{
	clear:both;
	width:730px;
	height:26px;
	margin:30px -10px 10px -10px;
}
/* --------------------------------------------------
	h3
-------------------------------------------------- */
h3{
	clear:both;
	color:#ce3535;
	font-size:100%;
	margin-top:20px;

}


/* --------------------------------------------------
	ニュース
-------------------------------------------------- */
.news_list dt{
	background:url(../images/icon_newsdate.gif) no-repeat 5px center;
	padding:0 0 0 26px;
	margin:10px 0 0 0;
}
.news_list dd{
	padding:0 0 10px 10em;
	margin:-1.6em 0 0 0;
	border-bottom:1px dashed #999;
}

/* --------------------------------------------------
	会社概要テーブル
-------------------------------------------------- */
form{
	width:600px;
}
form table{
	margin:0 auto;
}
form table th,form table td{
	padding:5px;
	font-weight:normal;
}
form table td{
	padding:5px;
}

/* --------------------------------------------------
	会社概要テーブル
-------------------------------------------------- */
.company_table{
	width:600px;
	margin:0 auto;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.company_table th{
	padding:5px;
	font-weight:normal;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.company_table td{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
.item_list dt{
	font-weight:bold;
	color:#ce3535;
	background:url(../images/icon_policy.gif) no-repeat 5px center;
	padding:0 0 0 26px;
	margin:10px 0 0 0;
}
.item_list dt a{
	color:#ce3535;
	text-decoration:underline;
}
.item_list dd{
	padding:0 0 0 26px;
}
.item_list dd.second{
	padding:0 0 0 54px;
}
.num_list{
	margin:5px  2em 5px 2em;
}
.num_list li{
	list-style:decimal inside;
}

.disk_list li{
	list-style:disc inside;
}
.box1{
	width:350px;
	margin:0 auto;
	padding:10px;
	border:1px solid #ccc;
}
/* --------------------------------------------------
	フッタ
-------------------------------------------------- */
.footer{
	background:url(../images/bg_footer.gif) 0 bottom;
	margin:0 -5px 0 -5px;
	padding:0 5px 5px 5px;
}
.fnav{
	border-top:1px dashed #999;
	padding:5px 10px 0 10px;
}
.fnav:after{
	font-size:1px;
	content:".";
	display:block;
	height:0px;
	clear:both;
}
.fnav{
	zoom:1;
}
.fnav li{
	height:1.6em;
	float:left;
	background:url(../images/icon_fnav.gif) no-repeat 0 center;
	padding:0 0 0 16px;
	margin:0 15px 0 0;
}
.fnav li a:link,.fnav li a:visited{
	color:#000;
	text-decoration:none;
}
.fnav li a:hover{
	color:#c40000;
	text-decoration:none;
}
.fnav li a:active{
	color:#2f85a5;
}
.copy{
	text-align:right;
	margin:-1.6em 10px 5px 10px;
}
/* --------------------------------------------------
	共通項目
-------------------------------------------------- */
.mt15{
	margin-top:15px;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}
.right-text{
	text-align:right;
}
.center-text{
	text-align:center;
}
.indent{
	text-indent:1em;
}
.blue-text{
	color:#2f85a5;
}
.red-text{
	color:#ce3535;
}
.small-text{
	font-size:80%;
}
.bold-text{
	font-weight:bold;
}
.clear{
	clear:both;
}