@charset "shift_jis";
/* ****************************************************
Since : 2008-07-25
Last Modified: 2008-07-25
***************************************************** */
/* ****************************************************
1: Common setting
***************************************************** */

/*1: Common setting
=========================================*/
/* main Image */
body.sell  div#contents .main-image {
	position: relative;
}
body.sell  div#contents .main-image p{
	margin-top: 1px;
}
/* index.html */
body#index  div#contents .main-image .right-bt{
	position: absolute;
	top: 246px;
	left: 323px;
}
body#index  div#contents #sel_li {
	width:920px;
	margin:0px 0 0 0;
}
body#index  div#contents #sel_li h3 {
	width:920px;
	margin:10px 0 0 0;
	border-bottom:1px #1ba10a solid;
	font-weight:bold;
	color:#1ba10a;
	font-size:1.2em;
	padding-bottom:1px;
}
body#index  div#contents #sel_li ul {
	width:920px;
}
body#index  div#contents #sel_li ul li {
	width:300px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
body#index  div#contents #sel_li ul li.R {
	margin-right:0px !important;
}
body#index  div#contents #sel_li .center {
	text-align:center;
}
/*	clearfix	*/
.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
