@charset "Shift_JIS";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size:100%;
}

@charset "Shift_JIS";
/********** ページ全体　*********/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:95%;
	line-height: 130%;
	letter-spacing:1px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing:0;
}
a:link, a:hover {
	color:#4066B3;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:underline;
}
#boby_bg_top {
	background-image: url(../images/body_bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#fff;
	margin: 0;
	padding: 0 0 20px 0;	
	text-align:center;
}
#boby_bg_btm {
	background-image: url(../images/body_bg_btm.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#555555;
	margin: 0px;
	padding: 0px;	
	text-align:center;
}
#stage_center {
	width:900px;
	margin:0;
	padding:0;
}
#clearBoth {
	clear:both;
}
#pageTop{
	text-align:right;
	font-size:85%;
	letter-spacing:0;
}
#pageback{
	text-align:left;
	font-size:85%;
	letter-spacing:0;
}
h1 {
	padding:0;
	margin:0;
	line-height:100%;
	font-size:medium;
	font-weight:normal;
	text-align:left;
}
#leftContent{
	width:670px;
	margin:0;
	padding:0;
	float:left;
}
#rightContent{
	width:200px;
	margin:0;
	padding:0;
	float:right;
}

/********** コーナータイトル　*********/
h2 {
	padding:0;
	margin:0;
	line-height:100%;
	font-size:medium;
	font-weight:normal;
	text-align:left;
}
h3 {
	width:670px;
	height:25px;
	font-size:90%;
	color:#666666;
	margin:0 0 5px 0;
	padding:3px 0 0 15px;
	background-image:url(../images/h3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
h4 {
	width:200px;
	height:25px;
	font-size:90%;
	color:#666666;
	margin:0 0 5px 0;
	padding:3px 0 0 15px;
	background-image:url(../images/h4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
h5 {
	width:440px;
	height:25px;
	font-size:90%;
	color:#666666;
	margin:0 0 5px 0;
	padding:3px 0 0 15px;
	background-image:url(../images/h5.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align:left;
	width:715px;
	float:right;
	padding:0 0 0 10px;
}
#main_content {
	text-align:left;
	margin:0 10px 20px 10px;
	padding:0;
	min-height: 250px;
}
/********** ヘッダー　*********/
#root_stage {
	width:900px;
	margin:0;
	padding:5px 0 0 0;
	background-image: url(../images/hdr_bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:left;
}
#header_left {
	float:left;
	width:270px;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}
#header_right {
	float:right;
	width:320px;
	text-align:right;
}
#header_logo_e {
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}
/********** フッター　*********/
#footer {
/*	height:100px;*/
	text-align:left;
	margin:30px 0 0 0;
	padding:2px;
	background-color:#eee;

}

#footer_table .menu{
	text-align:center;
	border-right:1px dotted #999;

}
#footer_table .menu02{
	text-align:center;
}
#footer_table .copyRight{
	text-align:right;
}
/******************** Main Navi ********************/
header_navi{
	width:900px;
	margin:0;
	padding:0;
}
h2 {
	width: 900px;
	height:35px;
	padding:0;
	margin:0;
	line-height:0;
}
h2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:0;
}
h2 li{
	float: left;
	margin: 0;
	padding: 0;
	line-height:0;
	text-indent:-99999px;
}
h2 ul a {
	display: block;
	overflow: hidden;
	height:35px;
	background-image: url(../images/menu.jpg);
	line-height:0;
}

#navi_01 a { width: 150px;background-position: 0 0; }
#navi_02 a { width: 150px;background-position: -150px 0; }
#navi_03 a { width: 150px;background-position: -300px 0; }
#navi_04 a { width: 150px;background-position: -450px 0; }
#navi_05 a { width: 150px;background-position: -600px 0; }
#navi_06 a { width: 150px;background-position: -750px 0; }

#navi_01 a:hover { background-position: 0 -35px; }
#navi_02 a:hover { background-position: -150px -35px; }
#navi_03 a:hover { background-position: -300px -35px; }
#navi_04 a:hover { background-position: -450px -35px; }
#navi_05 a:hover { background-position: -600px -35px; }
#navi_06 a:hover { background-position: -750px -35px; }

#navi_01 a.stay { background-position: 0 -35px; }
#navi_02 a.stay { background-position: -150px -35px; }
#navi_03 a.stay { background-position: -300px -35px; }
#navi_04 a.stay { background-position: -450px -35px; }
#navi_05 a.stay { background-position: -600px -35px; }
#navi_06 a.stay { background-position: -750px -35px; }

/******************** Main Navi ********************/

/********** パン屑リスト　*********/

#topic_path {
	margin:10px 0;
	font-size: 80%;
}


/******************** Local Navi ********************/
localNavi{
	width:200px;
	margin:0;
	padding:0;
}
#company {
	width: 200px;
	height:30px;
	padding:0;
	margin:0;
	line-height:0;
}
#company ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:0;
}
#company li{
	margin: 0;
	padding: 0;
	line-height:0;
	text-indent:-99999px;
}
#company ul a {
	display: block;
	overflow: hidden;
	height:30px;
	background-image: url(../images/navi_company.jpg);
	line-height:0;
}

#local_01 a { width: 200px;background-position: 0 0; }
#local_02 a { width: 200px;background-position: 0 -30px; }
#local_03 a { width: 200px;background-position: 0 -60px; }
#local_04 a { width: 200px;background-position: 0 -90px; }

#local_01 a:hover { background-position: 200px 0; }
#local_02 a:hover { background-position: 200px -30px; }
#local_03 a:hover { background-position: 200px -60px; }
#local_04 a:hover { background-position: 200px -90px; }

#local_01 a.stay { background-position: 0 -35px; }
#local_02 a.stay { background-position: -150px -35px; }
#local_03 a.stay { background-position: -300px -35px; }
#local_04 a.stay { background-position: -450px -35px; }

/******************** Local Navi ********************/


/********** プライバシーポリシー　リスト　*********/

.privacy_ul li {
	padding:0 0 15px 0;
}

/********** フォントサイズ　*********/
.smallFont{
	font-size: 11px;
}
.font80{
	font-size: 80%;
	line-height:120%;
}
.photoCaption {
	font-size: 80%;
	line-height:120%;
	margin:5px 0 0 0;
}
/**********テーブル***************/
.table01 {
	margin:0;
	padding:0;
	width:97%;
	border-top:1px solid #D9D3D3;
}
.table01 th{
	background-color:#eee;
	margin:5px;
	padding:10px;
	text-align:left;
	vartical-aligm:middle;
	border-bottom:1px solid #D9D3D3;
}
.table01 td{
	margin:5px;
	padding:10px;
	text-align:left;
	border-bottom:1px solid #D9D3D3;
}


/********** テキスト　*********/
.fontRed{
	color:#9E1033;
	font-weight:bold;
}