﻿@charset "utf-8";


body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: medium;
	color: #333333;
	letter-spacing: 0.1em;
	background: url(../images/common/body_bg.jpg) repeat;
	width: 840px;
	margin: 0px auto 0px auto;
}
table {
	font-size: 98%;
	line-height: 1.3em;
}
h1 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 14px solid #003300;
	height: auto;
	padding: 3px 13px 3px 13px;
	font-size: 220%;
	margin-bottom: 25px;
}
h2 {
	border-bottom: 12px solid #EDEDD4;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 1px;
	clear: both;
	padding-top: 15px;
}
#wrapper {
	background: url(../images/common/wrapper_bg.jpg) repeat-y;
	font-size: 83%;
}
#logo {
	background: url(../images/common/header_bg.gif) no-repeat top;
	height: 74px;
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo img {
	margin-top: 10px;
	margin-left: 15px;
}
#home_back {
	text-align: right;
	height: auto;
	width: 735px;
	background-color: #EDEDD4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mnavi {
	width: 740px;
	height: 40px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mnavi li {
	float: left;
}
#lnavi {
	height: auto;
	width: 160px;
	background: #EDEDD4 url(../images/common/lnavi_bg.gif) no-repeat bottom;
	padding-bottom: 45px;
	line-height: 1.3em;
	float: left;
}
#lnavi li {
	margin: 8px 5px 0px 7px;
}
#con_wrap {
	width: 740px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents {
	width: 560px;
	height: auto;
	float: left;
	margin-left: 20px;
}
#contents a:link {
	color: #0099FF;
	text-decoration: none;
}
#contents a:visited {
	text-decoration: none;
	color: #0099FF;
}
#contents a:hover {
	text-decoration: underline;
	color: #0099FF;
}
#contents p {
	margin: 5px;
	line-height: 1.4em;
}
#page_link {
	width: 735px;
	clear: both;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 20px;
}
#page_link p {
	margin-top: 5px;
	text-align: right;
}
#page_link img {
	padding-left: 3px;
}
#footer {
	background: url(../images/common/footer_bg.jpg) no-repeat bottom;
	width: 740px;
	padding: 8px 50px 35px 50px;
}
#footer_con {
	border-top: 2px solid #003300;
	padding: 3px 5px 0px 5px;
	font-size: 85%;
	line-height: 1.2em;
}
#adress {
	float: left;
	margin-left: 10px;
}

