/*--------------------basic--------------------*/
body{
	color: #333;
	font-size: 80%;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
img{
	border: none;
}
table{
	font-size: 100%;
	line-height: 120%;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
p{
	margin: 1em 0;
	padding: 0;
	line-height: 120%;
	text-align: justify;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.al{
	text-align: left;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf{
	clear: both;
}
/*--------------------layout--------------------*/
#head{
	margin: 0 auto 10px auto;
	width: 890px;
	height: 90px;
}
#contents{
	margin: 0 auto;
	padding: 0;
	width: 890px;
}
#maincontents{
	float:right;
	margin: 0;
	padding: 0;
	width: 685px;
}
#footer{
	margin: 0 auto;
	padding: 0;
	width: 890px;
	text-align: center;
	clear: both;
	line-height: 120%;
}
.vertical{
	border-right: 2px dotted #999;
}
/*--------------------text decoration--------------------*/
a{
	text-decoration: none;
}
a:link,a:visited,a:active{
	color: #00c;
	text-decoration: none;
}
a:hover{
	color: #c00;
	background-color: #fdf;
}
.small{
	font-size: 80%;
}
.big{
	font-size: 120%;
}
.huge{
	font-size: 150%;
}
.bold{
	font-weight: bold;
}
.red{
	color: red;
}
.c00{
	color: #c00;
}
.orange{
	color: orange;
}
.yellowgreen{
	color: yellowgreen;
}
/*--------------------title--------------------*/
.title{
	margin: 0;
	padding: 8px 0 0 0;
	height: 22px;
	background: url("../image/bg_title.gif") repeat-x;
	border: 1px solid #b22;
	color: white;
	font-family: Verdana;
	font-size: 120%;
	text-indent: 16px;
}
.title1{
	margin: 10px 0 0 0;
	padding: 5px 0 0 10px;
	height: 20px;
	font-size: 120%;
	color: #e60;
	border-bottom: 2px dotted #ccc;
}
.title2{
	margin: 10px 0 0 0;
	padding: 0 0 5px 10px;
	color: #555;
	border-bottom: 3px double #c00;
}
.title3{
	margin: 0;
	padding: 8px 0 0 0;
	height: 22px;
	background: url("../image/bg_title3.gif") repeat-x;
	border: 1px solid #f60;
	color: white;
	font-family: Verdana;
	font-size: 120%;
	text-indent: 16px;
}
.title4{
	margin: 10px 0 0 0;
	padding: 5px 0 0 10px;
	height: 20px;
	font-size: 120%;
	border-left: 3px solid #f60;
}
.title5{
	margin: 10px 0 0 0;
	padding: 5px 0 0 10px;
	height: 20px;
	font-size: 120%;
	border-bottom: 2px solid #f60;
}
.title6{
	margin: 5px 0 0 15px;
	padding: 3px 0 0 10px;
	height: 15px;
	font-size: 100%;
	border-left: 3px solid #06f;
}
.error{
	margin: 10px auto;
	padding: 10px;
	width:360px;
	color: #c00;
	border: 1px solid #c00;
	background-color: #ffc;
}
/*--------------------form--------------------*/
.form{
	margin: 0 auto;
	width: 640px;
	border-collapse:collapse;
}
.form th{
	border: 1px solid #333;
	background: #eee;
}
.form td{
	padding: 10px;
	border: 1px solid #333;
}
/*--------------------menu--------------------*/
#menu{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}
.menubox{
	margin: 0 0 15px 0;
	padding: 0 10px;
	width: 178px;
	border: 1px solid #999;
	background: #f3f3f3;
}
#menu a{
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	display: block;
	height: 20px;
}
#menu ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
/*--------------------header topbar--------------------*/
.sitename{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	color: #f63;
	margin: 0;
	padding: 0;
	font-size: 32px;
	width: 150px;
	height: 30px;
	float: left;
}
.sitename a:link,.sitename a:visited,.sitename a:active{
	color: #f63;
}
.sitename a:hover{
	color: #f63;
	background-color: white;
}
.above{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#logo{
	width: 60px;
	height: 90px;
	float:left;
}
#welcome{
	float: right;
	margin: 5px 0 10px 0;
	width: 800px;
	height: 24px;
}
#welcome p{
	text-align: right;
	margin: 5px 0 0 0;
}
#searchbar{
	float: right;
	margin: 10px 0 0 0;
	width: 800px;
	height: 36px;
	background: url("../image/bg_searchbar.gif") repeat-x;
	border: 3px double #ccc;
	font-weight: bold;
	text-align: center;
}
#searchbar p{
	margin: 7px 0 0 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
#flow{
	float: right;
	margin: 0 20px 0 0;
	width: 780px;
	height: 80px;
}
/*--------------------category list--------------------*/
.col1{
	width: 290px;
	float: left;
}
.col{
	width: 290px;
	border-left: 2px dotted #999;
	float: left;
}
.col1 ul{
	list-style-image: url("../image/li_red.gif");
	margin: 10px 25px;
	padding: 0;
}
.col ul{
	list-style-image: url("../image/li_red.gif");
	margin: 10px 25px;
	padding: 0;
}
.child{
	margin: 0 0 0 -10px;
	padding: 0;
	list-style-image: none;
	list-style-type: circle;
}
.childtop{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
/*--------------------index.php--------------------*/
#pickup{
	width: 685px;
	height: 170px;
}
#purpose{
	margin: 0 0 15px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #f3f3f3;
}
.purpose{
	font-weight: bold;
}
.purpose a{
	display: block;
	margin: 0;
	padding: 1px 0 1px 10px;
	width: 320px;
	height: 20px;
}
#new{
	margin: 0 0 15px 0;
	width: 685px;
	height: 170px;
}
#new p{
	margin: 0;
	padding: 0;
	text-align: right;
	clear: both;
}
.item_preview{
	margin: 15px 0 0 10px;
	padding: 0;
	width: 120px;
	height: 155px;
	text-align: center;
	float: left;
}
.item_preview{
	vertical-align: middle;
}
/*--------------------result.php--------------------*/
.itemlist{
	margin: 10px 0 0 0;
	width: 680px;
	border-collapse: collapse;
}
.itemlist td{
	padding: 0 10px;
	line-height: 120%;
}
.listthumb{
	margin: 0;
	padding: 0;
	width: 110px;
	height: 110px;
	border: 1px solid #999;
}
.listmargin{
	height: 15px;
}
.listmargin hr{
	border: 2px dotted #ccc;
}
.listpr{
	border: none;
	background-color: #ffd;
}
.listprice{
	float: right;
	color: #c00;
}
.noresult li{
	margin: 5px 0 0 5px;
}
/*--------------------table--------------------*/
.list{
	margin: 0 auto;
	width: 720px;
	border-collapse:collapse;
}
.list th{
	border: 1px solid #333;
	background: #eee;
}
.list td{
	padding: 0 0 0 10px;
	height: 20px;
	border: 1px solid #333;
}
.handling{
	margin: 0 auto;
	width: 890px;
	border-collapse:collapse;
}
.handling th{
	border: 1px solid #666;
	background: #eee;
}
.handling td{
	padding: 5px;
	height: 20px;
	border: 1px solid #666;
}
/*--------------------for IE6--------------------*/
*html #head{
	margin: 0 auto;
}
*html #searchbar{
	margin: 0;
	height: 30px;
	background: none;
	border: none;
}
*html #searchbar p{
	margin: 0;
	padding: 5px 0 0 0;
	height: 30px;
	background: url("../image/bg_searchbar.gif") repeat-x;
	border: 3px double #ccc;
	font-weight: bold;
	text-align: center;
}

