@charset "utf-8";

/* default style
-------------------------------------------------- */
html, body, div, span, object, iframe, embed, param, map, area,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, cite, code,
del, dfn, em, a, img, ins, kbd, q, samp, dl, dt, dd, ol, ul, li,
small, strong, sub, sup, var, script, noscript, style, b, i, hr,
fieldset, form, label, legend, table, caption, colgroup, col,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, ruby, audio, video, rt, rp, bdo, source,
address, command, datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, article, aside, canvas, details, figcaption, figure,
hr, legend, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* top layout
-----------------------*/
body {
	color: #333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	text-align: center;
	}
#container {
	width: 930px;
	
	font-family: Verdana,MS Pゴシック,sans-serif;
	text-align: left;
	background-color: #fff;
	border-right: 20px solid #fff;
	border-left: 20px solid #fff;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 2%;
	top: 0px;
	right: 2%;
	}
	
/* header style
-----------------------*/
#header {
	width: 930px;
	margin: 0px;
	float: left;
}
.header_p01 {
	height: 90px;
	margin: 0px;
	float: left;
}
.header_p02 {
	height: 30px;
	margin: 0px;
	float: left;
}
.header_p03 {
	height: 130px;
	margin: 0px;
	float: left;
}

/* main style
-----------------------*/
#main {
	width: 930px;
	margin: 0px;
	float: left;
}
.main_p01 {
	height: 310px;
	margin: 1px 0px 0px 0px;
	float: left;
}
.main_p02 {
	height: 310px;
	margin: 1px 0px 0px 0px;
	float: left;
}
#main2 {
	width: 930px;
	margin: 15px 0px 0px 0px;
	float: left;
}
.main2_p01 {
	height: 110px;
	margin: 0px;
	float: left;
}
#main2 p {
	margin: 0px;
	float: left;
}
#main3 {
	width: 930px;
	margin: 25px 0px 0px 0px;
	float: left;
}
#main3 p {
	margin: 0px;
	float: left;
}
#main4 {
	width: 930px;
	margin: 25px 0px 0px 0px;
	float: left;
}
#main4 p {
	margin: 0px;
	float: left;
}

/* footer style
-----------------------*/

#footer {
	width: 930px;
	font-size: 10px;
	margin: 0px;
	float: left;
}
#footer_navi {
	width: 930px;
	text-align: center;
	padding: 0px;
	margin: 70px 0px 0px 30px;
	float: left;
}
#footer ul {
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#footer ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer_logo {
	width: 600px;
	height: 50px;
	text-align: right;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	float: left;
}
#footer_navi2 {
	width: 320px;
	text-align: right;
	padding: 0px;
	margin: 68px 10px 0px 0px;
	float: left;
}
#footer_navi3 {
	text-align: right;
	padding: 0px;
	margin: 12px 10px 0px 0px;
	float: right;
}
#footer_bottom {
	width: 930px;
	border-top: 1px solid #ccc;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	float: left;
}
address {
	width: 450px;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0px 0px 10px;
	font-style: normal;
	text-align: left;
	float: left;
}