﻿@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------
Reset Browser Style
----------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
address, blockquote, p, pre,
em, span, strong,
a,
dl, dd, dt, li, ol, ul,
form,
th, td,
img {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: inherit;
	text-decoration: none;
}
span,
a,
img {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}
ol, ul {
	list-style-type: none;
}

fieldset,
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -----------------------------------------------
Site Common Style
----------------------------------------------- */
/* Element Style
----------------------------------------------- */
body{
	color:#505050;
	background-color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','宋体','SimSun','MS Song','MS Mincho',sans-serif;
	font-size: 100%;
	letter-spacing: 0;
}

/* Page Layout Style
----------------------------------------------- */
#body_content {
}
#header {
	background: url(../images/common/bg_header.gif) top left repeat-x;
	text-align: center;
}
#header #header_content {
	margin: 0 auto;
	width: 850px;
	height: 92px;
	text-align: left;
}
#main_container {
	text-align: center;
}
#main_container #content {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	font-size: 75%;
}
#main_container #content .main_block {
}
#footer {
	height: 117px;
	background: #d44141 url(../images/common/bg_footer.gif) top left repeat-x;
	text-align: center;
}
#footer #footer_content {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}


/* -----------------------------------------------
Header
----------------------------------------------- */
#header #header_content {
	position: relative;
}
#header #header_content h1 {
	position: absolute;
	top: 30px;
	left: 0;
}
#header #header_content ul {
	position: absolute;
	top: 9px;
	right: 0;
}
#header #header_content ul li {
	display: inline;
	float: left;
}
#header #header_content .link_contact {
	position: absolute;
	top: 74px;
	right: 0;
}
#header #header_content .link_contact a {
	display: block;
	line-height: 0;
}


/* -----------------------------------------------
Global Navi
----------------------------------------------- */
#global_navi {
	width: 850px;
	height: 43px;
}
#global_navi ul {
}
#global_navi ul li {
	display: inline;
	float: left;
	font-size: 0px;
}


/* -----------------------------------------------
Page Top Navi
----------------------------------------------- */
#page_top {
	margin-top: 25px;
	padding: 4px 0 0 0;
	width: 850px;
	overflow: hidden;
	background: url(../images/common/line_page_top.gif) top left repeat-x;
}
#page_top p {
	padding-left: 18px;
	float: right;
	background: url(../images/common/icon_page_top.gif) 0 1px no-repeat;
}
#page_top p a {
	color: #d1060a;
	text-decoration: underline;
}


/* -----------------------------------------------
Copyright
----------------------------------------------- */
#copyright {
	margin: 10px 0;
	text-align: center;
}


/* -----------------------------------------------
footer
----------------------------------------------- */
#footer {
	background: #d44141 url(../images/common/bg_footer.gif) top left repeat-x;
}


