@charset "utf-8";

body {
	color:#444444;
	font-family:'メイリオ',Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif,"ヒラギノ角ゴ Pro W3",Lucida Grande,Helvetica;
	text-align:center;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.4;
	background: #dcdcdc none repeat scroll 0 0;
}

/* layout */

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(../img/sk_shadow.gif) repeat-y scroll 0 0;
}

#header {
    width:950px;
	height:75px;
	position:relative;
	margin:0 auto;
	padding:0px;
	background:url(../img/title.gif);

}

#eyecatch {
    width:950px;
	margin:0 auto;
	height:300px;
}

#menu {
    width:950px;
	margin:0 auto;
	height:55px;
	position:relative;
	background:url(../img/menu.gif);
}
    
#menu_unei {
    width:950px;
	margin:0 auto;
	height:100px;
	position:relative;
	background:url(../img/company_top.gif);
}

#menu_qa {
    width:950px;
	margin:0 auto;
	height:125px;
	position:relative;
	background:url(../img/qa_top.gif);
}


#container {
	margin:0 auto;
    width:950px;
	background-color:#FFFFFF;
}

#topcontents {
    width:270px;
	float:left;
	text-align:left;
	margin:15px 0 20px 30px;
	display:inline;
}

#topcontents p {
    width:270px;
	letter-spacing:0,1em;
	text-align:justify;
	text-justify:distribute-all-lines;
}


#topcontents_pf {
    width:290px;
	text-align:left;
	margin:15px 0 20px 30px;
	float:left;
}

#topcontents_pf tr th {
	text-align:center;
	background-color:#eeeeee;
	border: 1px dotted #999999;
	padding:10px;
}

#topcontents_pf tr td {
	padding:5px;
	border: 1px dotted #999999;
	line-height:1,5;
}

.box_right {
    text-align:right;
}

#topcontents_qa {
    width:290px;
	text-align:left;
	margin:15px 20px 0 0;
	float:right;
}

#q_box {
    border: 1px dotted #999999;
	background:url(../img/q.gif) no-repeat;
	font-weight:bold;
}

#a_box {
	background:url(../img/a.gif) no-repeat;
	background-color:#eeeeee;
	margin:5px;
	font-weight:normal;
}

#qa_button {
	font-weight:normal;
	text-align:center;
	margin-top:15px;
}


#footer {
    width:950px;
	height:55px;
	margin:0 auto;
	position:relative;
	background:url(../img/footer.gif);
    clear:both;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
}



/* detail */

.globalnavi {
	font-size:12px;
	position:absolute;
	bottom:5px;
	right:20px;
}
	
#about {
    position:absolute;
	top:-19px;
	left:20px;
	z-index:100;
}

#performance {
    position:absolute;
	top:-19px;
	left:330px;
	z-index:101;
}

#qa {
    position:absolute;
	top:-19px;
	left:640px;
	z-index:102;
}


#about_text {
	float:left;
	width:290px;
	margin:20px anto 20px 20px;
}

#performance_text {
	width:290px;
}

#qa_text {
	float:right;
}


#footer_unei {
    position:absolute;
	top:15px;
	left:20px;
	float:left;
	width:325px;
	text-align:left;
	display:inline;
}

#footer_copyright {
    position:absolute;
	top:14px;
	right:20px;
}

#sk_button {
    clear:both;
	text-align:right;
	width:420px;
	height:45px;
	float:right;
	margin:0 20px 20px 0;
}



















