/*---------全体の設定---------*/

#Wrapper {
	width:820px;
	background:#F5EFB7;
	margin:0 auto 40px;
	padding:0 0 40px;
	text-align:center;
	}
	
	
#Contents {
	width:800px;
	margin:0 auto;
	text-align:center;
	background:url(../imgs/common/pic_headbutton.gif) 465px top no-repeat;
	position:relative;		/*position:absolute　の位置設定の基準にする設定*/
	}
	
	
	
/*---------ヘッダー---------*/
	
#Contents h1 {
	position:absolute;
	left:0px;			/*#Contentsの左上を基準に、左から0pxの位置に配置*/
	top:15px;			/*#Contentsの左上を基準に、上から15pxの位置に配置*/
	}
	
	
#HeaderNavi {
	width:335px;
	position:absolute;
	left:465px;			/*#Contentsの左上を基準に、左から465pxの位置に配置*/	
	top:0px;			/*#Contentsの左上を基準に、上から0pxの位置に配置*/
	}
	
#HeaderNavi li {
	font-size:12px;
	list-style:none;
	display:inline;
	}
	
#HeaderNavi li a {
	display:block;
	text-decoration:none;
	text-indent:-10000px;
	}

#naviOutline a	{	
	width:66px; 
	height:17px; 
	position:absolute;	
	left:0px; top:0px;	
	}
	
#naviRecruit a	{	
	width:70px; 
	height:17px; 
	position:absolute;	
	left:66px; top:0px;	
	}
	
#naviPolicy a {	
	width:131px; 
	height:17px; 
	position:absolute;	
	left:136px; top:0px;	
	}
	
#naviContact a {	
	width:68px; 
	height:17px; 
	position:absolute;	
	left:267px; top:0px;	
	}
	
	
	
#fontsize {
	background:url(../imgs/common/pic_fontsize.gif) left top no-repeat;
	width:161px;
	height:24px;
	position:absolute;
	left:639px;
	top:34px;
	}
	
#fontsize li {
	list-style:none;
	display:inline;
	}
	
#fontsize li a {
	display:block;
	text-decoration:none;
	text-indent:-10000px;
	}

#fontsizesmall a	{	
	width:12px; 
	height:14px; 
	position:absolute;	
	left:95px; top:6px;	
	}
	
#fontsizedefault a	{	
	width:17px; 
	height:20px; 
	position:absolute;	
	left:115px; top:2px;	
	}
	
#fontsizelarge a {	
	width:20px; 
	height:20px; 
	position:absolute;	
	left:137px; top:2px;	
	}

	
	#MainBox{
	width:800px;
	position:relative;
	height:76px;
	
	}
#Mainmenu {
	width:800px;
	padding-top:88px;
	padding-bottom:0px;
	margin-bottom:0px;
	background:url(../imgs/common/txt_contents.gif) left 76px no-repeat;
	}
	
#Mainmenu li {
	float:left;
	}
	#Mainmenu2 {
	width:800px;
	padding-top:12px;
	padding-bottom:0px;
	margin-bottom:0px;
	background:url(../imgs/common/txt_contents.gif) left top no-repeat;
	}
	
#Mainmenu2 li {
	float:left;
	}
.pankuzu {
	clear:both;
	width:800px;
	text-align:left;
	margin-top:5px;
	}
	.pankuzu2 {
	
	width:800px;
	text-align:left;

	}
	
/**/
#Contents h2 {
	margin-bottom:24px;
	}
	
	
/*---------フッター---------*/
	
	
#Footer {
	width:397px;
	height:42px;
	background:url(../imgs/common/pic_footer.gif) left top no-repeat;
	margin-top:30px;
	font-size:12px;
	}
	
#Footer p {
	line-height:42px;
	text-align:center;
	margin-bottom:20px;
		}
		
#Footer a {
	text-decoration:none;
	color:#3A3A3A;
	}
