/* common css------------------------------------------- */

body {
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
}

body,tr,td,th,div,font {
	font-size:13px;
	font-family: "lr oSVbN", "Osaka]";
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

input, select, textarea {
	border:1px ridge #333333;
}

li {
	list-style-type: none ;
}

ul,ol,li {
	margin: 0px; padding: 0px;
}

a:link, a:visited, a:active, a:hover, a:focus {
	font-size:12px;
	color: #3c60c5;
	text-decoration: none;
}

.noborder {
	border:0px;
}

.nodata {
	font-size:12px;
	padding:10px;
	margin:10px 20px 0px 20px;
	background-color:#F8F8FF;
	line-height:1.3;
	width:90%;
	border:1px dotted #3c60c5;
	text-align:left;
	color: #3c60c5;
}

/* common css end -------------------------------------- */

/* category css   -------------------------------------- */

#CategoryArea {
	width:150px;
	margin:10px 20px 10px 0px;
	float:left;
}

.line_top {
	width:100%;
	height:1px;
	background-color:#3D9BDD;
}

.category_title {
	margin:0px;
}

.category_list {
	padding:6px;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ff7200;
}

.category_list li {
/*	list-style-type:disc; */
	padding:2px;
}

/* category css end ------------------------------------ */

/* manager css   -------------------------------------- */

#ManagerArea {
	width:150px;
	margin:10px 20px 10px 0px;
	float:left;
}

/* manager css end ------------------------------------ */

/* menu css -------------------------------------------- */

#ShopName {
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}

#Menu {
	float:left;
	font-size:12px;
}

/* menu css end ---------------------------------------- */


/* footer css ------------------------------------------ */

.line_under {
	width:100%;
	height:1px;
	background-color:#3D9BDD;
	margin-top:20px;
}

/* footer css end -------------------------------------- */

/* mainarea css ---------------------------------------- */

#MainArea {
	margin-top:20px;
}

#Main {
	width:100%;
}

/* mainarea css end ------------------------------------ */

/* toppage css ----------------------------------------- */

#News .info {
	
	font-size:12px;
	padding:10px;
	margin:10px 20px 0px 20px;
	background-color:#F8F8FF;
	line-height:1.3;
	/*width:90%;*/
	border:1px dotted #3c60c5;
	text-align:left;
	color: #3c60c5;
}

#Recommend {
	margin-top:20px;
}

/* toppage css end ------------------------------------- */

/* recommend css --------------------------------------- */

.recommend_area {
	/*width:100%;*/
	margin-top:10px;
}

.recommend_list {
	float:left;
	width: 190px;
	height: 180px;
	text-align:center;

}

/* recommend css end ----------------------------------- */

/* side css -------------------------------------------- */

#Side {
	width:200px;
	float:right;
}

.side_title {
	margin:0px;
}

.side_contents {
	
	padding:6px;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ff7200;
	
}

#ProductSearch {
	width:178px;
}

.search_type {
	width:150px;
	margin-bottom:5px;
}

.search_word {
	width:100px;
}


#UsePayment, #InCart, #SideRecommend, #Seller {
	margin-top:18px;
	width:178px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

.incart_img {
	margin-top:3px;
}

/* side css end ---------------------------------------- */

/* shopkeeper css -------------------------------------- */

#ShopExplain {
	margin:20px;
}

#ShopExplain table {
	background-color:#999999;
	width:450px;
}

#ShopExplain th {
	color: #333333;
	background-color:#CCCCCC;
	text-align:center;
	width:180px;
}

#ShopExplain td {
	background-color:#FFFFFF;
}


#PaymentExplain {
	margin:20px;
}

#PaymentExplain table {
	background-color:#999999;
	margin-bottom:20px;
	width:600px;
}

#PaymentExplain th {
	color: #333333;
	background-color:#CCCCCC;
	text-align:center;
}

#PaymentExplain th.cell {
	width:200px;
}

#PaymentExplain td {
	background-color:#FFFFFF;
}

#PaymentExplain .payment_img {
	margin:4px;
}

#DeliveryExplain {
	margin:20px;
}

#DeliveryExplain table {
	background-color:#999999;
	width:600px;
}

#DeliveryExplain th {
	color: #333333;
	background-color:#CCCCCC;
	text-align:center;
	width:200px;
}

#DeliveryExplain td {
	background-color:#FFFFFF;
}


/* shopkeeper css end ---------------------------------- */

/* showcart css ---------------------------------------- */

