@charset "utf-8";

/*
	--------------------
	Base Layout Setting
	--------------------
	Last Update:2007/08/20
	Auther: arahori
	
*/

/*===================================================================
	中央寄せ
===================================================================*/
body  { text-align:center; }
#base { margin:0 auto; text-align:left; }

/*===================================================================
	#base
===================================================================*/
#base { width:1023px; }

/*===================================================================
	#head
===================================================================*/
#head { position:relative; height:149px; width:1023px; }

	/* .site_logo */
	.site_logo { position:absolute; left:17px; top:34px; }
	.site_logo a { display:block; width:187px; height:44px; background:url(../image/head/site_logo.gif) no-repeat left top; text-indent:-9999px; }
	
	/* .site_comment */
	.site_comment { position:absolute; top:0; left:0; }
	
	/* .char */
	.char { position:absolute; left:0; top:89px; }

	/* .tel */
	.tel { position:absolute; left:817px; top:35px; width:201px; height:34px; background:url(../image/head/tel.gif) no-repeat left top; text-indent:-9999px; }
	
	/* .member */
	.member { position:absolute; left:270px; top:22px; }
	

/*===================================================================
	#body
===================================================================*/
#body { position:relative; margin-top:10px; padding-top:0; padding-bottom:20px; background:url(../image/contents/item/menu_back.gif) repeat-y left top; }

	/*-------------------------------------------------------------------
		#primary
	-------------------------------------------------------------------*/
	#primary { float:left; width:802px; overflow:hidden; padding-top:16px; }

	#primary #main { float:right; width:642px; }
	#primary #menu { position:relative; top:-16px; float:left; width:139px; }
	#primary #menu ul { list-style:none; }
	#primary #menu ul li { border-bottom:1px solid #CCC; }
	#primary #menu ul li a,
	#primary #menu ul li strong { display:block; padding:10px 10px 10px 25px; background:url(../image/icon/icon_arrow_2.gif) no-repeat 10px center; }
	#primary #menu ul li a:hover,
	#primary #menu ul li strong { background:#F0831E url(../image/icon/icon_arrow_1.gif) no-repeat 10px center; color:#FFF; }
	
	/*おおちゃくフロートクリア*/
	#primary #menu ul {
		zoom:1;/*for IE 5.5-7*/
	}
	#primary #menu ul:after{/*for modern browser*/
		content:".";
		display: block;
		height:0px;
		clear:both;
		line-height:0; 
		visibility:hidden;
	}
	
	/*-------------------------------------------------------------------
		#secondary
	-------------------------------------------------------------------*/
	#secondary { float:right; width:200px; padding-top:13px; }
	#secondary_banner li { margin-bottom:10px; }
	
