@charset "utf-8";

/* (C) ASPARAGUS Co.,Ltd. */

@import "style.css";
@import "jScrollPane.css";


#img_main_index {
	margin-bottom:15px;
	width:960px;
}
#img_main_index h1 {
	padding:10px;
	background:url(images/common/img_con_back.png);
	position: relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url(/wp-content/themes/asparagus/js/PIE.htc);
}


#content_index {
	width:700px;
	float:right;
}

#content_index .area h1 {
	padding-bottom:10px;
}

#recent {
	margin-bottom:15px;
	width:700px;
	height:240px;
	background:url(images/common/img_con_back.png);
	position: relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url(/wp-content/themes/asparagus/js/PIE.htc);
}

#recent .area h1 {
	padding-bottom:18px;
}

#recent ul {
	width:680px;
}

#recent ul li {
	width:136px;
	float:left;
	text-align:center;
}
#recent ul li img {
	margin:0 auto;
}
#recent ul li h2 a {
	font-size:10px;
	font-weight:normal;
}
#recent ul li h2 {
	padding:10px 0;
}

#recent ul li dl dt {
	padding:10px 0;
}
#recent ul li dl dt a {
	font-size:10px;
	font-weight:normal;
}



#info {
	width:440px;
	height:205px;
	
	float:left;
	background:url(images/common/img_con_back.png);
	position: relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url(/wp-content/themes/asparagus/js/PIE.htc);
}

#shop {
	width:245px;
	height:205px;
	float:right;
	background:url(images/common/img_con_back.png);
	position: relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url(/wp-content/themes/asparagus/js/PIE.htc);
}


#info_area {
	height:153px;
	overflow:auto;
}

#info_area dl {
	padding:0 10px 0 6px;
	line-height:16px;
}
#info_area dl dt {
	padding-bottom:15px;
	width:75px;
	font-weight:bold;
	color:#40220F;
	float:left;
	clear:left;
}
#info_area dl dd {
	padding:0 0 15px 75px;
}






