@charset "UTF-8";

/* main */
#main {
	width:960px;
	text-align:left;
	margin:0px;
	background:url(../images/content_bg.gif) left top repeat-y;
	position:relative;
}

.corporate {background:url(../images/corporate/bg.jpg) left top no-repeat;}
.business {background:url(../images/business/bg.jpg) left top no-repeat;}
.flow {background:url(../images/flow/bg.jpg) left top no-repeat;}
.case {background:url(../images/case/bg.jpg) left top no-repeat;}
.tax {background:url(../images/tax/bg.jpg) left top no-repeat;}
.form {background:url(../images/form/bg.jpg) left top no-repeat;}
.sitemap {background:url(../images/sitemap/bg.jpg) left top no-repeat;}

#content {
	margin:0px 0px 0 0px;
	padding:30px 50px 0px 280px;
	width:630px;
}

*html #content { width:960px; }

#main #content h3 {
	border-bottom:solid 1px #e1e1e1;
	padding:20px 0 8px 0;
	margin-bottom:15px;
}

#main h4 {
	border-bottom:solid 1px #e1e1e1;
	padding:15px 0 5px 0;
	margin-bottom:10px;
}

#main #content img.left {
	float:left;
	padding:0 20px 10px 0;
}
#main #content img.right {
	float:right;
	padding:0 0 10px 20px;
}
#main #content img.right2 {
	float:right;
	padding:0 0 10px 0px;
}

#inquiry {
	position:relative;
	margin:24px 0 0 0px;
}
*html #inquiry { height:38px;}

#inquiry #btn1 {
	position: absolute;
	left:418px;
	top:7px;
	width:94px;
	height:26px;
}
#inquiry #btn2 {
	position: absolute;
	left:515px;
	top:7px;
	width:94px;
	height:26px;
}

/* */

.tbl01 th {
	vertical-align:top;
	padding-right:1em;
}
.tbl01 th , .tbl01 td{
	line-height:180%;
	font-size:12px;
}

.tbl02 th {
	vertical-align:top;
	line-height:180%;
}
.tbl02 th , .tbl02 td{
	line-height:180%;
	padding-left:3em;
	text-indent:-2em;
	font-size:12px;
}


/* business */
.business dt {
	margin:0 0 0.5em 0;
}
.business dd {
	margin:0 0 1.2em 0;
}


/* flow */
#main .flow h4 {
	border-bottom:none;
	padding:15px 0 5px 0;
	margin-bottom:5px;
}
.flow img.blcen {
	display:block;
	margin:0 0 10px 36px;
}


/* tax */
#main .tax h4 {
	border-bottom:none;
	padding:15px 0 5px 0;
	margin-bottom:5px;
}

.tax dt {
	margin:0 0 0.5em 0;
}
.tax dd {
	margin:0 0 1.2em 0;
	line-height:150%;
}

.tax .btn_01 ,.tax .btn_02 ,.tax .btn_03 {
	text-align:center;
	margin:0px 0 1.2em 0;
}
.tax .btn_01 p{
	text-align:center;
	margin:0px 0 0px 0;
	color:#fe7000;
}
.tax .btn_02 p{
	text-align:center;
	margin:0px 0 0px 0;
	color:#2699da;
}

.tax .btn_02{
	border-bottom:dashed 1px #cccccc;
	padding-bottom:10px;
}

.tax .btn_03 p{
	text-align:center;
	margin:0px 0 0px 0;
	color:#008e3e;
}


/* sitemap */
#main .sitemap h4 {
	border-bottom:none;
	padding:15px 0 5px 0;
	margin-bottom:25px;
}
.sitemap .map_bg {
	background:url(../images/sitemap/sitemap_bg.gif) right 44px no-repeat;
}

.sitemap .map_l {
	float:left;
	min-width:6em;
	margin-right:40px;
}
*html .sitemap .map_l { width:6em; }

.sitemap .map_c {
	float:left;
	min-width:7em;
}
*html .sitemap .map_c { width:7em; }

.sitemap ul {
	padding:6px 7px 4px 7px;
	border:solid 1px #7d7d7d;
	margin:0 0 30px 0px;
}
.sitemap ul li {
	white-space: nowrap;
	/*list-style:disc;*/
}
.sitemap ul li a {
	color:#555555;
	text-decoration:none;
}
.sitemap ul li a:hover {
	color:#aaaaaa;
	text-decoration: underline;
}


/* case */
.case h5{
	margin:15px 0 10px 0;
}
.case div.case_l{
	float:left;
	width:367px;
}
.case div.case_r{
	float:right;
	width:261px;
}

.case div.case_l img{
	float:left;
	display:block;
	margin:0 5px 3px 0;
}

.case div.case_r ul{
	margin:10px 0 0 0px;
}
.case div.case_r ul li{
	margin:0 0 5px 0;
	/*list-style:disc;*/
}

.case .p04-02_03 {
	float:left;
	width:88px;
}


/* form */

#main .form h4 {
	border-bottom:none;
	padding:15px 0 5px 0;
	margin-bottom:25px;
}

#form {
	margin:0px 0 0px 0px; 
}

#form th {
	vertical-align:top;
	padding:4px 10px 12px 0;
	font-size:12px;
}

#form td {
	vertical-align:middle;
	padding:0 0 12px 0;
	font-size:12px;
}
#form .type1 {
	width:110px;
	margin-right:10px;
}
#form .type2 {
	width:380px;
	margin-right:5px;
}
#form .type3 {
	width:200px;
	margin-right:10px;
}
#form .type4 {
	width:470px;
	height:8.8em;
	font-size:12px;
}

#form select {
	margin-right:8px;
}