@charset "shift_jis";
/*================= CONTENTS ==================

	1: Universal Reset
	2: Accessibility Features
	3: Common Setting
	4: Layout
	5: Etc

============================================== */

/*============================================================
	1: -Universal Reset
============================================================*/
html{
	height:100%;
}

*{
	margin:0;
	padding:0;
}
ul,li{
	list-style-type: none;
}
img,
a img{
	border:none;
	vertical-align:bottom;
}
table,td,th{
	border:none;
}
td{
	font-size:12px;
}
h1,h2,h3,h4,h5,h6,em,strong,address,th{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}



/*============================================================
	2: -Accessibility Features
============================================================*/

hr{
	display:none;
}
#SkipNavi{
	position:absolute;
	top:-9999px;
}
#ACONTENTSSTART{
	position:absolute;
	top:-9999px;
}


/*============================================================
	3: -Common Setting
============================================================*/




/*============================================================
	4: -Layout
============================================================*/
/* Common
============================================================*/
body{
	margin: 0 auto;
	height:100%;
}

.BodyWrapper{
	width: 950px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	padding-bottom:4px;
}
	/*===== IE5 背景表示 ⇒fix/win_ie5 =====*/


#Area01Header_top{
	width:780px;
	color:#666;
	margin: 0 auto;
}
#Area01Header_top h1{

}

#Area01Header{
	width:780px;
	margin: 0 auto;
}

#Area01Header h1{
}
	#Area01Header ul.link{
		text-align:right;
		margin:0 1px 2px 0;
	}
		#Area01Header ul.link li{
			display:inline;
		}
			#Area01Header ul.link a{
				margin-left:10px;
			}
	/*===== IE5 リンク間が詰まるバグ ⇒fix/win_ie5 =====*/




#Area01Gnavi{
	height:44px;
	width:780px;
	margin: 0 auto;
}

		#Area01Gnavi ul{
			float:left;
		}

		#Area01Gnavi li a{
			background:url(../../img_top/ul_menu.gif) no-repeat;
			display:block;
			overflow:hidden;
			height:44px;
			text-indent: -9999px;
		}

			#Area01Gnavi li.Nv01,
			#Area01Gnavi li.Nv02,
			#Area01Gnavi li.Nv03,
			#Area01Gnavi li.Nv04,
			#Area01Gnavi li.Nv05,
			#Area01Gnavi li.Nv06{
				display:block;
				float:left;
				width:130px;
			}

			#Area01Gnavi li.Nv01 a{background-position:0 0; width:130px;}
			#Area01Gnavi li.Nv02 a{background-position:-130px 0; width:130px;}
			#Area01Gnavi li.Nv03 a{background-position:-260px 0; width:130px;}
			#Area01Gnavi li.Nv04 a{background-position:-390px 0; width:130px;}
			#Area01Gnavi li.Nv05 a{background-position:-520px 0; width:130px;}
			#Area01Gnavi li.Nv06 a{background-position:-650px 0; width:130px;}


#Area01Body{
	float:left;
	width:780px;
	margin: 0 auto;
	padding-bottom: 70px;
}
/* must be same height as the footer */

#Area02BodyContent{
	float:right;
	width:615px;
	_width:613px;
	margin: 10px 0 0 0;

}
#Area02BodyContent .Wrapper{
	margin:0 0 20px 0;
	/* マージン相殺によって、コンテンツエリアの下マージンを20pxにする */
}

#Area02BodyLnavi{
	float:left;
	width:150px;
}

#Area02BodyLnavi .Wrapper{
	margin:10px 0 15px 0;
	/* マージン相殺によって、コンテンツエリアの下マージンを20pxにする */
}

#Area01col3{
	float:right;
	width:165px;
	margin: 0 auto auto auto;
}

#Area01Footer{
	width:950px;
	height: 70px;
	bottom: 0;
	position: relative;
	clear:both;
}
#Area01Footer .Wrapper{
	width:930px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#e6e6e6;
	padding:5px 10px 3px;
	text-align:center;

}


	#Area01Footer address{
		width:auto;
	}
	#Area01Footer ul.link{
		text-align:center;
		margin: 5px;
	}
	#Area01Footer ul.link li{
		display:inline;
	}
		#Area01Footer ul.link a{
			margin-left:10px;
		}
	/*===== IE5 リンク間が詰まるバグ ⇒fix/win_ie5  =====*/


/* ImgArea
============================================================*/
#ImgArea02{

	float:left;

	width:150px;

	margin: 0 10px 0 0;
}

#ImgArea02 .Wrapper{

	margin:0px 0 10px 0;

	/* マージン相殺によって、コンテンツエリアの下マージンを10pxにする */

}

#ImgArea03{

	float:right;

	width:164px;

	margin: 0 0px 0 10px;
}

#ImgArea03 .Wrapper{

	margin:0px 0 10px 0;

	/* マージン相殺によって、コンテンツエリアの下マージンを10pxにする */

}

/* Popup
============================================================*/
#Pop #Area01Header{
	padding:0 0 14px 0;
	background:url(/common/img/PopHeaderBg01.gif) repeat-x bottom left;
	width:auto;
}
#Pop #Area01Header h1{
	margin:10px  0 0 20px;
	_height:0;
	width:auto;
}
#Pop #Area01Body{
	margin:0 10px 0 10px;
	width:auto;
	_height:359px;
	min-height:359px;
}
	#Pop #Area01Footer address{
		float:none;
	}
#Pop #Area01Footer .Wrapper{
	width:auto;
}


/*============================================================
	5: -Etc
============================================================*/

.clear{
	clear:both;
}
br.clear{
	clear:both;
	font-size:0;
	line-height:0;
}

/* Float Clear Fix
============================================================*/
#Area01Gnavi,
#Area01Body
{
	display: inline-table;
	min-height:0;
}
#Area01Gnavi:after,
#Area01Body:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #Area01Gnavi,
* html #Area01Body
{height:0;}

#Area01Gnavi,
#Area01Body
{display: block;}
/* End hide from IE-mac */

