@charset "utf-8";
/* CSS Document */


/*初期化CSS
---------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}
body{
	font-size: small;
    line-height: 1.5em;
    color: #333333;
    }
ul,li{
	list-style-type: none;
    }
h1{ font-size: xx-small;
	}
h2{
	font-size: medium;
    line-height: 1.3em;
    }
h3,h4{
	font-weight: bold;
    font-size:small;
    }
table,th,td{
	font-size: small;
    font-weight: normal;
    }
a img{
	border : 0;}
/*header
----------------------------------------------------*/
#fujiLg{
	width: 700px;
    margin: 0 auto;
    padding: 5px 0 10px;
    }
#header{
	width: 100%;
    background-color: #becc2e;
    margin-bottom: 10px;
    height: 112px;
	}
h1#suppleLg{
	width: 700px;
    height: 112px;
	margin: 0 auto;
	text-align: center;
	}
/*container
----------------------------------------------------*/
#container{
    margin: 0 auto 20px;
    width:700px; 
    }
   
h2{
	display: block;
    width: 685px;
    background: url(../images/icon_h2.gif) center left no-repeat;
    border-bottom: 1px solid #003e19;
    padding: 5px 0 5px 15px ;
    margin: 0 auto 10px;
    } 
h3{
    color: #C49937;
    }

.flBox{
	width: 700px;
    float: left;
    }
.pacImage{
	width: 177px;
    margin-right: 21px;
    float: left;
    }
.pacText{
	float: right;
    width: 490px;
    }
.imgPlus{
	width: 490px;
    float:right;
    }
.imgPlus .plL{
	float: left;
    width: 227px;
    margin-right: 5px;
    }
.imgPlus .plR{
	float: right;
    width: 227px;
    }
.imgPlus .plL2 {
	float: left;
    width: 25px; 
    }  
.chkBox{
	width: 460px;
    margin: 0 auto;
	}
.chkBox li{
	background: url(../images/icon_check.gif) top left no-repeat;
    padding-left:25px;
    margin-bottom: 10px;
    }
.chkBox h4{
	color:#003e19;
    }
.intakeBox{
	border: 1px solid #999999;
    background-color: #FDFDF7;
    padding: 5px;
    }
    
.telBox{
	clear: both;
	width: 690px;
    padding: 10px 5px;
    border: 1px solid #999999;
    overflow: hidden;
    }
.ntrlCnt{
	width: 700px;
    overflow: hidden;
    clear: both;
    }
.splImg{
	width: 113px;
    float: left;
    }
.tableBox{
	float: right;
    width: 576px;
    }
.tableBox table{
	border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    }
.tableBox table th{
	width: 75px;
    background: #FDFDF7;
    text-align: left;
    padding: 3px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    }
.tableBox table td{
	width: 150px;
    text-align: left;
    padding: 3px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    
    }
.dialImg{
	width: 313px;
    float: left;
    margin-right: 20px;
    }
.dialText{
	width: 337px;
    float: right;
    text-align: left;
    
    }
/*footer
----------------------------------------------------*/
#footer{
	width: 700px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    }
#footer .bdr{
	clear: both;
    }
/*汎用CSS
----------------------------------------------------*/
.top5{
margin-top: 5px !important;
}
.top10{
margin-top: 10px !important;
}
.top12{
margin-top: 12px !important;
}
.bottom10{
margin-bottom: 10px !important;
}

.bottom20{
margin-bottom: 20px !important;
}
.price{
	font-size: large;
    color:#CC0000;
    font-weight: bold;
    text-align: left;
    }
.alert{
	font-size: x-small;
	color:#CC0000;
}
.ygray{
	background: #EFEFE0 !important;
    }
.gray{
	background: #EFEFEF;
    }
.fontM{
	font-size: medium;
    }
.left{
	text-align: left !important;}
