@charset "Shift_JIS";
@import url("text.css");
@import url("menu.css");
@import url("common.css");

/* STYLE page -------*/
/* ------------------------------------------------------------*/
div#mainpage{
width:888px;
background-color:#ECFFD9;
background-image:url('../imgs-top/mainpage_g.gif');
background-repeat:repeat-y;
margin:0px auto 0px;
/*text-align:left;*/
}

/* STYLE header -------*/
/* ------------------------------------------------------------*/
div#header{
width:888px;
height:351px;
background-image:url('../imgs-top/header_g.jpg');
background-repeat:no-repeat;
text-align:right;
margin:0px auto 0px;
padding:0px 0px 0px 0px;
}
	#header h1{
	color:#000000;
	font-size: 14px;
	font-weight:400;
	margin:0px 0px 0px 8px;
	padding:4px 0px 0px 0px;
	}
	#header p{	
	color:#003399;
	font-size: 11px;
	margin:0px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	}

/* STYLE wrrap -------*/
/* ------------------------------------------------------------*/
#wrrap{
width:888px;
text-align:left;
margin:0px auto 0px;
padding:0px 0px 0px 0px;
}
	#wrrap #sidemenu{
	width:350px;
	margin:0px 2px 0px 2px;
	padding:0px 0px 0px 0px;
	float:left;
	display:inline;
	}

	#wrrap #main{
	width:520px;
	margin:0px 4px 0px 4px;
	padding:0px 0px 0px 0px;
	float:right;
	display:inline;
	}

/* STYLEshopwrap -------*/
/* ------------------------------------------------------------*/
#shopwrap{
width:888px;
margin:18px 0px 18px 0px;
padding:0px auto;
}
	#shopwrap h2{
	font-size: 14px;
	font-weight:400;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 4px;
	}
	#shopwrap p{
	margin:8px 0px 0px 0px;
	padding:0px 8px 0px 8px;
	}


#shopwrap #shop_r{
width:290px;
height:260px;
float:left;
text-align:left;
margin:18px 2px 0px 2px;
background: url('../imgs-top/shop_wrap_r_g.jpg');
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}

#shopwrap #shop_c{
width:290px;
height:260px;
float:left;
text-align:left;
margin:18px 2px 0px 2px;
background: url('../imgs-top/shop_wrap_c_g.jpg');
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}

#shopwrap #shop_l{
width:290px;
height:260px;
float:left;
text-align:left;
margin:18px 2px 0px 2px;
background: url('../imgs-top/shop_wrap_l_g.jpg');
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}



/* STYLEfooter -------*/
/* ------------------------------------------------------------*/
#footer{
width:888px;
height:118px;
text-align:left;
background-color:#B2FF67;
margin:8px auto 0px;
padding:80px 0px 0px 0px;
background-image:url('../imgs-top/footer_bakg.gif');
background-repeat:no-repeat;
}

	#footer ul{
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

	#footer ul li{
	display:inline;
	padding:0 5px;
	}

	#footer ul li#f_menu_right{
	border-right:1px dotted #333333;
	} 

	#footer ul li#f_menu_center{
	border-left:1px dotted #333333;
	border-right:1px dotted #333333;
	} 

	#footer ul li a{
	color:#FFFFFF;
	font-size:12px;
	}

	#footer p{
	position:absolute;
	margin:18px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	color:#333333;
	font-size:12px;
	}
	#footer a:link    { color: #333333; text-decoration: none; font-size: 11px;}
	#footer a:visited { color: #333333; text-decoration: none; font-size: 11px;}
	#footer a:active  { color: #CC3300; text-decoration: underline; font-size: 11px;}
	#footer a:hover   { color: #CC3300; text-decoration: underline; font-size: 11px;}