@charset "utf-8";
@import url("./reset_weblayout.css");	 /* リセット用 */

/* ---------------------------------
common.css
各ページのCSS読み込み　および
bodyやheader、footerのCSS設定
------------------------------------ */


/******************* html/body *******************/
html,body{
	height:100%;
}

body {
	background:url(/img/cospara/body_bg.gif) top center #ffffff repeat-x;
}

#wrapper{
	width:890px;
	padding:0 4px;
	margin:0 auto;
	background:url(/img/cospara/bg_wrapper.gif) repeat-y center;
}
#header{
	width:880px;
	height:233px;
	margin:0 5px;
	position:relative;
	background:url(/img/cospara/bg_header.jpg) no-repeat;	
}
#header h1{
	text-align:right;
	color:#ffffff;
}
#header #link_top{
	display:block;
	width:340px;
	height:117px;
	margin:6px 0 0 3px;
/*
	background:#ff0000;
	filter: alpha(opacity=50);
	opacity:0.5;
*/
}
#header ul{
	padding:0 0 0 6px;
}
#header li{
	float:left;
	display:inline;
	padding:0 2px;
}
#middle{
	width:880px;
	margin:5px 5px 0;
	background:#ffffff;
}
#middle:after{
	content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#lmenu{
	float:left;
	width:200px;
	border-right:1px solid #ffffff;
}
#lmenu #shop_info{
	padding:10px 0;
}
#lmenu #shop_info p{
	padding:5px 0 0 13px;
	color:#FF33CC;
}
#contents_area{
	float:left;
	margin-bottom:10px;
	background:url(/img/cospara/bg_contents_area.gif) repeat-y left;	
}
.contents{
	width:646px;
	padding:0 4px;
	margin:0 0 0 11px;
	background:url(/img/cospara/bg_contents.gif) repeat-y;	
}
.contents:after{
	content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.contents_end{
	height:9px;
	overflow:hidden;
	background:url(/img/cospara/contents_footer.gif) no-repeat top left;
}
/******************* フッター *******************/

#footer{
	clear:both;
	height:136px;
	width:890px;
	text-align:center;
	color:#FFFFFF;
	background:url(/img/cospara/bg_footer.gif) no-repeat;
}

#footer ul{
	padding:10px 0 0 0;
}
#footer li{
	display: inline;
	padding:0 5px;
	line-height:24px;
	list-style: none;
	border-left: 1px solid #ffffff;
}

#footer li.non_line{
	border-left:none;
}

#footer li a{
	text-decoration: none;
	color: #ffffff;
}

#footer address{
	padding:20px 0 0 0;
	line-height:20px;
}

#footer address a{
	color:#ffffff;
}