@charset "utf-8";

/* for NOSCRIPT 
---------------------------------------- */
body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: small;
	line-height: 130%;
}





/* common
---------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/f_bg01.gif);
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #003475;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003475;
	text-decoration: underline;
}

.alnCenter {
	text-align: center !important;
}
.alnRight {
	text-align: right !important;
}
.alnLeft {
	text-align: left !important;
}
.valnTop {
	vertical-align: top !important;
}
.valnMid {
	vertical-align: middle !important;
}

.ov {

}

.txNaby {
	color: #073772;
}
.txNote {
	font-size: 80%;
}

.nwrp {
	white-space: nowrap;
}

#pagetop {
	position: absolute;
	left: 0px;
	top: 0px;
}

.fltOuter:after {
	content: " " !important;
	display: block !important;
	visibility: hidden !important;
	clear: both !important;
	height: 0.1px !important;
	font-size: 0.1em !important;
	line-height: 0 !important;
}
* html .fltOuter { display: inline-block !important; }
/* no ie mac \*/
* html .fltOuter { height: 0.1% !important; }
.fltOuter { display: block !important; }
/* */
/* for IE7 \*/
*+html .fltOuter { display: inline-block !important; }
/* */

.fltLeft {
	float: left !important;
}
.fltRight {
	float: right !important;
}
.fltClear {
	clear: both !important;
}

.mgn01 {
	margin-bottom: 16px !important;
}

.pad01 {
	padding-left: 16px !important;
	padding-right: 16px !important;
}





/* header 
---------------------------------------- */
#header {
	text-align: center;
	background: url(../images/h_bg01.jpg) no-repeat center top;
	border-bottom: 1px solid #89837E;
}

#hInner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#hInner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #hInner { display: inline-block; }
/* no ie mac \*/
* html #hInner { height: 0.1%; }
#hInner { display: block; }
/* */
/* for IE7 \*/
*+html #hInner { display: inline-block; }
/* */

#header h1 {
	padding: 26px 0px 22px 0px;
	float: left;
}

#header p {
	padding: 38px 0px 32px 0px;
	float: right;
}





/* footer 
---------------------------------------- */
#footer {
	text-align: center;
	border-top: 2px solid #89837E;
}

#fInner {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: left;
}

#fInner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #fInner { display: inline-block; }
/* no ie mac \*/
* html #fInner { height: 0.1%; }
#fInner { display: block; }
/* */
/* for IE7 \*/
*+html #fInner { display: inline-block; }
/* */

#footer ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	float: left;
}

#footer ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #footer ul { display: inline-block; }
/* no ie mac \*/
* html #footer ul { height: 0.1%; }
#footer ul { display: block; }
/* */
/* for IE7 \*/
*+html #footer ul { display: inline-block; }
/* */

#footer ul li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}

#footer address {
	float: right;
	text-align: right;
	vertical-align: middle;
}
#footer address img {
	vertical-align: middle;
}
#footer #cp {
	margin-left: 20px;
}





/* navigation 
---------------------------------------- */
#nav {
	text-align: center;
	background: #271A0D url(../images/h_bg02.gif) repeat-x;
	height: 80px;
}

#nav ul#gnav {
	width: 930px;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#nav ul#gnav:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #nav ul#gnav { display: inline-block; }
/* no ie mac \*/
* html #nav ul#gnav { height: 0.1%; }
#nav ul#gnav { display: block; }
/* */
/* for IE7 \*/
*+html #nav ul#gnav { display: inline-block; }
/* */

#nav ul#gnav li {
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}

#nav ul#lnav {
	width: 930px;
	margin: 2px auto 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	position: relative;
	left: 0px;
	top: 1px;
	z-index: 100;
}

#nav ul#lnav:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #nav ul#lnav { display: inline-block; }
/* no ie mac \*/
* html #nav ul#lnav { height: 0.1%; }
#nav ul#lnav { display: block; }
/* */
/* for IE7 \*/
*+html #nav ul#lnav { display: inline-block; }
/* */

#nav ul#lnav li {
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}





/* contents 
---------------------------------------- */
#container {
	text-align: center;
	background: #DFCFC6 url(../images/c_bg01.gif) repeat-x;
	border-top: 1px solid #624C34;
}
#cntnrInner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#contents {
	padding: 20px 36px 20px 36px;
}

#btmNavi {
	padding: 0px 12px 20px 12px;
}

#btmNavi ul {
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#btmNavi ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #btmNavi ul { display: inline-block; }
/* no ie mac \*/
* html #btmNavi ul { height: 0.1%; }
#btmNavi ul { display: block; }
/* */
/* for IE7 \*/
*+html #btmNavi ul { display: inline-block; }
/* */

#btmNavi ul li {
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}


.pb10 {
	padding-bottom:10px; !important
}

.pb15 {
	padding-bottom:15px; !important
}

.pb20 {
	padding-bottom:20px; !important
}

.pb25 {
	padding-bottom:25px; !important
}

.pb30 {
	padding-bottom:30px; !important
}


.pr05 {
	padding-right:5px;!important
}

.pl05 {
	padding-left:5px;!important
}









