@charset "utf-8";

/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,textarea,table,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;border: none;empty-cells:show;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var,strong{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
li,dl{list-style:none;}
hr {display: none;}
img {vertical-align:bottom;border: none;}
a{text-decoration:underline;color:#FF6600;outline:none;}
a:hover{text-decoration:none;color:#FF6600;}
/*
------------------------------------------------
Text SET
------------------------------------------------*/
body {font-size: 75%;}
dt,dd,li,pre,p,blockquote,th,td,address,input,textarea{font-size:100%;line-height:1.5;color:#555555;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height:1.5;color:#555555;clear:both;}

/*
------------------------------------------------
Margin SET
------------------------------------------------*/

.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}.mb30 {margin-bottom: 30px;}.mb35 {margin-bottom: 35px;}.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}.mb50 {margin-bottom: 50px;}.mb55 {margin-bottom: 55px;}.mb60 {margin-bottom: 60px;}


/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*------------------------------------------------*/

.clear {
clear:both;
}

/*
------------------------------------------------
Padding SET
------------------------------------------------*/

.pb5 {padding-bottom: 5px;}.pb10 {padding-bottom: 10px;}.pb15 {padding-bottom: 15px;}.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}.pb30 {padding-bottom: 30px;}.pb35 {padding-bottom: 35px;}.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}.pb50 {padding-bottom: 50px;}.pb55 {padding-bottom: 55px;}.pb60 {padding-bottom: 60px;}

.pt10 {padding-top: 10px;}.pt20 {padding-top: 20px;}.pt30 {padding-top: 30px;}.pt50 {padding-top: 50px;}

.pl5 {padding-left: 5px;}.pl10 {padding-left: 10px;}.pl20 {padding-left: 20px;}.pl30 {padding-left: 30px;}

/*
------------------------------------------------
Common Layout
------------------------------------------------*/
body {
	background: #FAF0E4 url(../img/bg.jpg) repeat-x 0px 0px;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header {
	height: 122px;
	width: 980px;
	position: relative;
}
#wrap #header h1 {
	position: absolute;
	left: 5px;
	top: 40px;
}
#wrap #header #headerText {
	padding-top: 15px;
	padding-left: 10px;
}
#wrap #header #headerTel {
	position: absolute;
	left: 480px;
	top: 38px;
}
#wrap #header #headerInfo {
	position: absolute;
	left: 705px;
	top: 25px;
}
#wrap #main {
	background: #FFF;
	background: url(../img/bg_main.jpg) repeat-y 0px 0px;
}
#wrap #main #contents {
	float: right;
	width: 690px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 80px;
}
#wrap #main #contents .contbana {
	clear: both;
	padding-top: 50px;
	height: 84px;
}
#wrap #main #side {
	float: left;
	width: 272px;
	padding-left: 8px;
}
#wrap #main #side #btnBox {
	background: #FFF url(../img/bg_side.png) no-repeat 0px 8px;
	width: 237px;
	padding-left: 7px;
	padding-top: 16px;
	height: 200px;
}
#wrap #main #side li {
	padding-bottom: 1px;
}
#wrap #main #side #navi01 {
	background: url(../img/bg_navi.gif) no-repeat left bottom;
	padding-bottom: 11px;
	margin-left: 7px;
}
#wrap #main #side #navi02 {
	padding-top: 12px;
	padding-bottom: 25px;
	margin-left: 7px;
}
#wrap #main #side .sbana {
	padding-bottom: 10px;
	padding-left: 7px;
}
#wrap #main #side .sbana2 {
	text-align: center;
	padding-bottom: 10px;
	padding-right: 25px;
}
#wrap #main #ptbtn {
	clear: both;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	background: url(../img/bg_side.jpg) repeat-y 0px 0px;
}
#footer {
	background: #681801 url(../img/bg_fooer.jpg) repeat-x 0px 0px;
}
#footNav {
	width:960px;
	padding-top:20px;
	margin:0 auto;
	color:#FFF;
	line-height:1.4;
	font-size:83%;
}
#footNav a {
	color:#FFF;
	white-space:nowrap;
}
#footer address {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 15px 0 30px;
}

strong {
	font-weight: bold;
}

/* add20110621 */
#addLogo{
    left: 5px;
    position: absolute;
    top: 40px;
    clear: both;
    color: #555555;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
}

.red {
	font-weight: bold;
	color: #F00;
	font-size: 14px;
}

