﻿@charset 'utf-8';
@import url("common.css");

/* header */
#header{
	height		: 240px;
	background	: url("img/top_img.jpg") no-repeat bottom;
}

/* left */
#left{
	width		: 240px;
	padding		: 0 0 0 3px;
	margin		: 10px 0 0 0;
	float		: left;
}

/* top_news */
#top_news ul{
	background	: #FFC;
	padding		: 5px;
	
}

#top_news  li{
	margin		: 4px 0;
	padding		: 0 0 0 15px;
	list-style	: none;
	background	: url("img/list02.gif") no-repeat 0 2px;
}


/* right */
#right{
	width		: 480px;
	float		: right;
	padding		: 0 3px 0 0;
	margin		: 0;
}

/* info */
#info{
	margin		: 15px 0 0 0;
}

#info p{
	padding		: 5px;
}

/* taiken */
#taiken{
	margin		: 10px 0;
}

#taikenImg{
	margin		: 0 0 2px 0;
}

.taiken_btn{
float:right;
}

/* top_contents */
#top_contents{
	width		: 240px;
	height		: 150px;
	float		: left;
	background	: url("img/bg_top_boast.jpg") no-repeat bottom left;
}

#centerImg{
margin:5px 0 0 0;
float:left;
}

#top_contents ul{
	padding		: 10px 0 0 0;
	width		: 150px;
	float:left;
}

#top_contents  li{
	margin		: 4px 0;
	padding		: 0 0 0 15px;
	list-style	: none;
	background	: url("img/list01.gif") no-repeat 0 2px;
}

/* top_boast */
#top_boast{
	width		: 240px;
	float		: left;
}

#top_boast p{
	

}

/* box */
.box{
	width		: 100px;
	float		: left;
}

.box img{
	margin		: 5px;
}

#infoImgBox{
width:205px;
float:left;
overflow:hidden;
margin-right:5px;
}

#bannerCoupon{
	padding:5px 0;
}

#shopSamnailBox{
width:470px;
float:left;
text-align:left;
}

#shopSamnail{
background:#FFFF99;
padding:5px;
margin:5px 0 20px 0;
list-style:none;
}

#shopSamnail li{
float:left;
}

#shopSamnail li img{
padding:4px 0 4px 10px;
}

.heightclear{height:1%;}
.heightclear:after {
	content		:".";
	display		:block;
	height		:0;
	clear		:both;
	visibility	:hidden;
}