/**********/
/* common */
/**********/

H1 {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
}

html {
	overflow-y:scroll;
	width: 100%;
	height100%;
}

body {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-style: oblique;
	font-style: normal;

	text-decoration: underline;
	text-decoration: overline;
	text-decoration: line-through;
	text-decoration: blink;
	text-decoration: none;

	background-color: #99CC66;
/*
	background-image: url("./img/blder_bg.jpg");
	background-repeat: repeat;
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
*/
	width: 100%;
	height: 100%;
	border: dashed 0px #0000ff;
	margin: 0 auto;
	float: none;
}

img {
	border:none;
} 

table {
	border-spacing: 0px;
}

/* Link */
a:link {
	color: #003333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #D57F00;
	text-decoration: underline;
}

/*
P{
	padding: 10px;
	line-height: 120%;
}
*/

/************************/
/* 上部・イメージページ */
/************************/

/* 携帯を含めたエリア */
.contents_area_Main
{
	width: 800px;
	margin: auto;
}

/* コンテンツ 外枠 */
.contents{
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #FFFFFF;
}

/* メニュー + 画像 */
.menu_main_upper{
	table-layout: fixed;
	height: 280px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
/* 画像 */
.menu_img{
	height:280px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
/* メニュー */
.menu_button01{
	width: 150px;
	height:280px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #999999;
	background: url(./img/menu_bg.jpg);
}
.button01{
/*	height:15px;*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted 1px #7E6D4F;
}
/* 一番下 */
.button00{
/*	height:15px;*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
/*	border-bottom: dotted 1px #7E6D4F;*/
}
/* IE6用 */
* html.button01{
/*	height:15px;*/
	padding: 5px 0px 5px 0px;
	border-bottom: dotted 1px #CCCCCC;
}
/* IE6用 一番下 */
* html.button00{
/*	height:15px;*/
	padding: 5px 0px 5px 0px;
/*	border-bottom: dotted 1px #CCCCCC;*/
}






/* 下部 リンク */
.side_contents{
	width: 800px;
	padding: 5px 0px 0px 0px;
	border: solid 0px #ffffff;
	color: #0033AA;
	text-align: right;
}

/* コピーライト */
.copyright{
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border: solid 0px #ffffff;
}
address {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	text-align: right;
	padding: 2px 0px 0px 0px;
}

/************************/
/* インラインフレームID */
/************************/
iframe#iframe_guide_data{
	width:800px;
	height:210px;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	border:none;
}
