@charset "utf-8";

@import "reset.css";
@import "screen.css";
@import "common.css";

/*----------------------------------------------------------------------------
 ***                                                            container
 ----------------------------------------------------------------------------*/
body{background:url(../cmn_img/bg2.jpg) 0 0 repeat-x;}
#mainimg{width:850px; margin:0 auto; position:relative; height:161px;}

#mainimg p {
	 display:block;
	 width:190px;
	 height:70px;
	 position:absolute;
	 top:81px;
	 left:650px;}
	 
 /*----------------------------------------------------------------------------
 ***                                                                    text
----------------------------------------------------------------------------*/
.conBox p,.conBox dl{margin:0 10px 15px;}

/* ul
-------------------*/
.conBox ul.list,.conBox ul.list3,.conBox ul.list4{margin:0 10px 15px;}

ul.list li{
	padding-left:15px;
	background:url(../cmn_img/icn_list.gif) no-repeat 0 7px;
	margin-bottom:10px;}

ul.list2 li,.conBox ul.list4 li{
	padding-left:12px;
	background:url(../cmn_img/icn_list.gif) no-repeat 0 7px;}
ul.list3{
	background:#F4F9FA url(../cmn_img/list03_bg.jpg) no-repeat 96% 70%;
	padding:10px 20px;}
	
/* dl
-------------------*/
dl.st01 dd{margin-bottom:15px; border-bottom:1px dotted #E9E9E9; padding-bottom:15px;}	
dl.st01 dt{ 
	background:url(../cmn_img/icn_dt.jpg) no-repeat 0 0;
	padding:5px 0 5px 35px;
	margin-bottom:4px;
	color:#3B2A22;}	
dl.st01 dd.st01end{ border:none; margin-bottom:15px;} 

/*----------------------------------------------------------------------------
 ***                                                                    title
----------------------------------------------------------------------------*/
h3{
	color:#960F13;
	font-weight:bold;
	padding:9px 0px 12px 7px;
	background:url(../cmn_img/h3_bg.gif) no-repeat 0 100%;
	width:603px;
	font-size:16px !important;
	font-size:100%;
	margin-bottom:15px;}
h4{
	color:#F7F7F7;
	font-weight:bold;
	font-size:12px !important;
	font-size:78%;
	padding:5px 0px 5px 11px;
	background:#3B2A22;
	margin-bottom:15px;}


/*----------------------------------------------------------------------------
 ***                                                                 example
----------------------------------------------------------------------------*/
#flow dl{
	background: url(../cmn_img/icn_flow.jpg) no-repeat 50% 100%;
	padding-bottom:35px;
	margin-bottom:15px;}
#flow dt{
	color:#F7F7F7;
	font-weight:bold;
	font-size:12px !important;
	font-size:78%;
	padding:5px 0px 5px 11px;
	background:url(../cmn_img/flow_bg.gif) 0 0 repeat;}
#flow dd{
	margin-top:1px;
    padding:10px;
	background:#EFEFEF;
	border:1px solid #E9E9E9;}
#flow dl.flowend{
	background: none;
	padding-bottom:0;
	margin-bottom:30px;}
	
	
/*----------------------------------------------------------------------------
 ***                                                                    form
----------------------------------------------------------------------------*/
table#contact td,th{padding:4px 4px 4px 8px;}
table#contact th{
	width:30%;
	background-color:#EFEFEF;
	color:#3B2A22;}
table#contact td{background-color:#fff; }

table#contact{
	background:#c9c9c9;
	margin:0  auto 20px;
	width:590px;
	margin:0 auto 15px;
	background-color:#D9D9D9;}

table#contact td p{ font-size:12px !important; font-size:78%; margin:0 0 2px;  padding:0;}
table#contact td p.info{ color:#339900;}
table#contact td ul li,table#contact td dl dt,table#contact td dl dd,table#contact select{font-size:14px !important; font-size:100%; color:#555;}
table#contact th span{
	color:#C00;
	font-weight:normal;}

.w90{ width:90px;}
.w200{ width:200px;}
.w300{ width:300px;}
.check{color:#960F13; font-weight:bold;}
p.fBtn{
	text-align:center;
	margin:5px auto 20px;}
p.fBtn input{
	color:#fff;
	font-weight:bold;
	width:250px;
	padding:5px;
	height:30px;
	background:#960F13;
	text-align:center;}
input,textarea{padding:1px 2px !important;}
input.w40{ width:40px;}
input.w90{ width:90px;}
textarea{ line-height:1.2;}


/*----------------------------------------------------------------------------
 ***                                                                  sitemap
----------------------------------------------------------------------------*/
#sitemap dl{
	margin:10px 10px 0;}
#sitemap dt{
	padding-left:20px;
	background: url(../cmn_img/icn_arrow.gif) 0 center no-repeat;
	margin-bottom:4px;}
#sitemap dd{
	margin-bottom:15px;}
#sitemap dd.ddend{
	margin-bottom:20px;}
#sitemap dl.sitemap2{
	background: url(../cmn_img/h3_bg.gif) 0 0 no-repeat;
	padding-top:20px;}
