@charset "utf-8";

/* body
----------------------------------------- */
body{
	font-size: 12px;
	color: #444;
	line-height: 1.5;
	text-align: center;
	background: url("../img/body_bg.gif") ;
	}

/* tags
----------------------------------------- */
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;
	}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight:normal;
	}
ol,ul{
	list-style: none;
	}
img{
	border: 0;
	vertical-align: bottom;
	}
a img{
	border: 0;
	overflow: hidden;
	}
p{
	margin: 0 0 1em 0;
	}
table{
	border-collapse:collapse;
	border-spacing: 0;
	}
textarea{
	font-size: 100%;
	}

/* link
----------------------------------------- */
a:link{
	color: #00f;
	}
a:visited{
	color: #009;
	}
a:hover{
	color: #00c;
	text-decoration: none;
	}

/* clearfix
----------------------------------------- */
div{
    zoom:1;/*for IE 5.5-7*/
	}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
	}

/* common class
----------------------------------------- */
.clr{clear: both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.fleft{float:left;}
.fright{float:right;}

/* layout
----------------------------------------- */
#container{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	}

/* head
----------------------------------------- */
#header{
	margin-bottom: 10px;
	}
	#header img{
		vertical-align:top;
		}
	#header span{
		display: block;
		padding: 5px;
		background: url("../img/head_bg.gif");
		color: #fff;
		text-align: right;
		}
	#header h1{
		display: inline;
		}
	#header ul{
		padding-top: 5px;
		}
		#header ul li{
			float: left;
			display: inline;
			}

/* side
----------------------------------------- */
#side{
	width: 220px;
	float: left;
	margin: 0 0 20px 10px;
	background: #efefef;
	text-align: center;
	padding: 10px 0;
	}
	#side .subtext{
		margin-bottom: 10px;
		}
	#side ul{
		margin-bottom: 10px;
		}
		#side #sr_links li{
			margin-bottom: 5px;
			}
	#side #office{
		margin: 10px;
		padding: 16px;
		width: auto;
		text-align:left;
		font-size: 10px;
		background: #fff;
		}
		#side #office img{
			padding: 3px;
			background: #fff;
			border: 1px solid #666;
			}

/* main
----------------------------------------- */
#main{
	width: 647px;
	float: right;
	margin: 0 10px 20px 0;
	}
	#main #main_inner{
		border: 1px solid #759bcc;
		padding: 20px;
		}

/* footer
----------------------------------------- */
#footer{
	position: relative;
	clear: both;
	display: block;
	padding: 5px;
	background: url("../img/head_bg.gif");
	color: #fff;
	text-align: left;
	}
	#footer ul{
		position: absolute;
		right: 0;
		top: 3px;
		}
		#footer ul li{
			display: inline;
			border-right:1px solid #fff;
			margin-right: 10px;
			padding-right: 10px;
			}
			#footer ul li a{
				color: #fff;
				}	




/* index
----------------------------------------- */
#index #main #box{
	background: url("../img/index_box_bottom.gif") no-repeat bottom;
	padding-bottom: 30px;
	}
	#index #main #box h3{
		padding: 30px 20px 0;
		background: url("../img/index_box_top.gif") no-repeat top;	
		}
	#index #main #box p{
		padding: 0 38px;
		}

#index #main ul{
	}
	#index #main ul li{
		float: left;
		height: 105px;
		width: 302px;
		}
		#index #main ul li span{
			display: block;
			}
	
#index #main #rousai{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px 30px;
	margin-bottom: 15px;
	}
	#index #main #rousai span{
		display: block;
		text-align: center;
		padding: 10px 0 5px;
		}
#index #main #customer{
	border: 1px solid #e7e7e7;
	background: #f2f2f2;
	padding: 15px 20px;
	}
	#index #main #customer h3{
		border-bottom: 3px double #ccc;
		margin-bottom: 10px;
		}

/* page
----------------------------------------- */
#page #main h2{
	margin-bottom: 10px;
	}
#page #main h3{
	background: #f2fcdd;
	border-bottom: 1px solid #d7d2cc;
	border-left: 2px solid #002578;
	padding: 6px 0 6px 12px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight:bold;
	}
#page #main .cont{
	padding: 0 20px 20px;
	margin-bottom: 10px;
	font-size: 14px;
	}
	
#page #main .subbox{
	padding: 20px 30px 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #d7d2cc;
	background: url("../img/subtit_bg.gif") top repeat-x #eff5fa;
	}
	#page #main .subbox img{ margin-bottom: 5px;}
	
#page #main .cont table{
	width:100%;
	border-collapse:collapse;
	margin-bottom: 10px;
	}
	#page #main .cont table th,
	#page #main .cont table td{
		border: 1px solid #d7d2cc;
		padding: 3px;
		}
	#page #main .cont table th{
		font-size: 14px;
		background: #f7f2eb;
		}	
	#page #main .cont h4{
		font-size: 14px;
		font-weight: bold;
		color: #143d99;
		margin-bottom: 10px;
		}
	#page #main .cont .block{
		padding: 10px;
		background: #f7f2eb;
		margin-bottom: 10px;
		}

#page #main .cont .flow{
	padding: 10px 20px;
	}
	#page #main .cont .flow li{
		padding-bottom: 20px;
		background: url("../img/flow_line.gif") bottom no-repeat;
		}
		#page #main .cont .flow li span{
			display: inline-block;
			font-weight:bold;
			width: 130px;
			color: #92561b;
			}
			#page #main .cont .flow li span.color2{
				display:inline;
				color: #125cc1;
				}
			
#page #main dl{
	padding: 0 20px;
	}
	#page #main dl dt{
		line-height: 1.2;
		padding:5px 0 5px 35px;
		background: url("../img/qa_ic_q.gif") no-repeat top left;	
		font-size: 16px;
		font-weight: bold;
		}
	#page #main dl dd{
		padding:5px 0 10px 35px;
		margin-bottom: 15px;
		background: url("../img/qa_ic_a.gif") no-repeat top left;	
		}
#page #main .cont ul li div{
	background: url("../img/subs_flow_bg.gif") no-repeat bottom;
	margin-bottom: 5px;
	}
	#page #main .cont ul li div p{
		font-size: 14px;
		padding: 0px 50px;
		}




/* sitemap
----------------------------------------- */
#sitemap #main h2{
	margin-bottom: 10px;
	}
#sitemap #main h3{
	border-bottom: 1px solid #d7d2cc;
	border-left: 2px solid #002578;
	padding: 6px 0 6px 12px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight:bold;
	}
	#sitemap #main ul{
		margin-bottom: 20px;
		}
		#sitemap #main ul li{
			margin-left: 10px;
			padding: 5px 5px 5px 15px;
			background: url("../img/arrow_01.gif") no-repeat left center;
			}






/* IE7-6 印刷用*/
@media print{
body{
*zoom:0.7;
}
#side{ *float:none;}
#main{ *float:none;}
}









