@charset "UTF-8";

/* common.css */

* {
	margin: 0;
	padding: 0;
	color: #333;
	font: 100%/150% Verdana,"ＭＳ Ｐゴシック","MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3","HiraKakuPro-W3";
	_line-height: 140%;
}

body {
	background: #D8FFE8 url(../img/bg.gif) repeat-y center top;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #D33452;
	text-decoration: underline;
}
a.red, a.red:hover {
	color: #C33;
}

.clear {
	clear: both;
}

.number {
	font-family: Verdana, sans-serif;
}

.font20 {
	font-size: 143%;
}
.font16 {
	font-size: 114%;
}
.font14 {
	font-size: 100%;
}
.font12 {
	font-size: 84%;
}
.font11 {
	font-size: 78%;
}
.font10 {
	font-size: 71%;
}
.font16b	{
	font-size: 108%;
	font-weight: bold;
}
.photo img {
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #999;
	background-color: #FFF;
}

.noDisplay {
	display: none;
}

dd {
	_text-indent: -3px;
}

/* layout */

#header {
	width: 784px;
	height: 80px;
	margin: 0 auto;
	padding: 6px 8px 0 8px;
	background: #FFF url(../img/header_bg.gif) no-repeat left bottom;
	text-align: right;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(../img/container_bg.gif) repeat-y left top;
}
#menu {
	float: left;
	width: 156px;
	padding: 0 24px 15px 0;
}

#main {
	float: right;
	width: 603px;
	padding: 0 17px 15px 0;
}
#main:after	{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#container:after	{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 6px;
	background: #FFF url(../img/footer_bg.gif) no-repeat;
}
/* //layout */


/* menu */
ul {
	list-style-type: none;
}
ul.main_menu {
	margin: 7px 0 0 1px;
}
ul.main_menu li {
	margin-bottom: 30px;
}
ul.sub_menu {
	margin: 0 0 30px 6px;
}
ul.sub_menu li {
	margin-bottom: 6px;
	padding-left: 14px;
	background: url(../img/menu_icon.gif) no-repeat left top;
	line-height: 130%;
}

p.notice {
	margin: 12px 0 0 2px;
	line-height: 130%;
}
/* //menu */

/* main */
.navi {
	margin: 10px 3px 0 0;
	padding-bottom: 2px;
	background: url(../img/line_blue.gif) repeat-x left bottom;
}
.navi a, .navi a:hover {
	color: #936;
}
/* //main */

/* footer */
.footer_l {
	float: left;
	padding: 10px 0 0 160px;
}
.footer_r {
	float: right;
	padding: 10px 0 0 0;
}
.copy {
	clear: both;
	padding: 12px 0 0 160px;
	color: #666;
	font-family: Verdana, sans-serif;
	text-align: center;
}
/* //footer */
#errorC {
	height: 100%;
	width: 784px;
	min-height: 100%;
	margin: 0 auto;
}
#errorC h1	{
	text-align: right;
}
#errorC h2	{
	font-size: 200%;
	color: #CD75A0;
	margin: 20px 0;
}
