@charset "utf-8";
/* CSS Document */

/* =================================
 body
======================================= */
body {
	background-image: url(../../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 100%;
}
p strong{
 font-weight: normal;
}
.sample_p { color: #666666; }
.mB_sample { margin-bottom: 600px; }

/* =================================
 container
======================================= */
#container {
	width: 754px;
 margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(../../images/bg_back754.jpg);
	background-repeat: repeat-y;
}
#pageTop a span { display: none; }
#pageTop a {
	display: block;
	margin-top: 3em;
	margin-bottom: 1em;
	width: 720px;
	height: 18px;
	background-image: url(../../images/page_top.gif);
	background-repeat: no-repeat;
}
#pageTop a:hover {
	background-image: url(../../images/f2/page_top.gif);
	background-repeat: no-repeat;
}
/* =================================
 header h1 h2 h3
======================================= */
#header {
 width: 750px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../images/bg_h1.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-weight: normal;
	font-size: 11px;
	color: #E1E1E1;
	text-align: left;
	text-indent: 1em;
	padding-top: 0.3em;
}
#header h1 strong {
 font-weight: normal;
}


/* =================================
 wrapper
======================================= */
#wrapper {
	width: 750px;
	padding-top: 1em;
}
/* =================================
 footer
======================================= */
#footer{
 margin-left: auto;
	margin-right: auto;
 padding: 10px 0 0 0;
 width: 754px;
	height: 88px;
	background-image: url(../../images/bg_footer.jpg);
 border-bottom:1px solid #999999;
}
#footer p{
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
#footer a:link,#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
 border-bottom:1px dotted #FFFFFF;
}
#footer a:hover,#footer a:active {
	color: #FF99FF;
	border-bottom:1px dotted #FF99FF;
}
#footer .mT {
	padding-top: 0.8em;
}
.lank {
	margin-top: -2em;
	margin-right: 2em;
	font-size: 10px;
	text-align: right;
}
.lank a:link {
	color: #E1E1E1;
	text-decoration:none;
 border-bottom:1px dotted #E1E1E1;
}




























