@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;}

/*
------------------------------------------------
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: url(../img/bg.jpg) repeat-x 0px 0px;
}

#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 180px;
}
#header h1 {
	padding-top: 13px;
}
#header #headinfo01 {
	position: absolute;
	left: 458px;
	top: 8px;
}
#header #headinfo02 {
	position: absolute;
	left: 663px;
	top: 8px;
}
#header ul {
	padding-top: 8px;
}
#header li {
	float: left;
}
#mainimgwrap {
	background: url(../img/mainimgbg.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

#mainimg {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#mainimg p {
	position: absolute;
	left: 250px;
	top: 0px;
}
#main {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/mainbg.jpg) repeat-y 0px 0px;
}
#main #contents {
	width: 670px;
	float: right;
	padding-left: 20px;
}
#main #side {
	width: 240px;
	float: left;
}
#main #side #sideinfo {
	width: 216px;
	border: 1px solid #CCCCCC;
	padding: 7px 7px 10px;
	background: #FFFFFF;
	margin: 30px auto 20px;
}
#main #side #sideinfo dl {
	padding-top: 7px;
	font-size: 90%;
}

#ptBtn {
	background: url(../img/mainbg.jpg) repeat-y 0px 0px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#ptBtn img {
	margin-left: 795px;
	margin-top: 30px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	background: #DCD6B7;
}
#footer address {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-bottom: 30px;
}

/*
------------------------------------------------
Under Layout
------------------------------------------------*/
#main #side #sideTnavi {
	background: #FFFFFF;
	padding-bottom: 8px;
}

