@charset "UTF-8";


@import "common.css";

/* container -------------------- */
#container {
	width: 100%;
	background: url(../img/bg.gif) repeat-x top;
}

/* wb_[-------------------- */
#header {
	width: 900px;
	height: 60px;
	margin: 0 auto;
}

#header_logo {
	margin: 14px 0 0 0;
}

/* CRec -------------------- */
#contents {
	width: 920px;
	margin: 0 auto;
	font-size:93%;
}

#contents_h {
	width: 920px;
	height: 10px;
	background: url(../img/content_bg_h.gif) no-repeat bottom center;
}

#contents_m {
	width: 920px;
	padding: 0 0 30px 0;
	background: url(../img/content_bg_m.gif) repeat-y top center;
	text-align: center
}

#contents_f {
	width: 920px;
	height: 10px;
	background: url(../img/content_bg_f.gif) no-repeat top center;
}

/* main image */
#mian_img {
	width: 900px;
	margin: 0 auto;
}

/* main text */
#main_block {
	width: 900px;
	margin: 40px auto 10px auto;
}

#main_box {
	width: 800px;
	margin: 0 auto 30px auto;
	background: url(../img/dot_line.gif) repeat-y center top;
}

.main_inner {
	width: 245px;
	text-align: left;
}

.main_inner_center {
	margin-left: 30px;
}

.main_inner p {
	margin: 10px 2px 15px 2px;
}

/* PIP³F */
#pip_block {
	width: 780px;
	margin: 0 auto 10px auto;
	padding: 10px;
	background: #f1f1f1;
	clear: both;
	text-align: left;
	font-size: 76%;
}

#pip_box {
	width: 590px;
	margin: 5px 0 0 15px;
}

/* Tuj[-------------------- */
#submenu {
	width: 800px;
	margin: 0 auto;
	background: url(../img/ft_bg.gif);
	clear: both;
	text-align: left;
}

#submenu_box {
	width: 600px;
	margin: 2px 0 0 0;
	line-height: 1.8;
}

#submenu_box a:link,#submenu_box a:visited {
	color: #333;
	text-decoration: none;
}

#submenu_box a:hover{
	color: #e5004f;
	text-decoration: none;
}

/* tb^[-------------------- */
#footer {
	width: 920px;
	margin: 5px auto 20px auto;
	text-align: center;
	clear: both;
}




