@charset "utf-8";

/* 背景画像設定 */
body {
	margin: 0px;
	padding: 0px;
}

/* 外枠 */
#wapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	background-image: url(../img/c_haikei.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}

/* ヘッダー */
.header {
	width: 800px;
	height: 80px;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



/* 中枠 */
#contentsbox {
	width: 800px;
	height: auto;
}

/* ヘッダー右 */
#migi {
	float: right;
	width: 600px;
	height: 65px;
	padding-top: 15px;
}

/* top画像 */
#p_top {
	width: 480px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#p_ue {
	width: 800px;
}



/* BOX類 */

#top_u_box {
	width: 800px;
	float: right;
	height: 250px;
}

#top_s_box {
	width: 800px;
	float: right;
	height: 250px;
	padding-top: 15px;
	background-image: url(../img/t_haikei.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#s_box {
	width: 300px;
	float: right;
	height: 250px;
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#k_box {
	width: 300px;
	float: right;
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


#t_box {
	width: 380px;
	float: left;
	height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
}

#n_box {
	height: auto;
	float: left;
	padding-bottom: 30px;
	font-size: 90%;
	width: 480px;
}

#c_box {
	height: auto;
	padding-bottom: 80px;
	margin-top: 0px;
}

#m_box {
	width: 400px;
	height: auto;
	float: right;
	padding-top: 10px;
}
#mp_box {
	width: 380px;
	height: 400px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#g_box {
	width: 800px;
	height: auto;
	padding-bottom: 200px;
}

h2 {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #006;
	margin-bottom: 0px;
}
h3 {
	padding-left: 1px;
}

h4 {
	font-style: normal;
	margin-bottom: 5px;
	margin-left: 10px;
}

p {
	padding-left: 10px;
	font-size: 90%;
	margin: 0px;
}

ul {
	font-size: 90%;
	margin: 0px;
}


/* フッター */
.footer {
	height: auto;
	width: 800px;
	text-align: center;
	clear: both;
	background-color: #9CF;
	font-size: 60%;
	color: #006;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.footer  a:link { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:visited { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:active { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.footer  a:hover {
	text-decoration:none;
	color:#F9C;
	border-bottom: 0px;
}

/* フッター */
.t_footer {
	height: auto;
	width: 800px;
	text-align: center;
	clear: both;
	background-color: #9CF;
	font-size: 60%;
	color: #006;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

.t_footer  a:link { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.t_footer  a:visited { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.t_footer  a:active { text-decoration:none; color:#fff; 
border-bottom: 0px ;}
.t_footer  a:hover {
	text-decoration:none;
	color:#F9C;
	border-bottom: 0px;
}