#ShowCart {
	width:100%;
}

.change_cart {
	text-align:right;
	margin-bottom:5px;
}

#ShowCart table {
	background-color:#999999;
	width:100%;
}

#ShowCart th {
	color: #333333;
	background-color:#CCCCCC;
	text-align:center;
}

#ShowCart td {
	background-color:#FFFFFF;
}

.sum {
	font-weight:bold;
	color:red;
}

/* showcart css end ------------------------------------ */


/* inq css --------------------------------------------- */

#Inq {
	margin:0px 0px 10px 20px;
	width:600px;
}

#Inq .info {
	
	font-size:12px;
	padding:10px;
	margin:10px 0px 20px 0px;
	background-color:#F8F8FF;
	line-height:1.3;
	width:100%;
	border:1px dotted #3c60c5;
	text-align:left;
	color: #3c60c5;
}

#Inq table {
	margin-bottom:10px;
	background-color:#999999;
	width:100%;
}

#Inq th {
	color: #333333;
	background-color:#CCCCCC;
	text-align:center;
	width:150px;
}

#Inq td {
	background-color:#FFFFFF;
}

.inq_text {
	width:98%;
}

.inq_note {
	width:98%;
	height:150px;
}

.inq_send {
	text-align:center;
}


/* inq css end ----------------------------------------- */

/* product detail css  --------------------------------- */

.line-dot {
	height:1px;
	background-image:url(../img/line_dot_1.gif);
	margin-bottom:1px;
	width:90%;
}

#Product .product_area {
	text-align:center;
	vertical-align:center;
	height:300px;
}

#Product .product_table {
	background-color:#999999;
}

#Product .product_cell1 {
	text-align:left;
	color: #333333;
	background-color:#cccccc;
	margin: 2px;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	white-space:nowrap;
}

#Product .product_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
}

.product_sales {
	color:red;
	font-weight:bold;
}

.product_num {
	width:35px;
}

.product_explain {
	padding:10px;
	/*margin:10px 10px 10px 10px;*/
	line-height:1.3;
	width:90%;
	text-align:left;
	border-left: 1px solid #3c60c5;
	border-right: 1px solid #3c60c5;
	color: #3c60c5;
}

.product_doing {
	text-align:center; margin:10px;
}

.incart_img {
	border:0px;
}


/* product detail css end ------------------------------ */


/* product list css start ------------------------------ */

#ProductSort {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

#SubCategory {
	margin-top:10px;
	margin-bottom:10px;
}

.subcategory_area {
	width:100%;
	margin-top:10px;
}

.subcategory_list {
	float:left;
	/*width: 120px;*/
	/*height: 20px;*/
	margin:10px 50px 10px 10px;
	margin-bottom:10px;
	margin-right:30px;
	text-align:center;
}


#ProductList {
	width:100%;
	margin-top:10px;
}

.page {
	width:100%;
	text-align:center;
}

.productlist_area {
	width:100%;
	margin-top:10px;
}

.product_list {
	float:left;
	width: 190px;
	height: 180px;
	text-align:center;
}

.productlist_explain {
	padding:10px;
	/*margin:10px 10px 10px 10px;*/
	line-height:1.3;
	width:80%;
	text-align:left;
	border-left: 1px solid #3c60c5;
	border-right: 1px solid #3c60c5;
	color: #3c60c5;
}

/* product list css end -------------------------------- */

/* option css start ------------------------------ */
#Option .option_table {
	background-color:#999999;
}

#Option .option_cell1 {
	text-align:left;
	color: #333333;
	background-color:#cccccc;
	margin: 2px;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	white-space:nowrap;
}

#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
}
/* option css end -------------------------------- */


.info2 {
	padding:10px;
	margin:10px 20px 10px 20px;
	background-color:#FFFFF0;
	line-height:1.3;
	width:90%;
	border:1px dotted #FF0000;
	text-align:left;
}

.CELL_140 {
	width: 140px;
	height: 140px;
	text-align:center;
}

.chu {
	/*font-size: x-small;*/
	font-color: #FF0;
	padding: 20px;
}

#regi {
	/*font-size: x-small;*/
	padding: 20px;
}

#regi tr,td {
	/*font-size: x-small;*/
}

#regi input {
	/*font-size: 12px;*/
}

#regi .sub {
	padding: 10px;
	border: 1px solid #CCC;
	width: 500px;
}

.note {
	color: red;
}

.note2 {
	color: #999999;
}
