@charset "utf-8";


/* ------------------------------
 ■■ CSS for urbantec_Coop ■■
------------------------------ */

div#content01 {
	background : url(../img/main_back3.gif) repeat-x ;
	height : 1600px ;
	padding-top : 10px ;
}


/* ------------------------------
	main
------------------------------ */

/*商品一覧*/

table.table_on01 td {
	padding : 10px ;
	font-size : 13px ;
	color : #4D4D4D ;
}

table.table_on01 th {
	width : 280px ;
	padding : 10px ;
}



/*フォーム内容*/

table.table_on02 {
	width : 700px ;
	border-collapse : separate ;
	border-spacing : 5px ;
	margin-top : 20px ;
	margin-bottom : 10px ;
}

table.table_on02 th {
	background : #D7D3D1 ;
	padding : 10px ;
	text-align : center ;
	border : 5px solid #CDC8C5 ;
	font-size : 13px ;
	color : #4D4D4D ;
	width : 120px ;
}

table.table_on02 td {
	padding : 10px ;
	font-size : 13px ;
	color : #4D4D4D ;
	background : #EEEDEB ;
}

/*商品画像の枠*/

div.natural_img {
	background : url(../img/natural/img_back.gif) repeat ;
	width : 220px ;
	height : 145px ;
	padding : 10px ;
}

p.shop_text01 {
	font-size : 12px ;
	color : #4D4D4D ;
	margin-left : 20px ;
}