@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; padding: 0;
}

html {
	height:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

img{border:0;}

body{
	height:100%;
	min-height:557px;
	min-width:950px;
	position:relative;
}

body#top{
	color: #000000;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
	color:#000000;
}

a:link {
	color:#000000;
}

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

#wrap {
	position: absolute;
	width: 950px;
	height:557px;
	margin:-278px 0 0 -475px;
	top: 50%;  
    left: 50%;
}

#header{
	width:950px;
	height:46px;
	background:url(../images/menu_bg.jpg) center bottom no-repeat;
	vertical-align:bottom;
}

h1{
	float:left;
}

#header ul{
	float:left;	
	padding:18px 65px 0 50px;
}

#header li { 
	float:left;	
	list-style-type: none;
	margin:0;
	padding-right:40px;
}

body#top #top {
	width:950px;
	padding-top:10px;
}

#fotter {
	width:950px;
	padding-top:10px;
}

.cnt{
	background:url(../images/cnt_bg.jpg) left top no-repeat;
	height:91px;
	width:440px;
	float:left;
	padding:0 0 0 30px;
}

.cnt2{
	background:url(../images/cnt_bg.jpg) left top no-repeat;
	height:91px;
	width:440px;
	float:right;
	padding:0 0 0 30px;
}

.cnt dl dt{ padding-bottom:8px;}
.cnt dl dd{ font-weight:bolder; }

.cnt2 dl dt{ padding-bottom:8px;}
.cnt2 dl dd{ font-weight:bolder; }

.highlight{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


/* 会社概要
--------------------------------------------------*/
body#about #wrap {
	position: absolute;
	width: 950px;
	height:647px;
	margin:-323px 0 0 -475px;
	top: 50%;  
    left: 50%;
}

body#about{
	color: #000000;
	font-size: 12px;
	font-family:"MS-PMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
	line-height: 1.5;
}

body#about #mainCol {
	width:950px;
	padding-top:30px;
}

body#about #mainCol dl {
	font-size: 13px; 
	line-height: 1.6;
	letter-spacing:1px;
	width:400px;
	display:block;
	float:left;
}

body#about #mainCol dl dt{  
	float:left;
	display:block;
	width:120px;
	clear:both;
	padding:2px 0;
}
body#about #mainCol dl dd{
	float:right;
	display:block;
	width:280px;
	padding:2px 0;
}

#imgCol{
	width:550px;
	float:right;
}

.imgRight{
	float:right;
}

.mgt-15{
	margin-top:15px;
}


/* clearfix
--------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}