﻿@charset "UTF-8";
@import url("reset.css");


* {
	font-size: 96%;
	line-height: 1.4em;
}
body {
	background-color: #FFF;
	_text-align: center;
	color:#3f3f3f;
}
a,a:link {
 	color: #0033ff;
	text-decoration: underline;
}
a:hover,a:active {
	color: #c00;
	text-decoration: underline;
}
a:visited {
	color: #058A36;
}
p {
	_text-align: left;
}
strong,dt,th,td,li,dt,dd,a {
	font-size: 100%;
	_text-align: left;
}
.clear {
	clear: both;
}
hr.clear {
	clear:both;
	visibility:hidden;
	height: 0;
	padding:0;margin:0;
	line-height:0;
}
hr.space {
	display: inline;
	visibility:hidden;
	height: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.red {
	color: red;
}
.gray {
	color: #999;
}
.pad_bottom5 {
	margin-bottom:5px;
}
.pad_bottom10 {
	margin-bottom:10px;
}
.pad_bottom15 {
	margin-bottom:15px;
}
ul.yoko li {
	display: inline;
	float: left;
}
.underline {
	text-decoration: underline;
}

/*-- ヘッダー --*/
#Lv0_header {
	background: url("../images/common/header_bg.gif") repeat-x top;
	padding-top: 14px;
}
#Lv1_header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	_text-align: left;
}


/*-- トップページ・フラッシュ --*/
#Flashcontent {
	height:280px;
}

/*-- 全体の括り --*/
#Lv00_wrap {
	_text-align: left;
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 16px;
	background: url("../images/common/bg01.gif") repeat-y center;
}


#Lv0_wrap {
	_text-align: left;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
	background: url("../images/common/bg.gif") repeat-y center;
}

/*-- 右側のメインコンテンツ --*/
#Lv1_right_contents {
	float: right;

/*-- 	width: 590px; --*/
/*-- 	_width: 617px; --*/

 	width: 590px;
 	_width: 617px;
	padding: 0px 10px 10px 11px;
	_padding: 0px 10px 10px 12px;
}
#Lv1_right_contents  h2 {
	clear: both;
	padding: 7px 0 18px 0;
}
.Lv2_right_inner01 {
	clear: both;
	padding: 5px 5px 20px 10px;
}
.Lv2_right_inner01 p {
	padding: 0 5px 10px 0;
}
.Lv2_right_inner01 p.left img {
	display: block;
	margin: 0 15px 0px 0;
}


/*-- パンくずリストの設定 --*/
#Lv2_pankuzu {
	float: left;
	margin: 10px 0 0 0;
}
#Lv2_pankuzu ul.yoko {
	float: left;
	background: #ddd;
	width: 570px;
	_width: 590px;
	padding: 4px 10px;
}
#Lv2_pankuzu ul.yoko li a:link,#Lv2_pankuzu ul.yoko li a:visited {
	color: #0099CC;
	text-decoration: none;
}
#Lv2_pankuzu ul.yoko li a:hover,#Lv2_pankuzu ul.yoko li a:active {
	color: #0099CC;
	text-decoration: underline;
}


/*-- 左側のサイドコンテンツ --*/
#Lv1_left_contents {
	width: 171px;
	_width: 164px;
	padding: 12px 12px 40px 12px;
}
#Lv1_left_contents ul li {
	margin: 0 0 5px 0;
}
p.photo {
	border: 11px solid #fff;
	background: #fff;
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #666;
	text-align: center;
}
p.photo img {
	padding-bottom: 5px;
}


/*-- フッター --*/
#Lv0_footer {
	clear: both;
	background: url("../images/common/footer_bg.gif") repeat-x bottom;
	padding: 20px 0 0 0;
}
#Lv1_footer {
	width: 790px;
	height: 103px;
	margin: 0 auto;
	position: relative;
}
#Lv2_footer {
	float: right;
	_text-align: left;
}
#Lv1_footer a:link, #Lv1_footer a:visited {
	color: #000;
	text-decoration: none;
}
#Lv1_footer a:hover, #Lv1_footer a:active {
	color: #c00;
	text-decoration: underline;
}
p#copyright {
	position: absolute;
	bottom: 5px;
	right:0;
}


/* =========== IE用印刷設定CSS =========== 
649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = （端数切り捨て）
   =========== IE用印刷設定CSS =========== */
@media print{
	body {
	_zoom: 0.8; /*WinIE用 */
 }
}