@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:#0000FF;outline:none;}
a:hover{text-decoration:none;color:#0000FF;}
/*
------------------------------------------------
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:#333333;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height:1.5;color:#333333;clear:both;}

/*
------------------------------------------------
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;
}
.imgcenter {
	text-align: center;
}

.txtcenter {
	text-align: center;
}

/*
------------------------------------------------
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;}
.mb70 {margin-bottom: 70px;}.mb80 {margin-bottom: 80px;}.mb90 {margin-bottom: 90px;}.mb100 {margin-bottom: 100px;}

/*
------------------------------------------------
Common Layout
------------------------------------------------*/

body {
	background: url(../img/bg.jpg) repeat-x 0px 0px;
}
#wrap {
	margin: 0px auto;
	width: 960px;
}
#wrap #header {
	height: 136px;
	width: 960px;
	position: relative;
}
#wrap #header h1 {
	padding-top: 10px;
}
#wrap #header #headinfo {
	position: absolute;
	left: 405px;
	top: 8px;
}
#wrap #header #headtel{
	position: absolute;
	left: 665px;
	top: 8px;
}
#wrap #header #headbtn{
	position: absolute;
	left: 680px;
	top: 83px;
}
#wrap #contents {
	background: url(../img/side_bg.jpg) repeat-y 0px 0px;
}
#wrap #contents #main {
	width: 720px;
	float: right;
	padding-left: 15px;
}
#wrap #contents #side {
	width: 225px;
	float: left;
	background: url(../img/side_bg.jpg) repeat-y 0px 0px;
}
#wrap #contents #side .fbana {
	background: #FFFFFF;
	padding-bottom: 15px;
}

#wrap #contents #side .sidebana {
    padding-left: 5px;
}
#wrap .pagetop {
	clear: both;
	background: url(../img/side_bg_btm.jpg) no-repeat 0px 0px;
	text-align: right;
	width: 955px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 5px;
}
#footer {
	background: #01231D url(../img/footer_bg.jpg) repeat-x 0px 0px;
	min-width: 960px;
}
#footer address {
	margin: 0px auto;
	width: 960px;
	padding-top: 25px;
	padding-bottom: 80px;
	text-align: right;
}


/*
------------------------------------------------
UnderCommon Layout
------------------------------------------------*/

#mainimg {
	background: url(../img/undermain_bg.jpg) no-repeat 0px 0px;
	width: 716px;
	padding: 2px;
}
