﻿@charset "utf-8";

@import url(base.css);

h2 {
	position:absolute;
	top:18px;
	left:0px;
}

h3 {
	position:relative;
	top:35px;
	left:270px;
	font-size:.8em;
	_font-size:9px;
	width:280px;
	color:#999;
	font-weight:normal;
}
*:first-child+html h3 {
	font-size:9px;
}

/*          header   
--------------------------------------------------------------*/

div#headerWrap {
	background:url(../image/head-wrap.jpg) repeat-x;
	height:380px;
	border-top:1px solid #CCCCCC;
	margin-top: 4px;
}
div#header {
	width:920px;
	margin:0 auto;
	position:relative;
}
div#header dl {
	position:absolute;
	top:25px;
	right:0px;
}
div#header dl dt {
	padding-bottom:6px;
}
div#header p#mainimg {
	position:absolute;
	top:91px;
	left:0px;
	width:920px;
	height:248px;
}
div#header ul {
	position:absolute;
	top:345px;
	left:0px;
	width:920px;
	background:url(../image/gnavi-ul-bg.jpg) no-repeat right top;
}
div#header ul li {
	float:left;
	display:block;
	width:153px;
	height:34px;
	background:url(../image/gnavi-li-bg.jpg) no-repeat left 40px;
}
div#header ul li a {
	background:url(../image/gnavi-a-off.jpg) no-repeat;
	width:153px;
	height:34px;
	line-height:24px;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}
div#header ul li.current a {
	background:url(../image/gnavi-a-on.jpg) no-repeat;
	text-decoration:underline;
}
div#header ul li a:hover {
	background:url(../image/gnavi-a-on.jpg) no-repeat;
}
/*----------------------------------------------------------------------------*/
p#ventureBnr {
	background:url(../image/venture100-bg.jpg) no-repeat;
	width:524px;
	height:111px;
	margin-bottom:20px;
	padding:111px 0 0 56px;
}
div.bentureTusin {
	background:url(/image/venturekeisai-bg.jpg) no-repeat;
	width:580px;
	height:144px;
	margin-bottom:20px;
}
div.bentureTusin p {
	padding: 90px 0 0 196px;
	}
	
div.keieisyaTusin {
	background:url(/image/keiei-bg.jpg) no-repeat;
	width:580px;
	height:144px;
	margin-bottom:20px;
}
div.keieisyaTusin p {
	padding: 80px 0 0 127px;
	}

div.c-pro {
	background:url(/image/c-pro-bg.jpg) no-repeat;
	width:580px;
	height:144px;
	margin-bottom:20px;
}
div.c-pro p {
	padding: 88px 0 0 7px;
	}
	
	
/* news */

div#news {
	clear:both;
	margin-bottom:40px;
}
div#news h4 {
	margin-bottom:15px;
}
div#news table th {
	background:url(../image/member-line.jpg) repeat-x center bottom;
	font-weight:normal;
	width:90px;
	text-align:left;
	padding:10px 0 10px 10px;
}
div#news table th span {
	background:url(../image/news-arr.jpg) no-repeat center left;
	padding:0 0 0 14px;
}
div#news table td {
	background:url(../image/member-line.jpg) repeat-x center bottom;
	width:480px;
	padding:10px 0;
}
div#news table td a {
	color:#3E86B6;
	text-decoration:none;
}
div#news table td a:hover {
	text-decoration:underline;
}
div#news div {
	height:335px;
	overflow-x:hidden;
	margin-bottom:10px;
}
div#news p {
	text-align:right;
}

/* product service*/
div#product ,div#service {
	margin-bottom:40px;
}
div#product h4 ,div#service h4 {
	margin-bottom:15px;
}
div#product dl ,div#service dl {
	margin-bottom:15px;
	line-height:1.5;
}
div#product dl dt ,div#service dl dt{
	padding-bottom:12px;
}
div#product dl dd img ,div#service dl dd img {
	padding-bottom:20px;
}
div#product p ,div#service p{
	text-align:right;
	margin-bottom:20px;
}
