@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	color:#333;
	line-height:1.6;
	margin-bottom:20px;
}

a	{
	color:#333;
	text-decoration:underline;
}

a:hover	{
	text-decoration:none;
}

/* header
---------------------------------------------------- */
#main{
	/*background: url(../img/index/main_bg.jpg) no-repeat;*/
	width: 950px;
	height: 190px;
}
#header{
	width: 950px;
	margin: 0 auto;
}


/* globalNavi
---------------------------------------------------- */
#gnavi {
	width: 950px;
}
#gnavi li{
	width: 190px;
	float: left;
}

/* contents
---------------------------------------------------- */
#pagebody{
	width: 915px;
	margin: 0 auto;
	background-color:#fff;
	padding:30px 0 0 35px;
}
#contents	{
	float:left;
	}
#txtbox01	{
	width:630px;
	background: url(../img/index/txt_bg01.gif) repeat-y;
	}
#txtbox_l	{
	width:250px;
	float:left;
	}
#txtbox_r	{
	width:280px;
	float:right;
	}

#txtbox02	{
	width:630px;
	margin-top:30px;
	}

#txtbox02 img	{
	float:left;
	}
#txtbox03	{
	width:630px;
	margin-bottom:30px;
	}

/* rightBar
---------------------------------------------------- */
#rightBar{
	width: 240px;
	float: right;
}
#rightBar p{
	margin-bottom: 4px;
}
	#rightBar #shopName {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #fff;
	}
#rightBar p.txt	{
	font-size:10px;
	margin-bottom:0;
	}
.btn{
	position: absolute;
	right: 10px;
	bottom: 6px;
}
#bunnerArea{
	margin-bottom: 20px;
}

/* footer
---------------------------------------------------- */
#footer{
	clear:both;
	padding-top:50px;
	margin-bottom:5px;
}
#footer p{
	width: 150px;
	background: url(../img/cmn/footer_icon001.gif) no-repeat;
	background-position: 0 6px;
	float: left;
	padding-left: 15px;
}
#footer address{
	margin-right:20px;
	float: right;
	font-size:11px;
}

/* clearfix
---------------------------------------------------- */
#gnavi:after , #pagebody:after , .clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#gnavi , #pagebody , .clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #gnavi , * html #pagebody , * html .clearfix{
	height: 1%;
}
#gnavi , #pagebody , .clearfix{
	display: block;
}
/* End hide from IE-mac */


#comuBox {
	margin-top:15px;
}
	#comuBox li {
		display:inline-block;
		/display:inline;
		/zoom:1;
		vertical-align:top;
	}
