@charset "utf-8";

/******************************************************************************/
/*-- レイアウト関連CSS -------------------------------------------------------*/
/******************************************************************************/

div#outer_wrap{
	background:#ffffff;
}
div#header
,div#main
,div#footer{
	width:900px;
	margin:0px auto;
	text-align:center;
}

/******************************************************************************/
/*-- header ------------------------------------------------------------------*/
div#header_wrap{
	background:url(../images/header_edge.gif) repeat-x #ffffff;
}
div#header{
	position:relative;
	padding:20px 0px 0px 0px;
	height:78px;_height:98px;
	background:url(../images/header_line.gif) repeat-x bottom;
}


/* position */
div#header h1
,div#header ul#main_menu
,div#header ul#sub_menu{
	position:absolute;
}
div#header h1{
	top:33px;
	left:0px;}
div#header ul#main_menu{
	bottom:0px;
	right:0px;}
div#header ul#sub_menu{
	top:18px;
	right:0px;
}



/******************************************************************************/
/*-- main --------------------------------------------------------------------*/
div#main_wrap{
	background:#ffffff;
}
div#main{
	margin:0px auto;
}

/* path */
div#path{
	padding:8px 0px 12px;
	font-size:85%;
}

/* wide */
div#wide_left{
	display:none;}
div#wide_right{
	width:900px;
}

/* home */
div#home_left{
	overflow:hidden;
	float:left;
	width:600px;}
div#home_left h2
,div#home_left h3{
	display:none;
}
div#home_right{
	float:right;
	width:280px;}
div#home_right h2{
	display:none;
}

/* contents */
div#contents_left{
	float:left;
	width:210px;
}
div#contents_right{
	float:right;
	width:670px;
}

/* shop */
div#shop_left{
	float:left;
	width:670px;
}
div#shop_right{
	float:right;
	width:210px;
}


/**********************************************************/
/*-- footer ----------------------------------------------*/
div#footer_wrap{
	margin:30px auto 0px;
	background:url(../images/footer_edge.gif) repeat-x #003013;
}
div#footer{
	padding:0px 0px 10px 0px;
	text-align:center;
}

div#footer_pagetop{
	padding:26px 0px 0px 0px;
	height:24px;/*\*/_height:50px;/* */
	background:url(../images/footer_message.gif) no-repeat;
}

ul#footer_menu
,address#footer_copy{
	text-align:center;
}

ul#footer_menu{
	margin:12px 0px 0px 0px;
}
address#footer_copy{
	font-family:tahoma;
	font-style:normal;
	font-size:10px;
	margin:56px 0px 0px 0px;
	color:#ffffff;
}


/*-- homeのfooterのみに表示 ------------------------------*/
div#footer_pagetop div.home_only{
	margin:-90px 0px 0px 0px;
	height:100px;
	overflow:hidden;
	text-align:right;
}
/* フッターアイコン */
div#footer_pagetop div.home_only img.footer_icon{
	margin:0px 10px 0px 0px;
	vertical-align:bottom;
}
/* SECOM */
div#footer_pagetop div.home_only form{
	display:inline;
	vertical-align:bottom;
}


/******************************************************************************/
/*-- contents ----------------------------------------------------------------*/

/* wide_right(900px)を3等分するdiv */
div#wide_right div.div3{
	width:290px;
	margin-right:15px;
	float:left;
}
/* contents_right(670px)を3等分するdiv */
div#contents_right div.div3{
	width:214px;
	margin-right:14px;
	float:left;
}
div#wide_right div.end
,div#contents_right div.end{
	margin:0px;
}



