@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:#006699;outline:none;}
a:hover{text-decoration:none;color:#006699;}

/*
------------------------------------------------
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:#000000;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height:1.5;color:#000000;}

/*
------------------------------------------------
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;
}

/*
------------------------------------------------
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;}


.txt1 {font-size:20px; color:#060; font-weight:bold;}
.txt2 {font-size:24px; color:#060; font-weight:bold;}
/*
------------------------------------------------
Common Layout
------------------------------------------------*/

body {
}
#wrap {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}#wrap #header {
	background: url(../img/header_bg.jpg) repeat-x left bottom;
	height: 106px;
	width: 930px;
	position: relative;
	margin-bottom: 25px;
}
#wrap #header h1 {
	padding-top: 9px;
}
#wrap #header .tel {
	position: absolute;
	left: 610px;
	top: 19px;
}
#wrap #header .add {
	position: absolute;
	left: 540px;
	top: 54px;
}
#wrap .contents {
	width: 660px;
	padding-left: 30px;
	float: right;
}
#wrap .lside {
	width: 240px;
	float: left;
}

#wrap .contents .footbana {
	clear: both;
	padding-top: 30px;
}
#wrap #footer {
	clear: both;
	padding-top: 35px;
	padding-bottom: 10px;
}
#wrap #footer p {
	text-align: right;
	padding-bottom: 15px;
}
#wrap #footer address {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 905px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 12px;
	padding-right: 25px;
}


/*
------------------------------------------------
under Layout
------------------------------------------------*/

#wrap .contents .undermain {
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.undermain .lgreen {
	color: #62C500;
}

