/*
サブページCSS
*/

@import url(fusou.css);

/* ------------------------
   メイン部分 
   ------------------------ */

#site_theme {
		display:block;
		float:left;
		/*height: 20px;*/
		margin:0;
		padding-left:5px;
		font-size:93%;
		color:#000;
}

#search span { font-weight:bold; font-size:123.1%; }

/* ------------------------
   #contents コンテンツ部分 
   ------------------------ */

/*  見出し  */
.detail_page h1 {
	float:right;
	margin-top:0;
	margin-bottom:0;
	padding-left:20px;
	width:524px;
}
.detail_page h2 , .guide_page h2, .contact_page h2 {
	color:#553300;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	background:#FCC700 url(/images/20090924/back_tile.gif) repeat scroll right;
}
.list_page h2 {
/*	display:inline;*/
	color:#553300;
	font-size:116%;
	margin-top:0;
	margin-bottom:10px;
	padding-top:0px;
	height:20px;
}

/*  フォーム  */
.contact_page input[type="text"], .contact_page input[type="password"], .contact_page textarea {
	width:auto;
}

.submit_button {
	background-color:white;
	background-image:url(/images/share/shopbtn_04.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0 none;
	color:#ff3333;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:33px;
	left:1px;
	position:relative;
	top:0;
	vertical-align:middle;
	width:221px;
}


/*  パンくずリスト  */
.breadcrumbs_list {	font-size:93%; line-height:1.2em; }
ul.breadcrumbs_list { margin-left:0; margin-top:0; }

/*  メイン  */
#contents { line-height:1.6em; }
#contents.yui-b { position:relative; }
#contents li { margin-bottom:2px; }
#image_top { float:left; position:relative;	height:330px; z-index:0; }
#image_top img, #list .item_image { border:1px solid #BFBFBF; }

/*  カテゴリー  */
.category {
	position:relative;
	height:75px;
}
.category img {
	position:absolute; left:0px; top:0px;
}
.category h2 {
	position:relative;
	left:70px;
	margin-bottom:5px;
}
.category span {
	position:relative;
	left:70px;
	display:block;
	font-size:93%;
	line-height:1.2em;
	width:500px;
}

/*  商品リスト  */
#list {
	margin-top:20px;
}
.item {
	position:relative;
	height:100px;
	width:620px;
}
img.item_image  {
	position:absolute; left:0px; top:0px;
	width:100px;

}
img.folder_image  {
	position:absolute; left:0px; top:0px;
	width:55px;
}
.item h2 {
	position:relative;
	left:120px;
	margin-bottom:5px;
}
.item span {
	position:relative;
	left:120px;
	font-size:93%;
	line-height:1.2em;
}

.item p {
	position:relative;
	font-size:93%;
	left:120px;
	line-height:1.3em;
	margin-bottom:0;
}



/*#list {
	margin-top:20px;
}
#list .item_image {
	float:left;
	width:100px;
	margin-right:10px;
	margin-bottom:5px;
}
#list .folder_image {
	float:left;
	width:55px;
	margin-right:55px;
	margin-bottom:34px;
}
#list p {
	font-size:93%;
	line-height:1.3em;
	margin-bottom:0;
}
.item {
	height:100px;
}
*/
/*  詳細表示  */
.detail_page img.zoom_icon	{ position:absolute; left:178px; top:196px; }
.detail_page img.image2	{ position:absolute; left:0; top:220px; }
.detail_page img.image3	{ position:absolute; left:110px; top:220px; }
.image_side { margin-left:230px; }
div.image_sz01 { clear:both; }

/*  値段表示  */
.price_i { 
	margin-top:0;
	margin-bottom:0;
}
.price { 
	color:#CC0033;
	font-family:Arial,Helvetica,sans-serif;
	font-size:138.5%;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
#list .price {
	font-size:100%;
}

/* ショッピングカート */
#cafemilk_credit {
	color:#cccccc;
	font-size:50%;
	border-style:hidden;
}
#cafemilk_credit td {
	border:0;
}
