@charset "utf-8";
/* ------------------------------------------------
 　contents.css
------------------------------------------------ */
@import url(base.css);

/* ------------------------------------------------
 　Blog Page
------------------------------------------------ */

/* Header -------------------------------------- */
#header{
	background: url(images/bg_blogheader.jpg) no-repeat top right;
	height: 253px;
}
#header h1{
	height: 30px;
	width: 448px;
	position: relative;
	top: 70px;
	left: 30px;
	background: url(images/bg_bloglogo.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
/* GO TOP */
#header #alltop{
	width: 80px;
	height: 20px;
	position: relative;
	top: 122px;
	left: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/bg_ic_gotop.gif) no-repeat left -20px;
}
#header #alltop a{
	width: 80px;
	height: 20px;
	display: block;
}
#header #alltop a:hover{
	background: url(images/bg_ic_gotop.gif) no-repeat left top;
}
/* Shop Logo */
#header #shoptitle{
	position: relative;
	top: 139px;
}
/* brand別背景切替 */
#header.adametrope{
	background: url(images/bg_blogheader.jpg) no-repeat top right;
}
#header.assemblage{
	background: url(images/bg_blogheader_asse.jpg) no-repeat top right;
}
#header.optitude{
	background: url(images/bg_blogheader_opti.jpg) no-repeat top right;
}
#header.pinceau{
	background: url(images/bg_blogheader_pinc.jpg) no-repeat top right;
}
#header.mates{
	background: url(images/bg_blogheader.jpg) no-repeat top right;
}

/* Contents　====================================== */
#main{
	clear: both;
	width: 942px;
	background: url(images/bg_mainblog.gif) repeat-y  ;
	overflow: hidden;	
}

/* 左側 ------------------------------------------- */

/* 記事 ----------------------------- */
#contL div.cnt{
	clear: both;
	color: #666;
	overflow: hidden;
	position: relative;
	top: -1px;
	border-top: 1px solid #ccc;
}
/* 記事：左 */
#contL div.cnt div.kijiinfo{
	float: left;
	width: 175px;
	padding: 30px 0 0 0;
	font-size: 10px;
	color: #7f7f7f;
	line-height: 16px;
}
	/* 日付 */
	#contL div.cnt div.kijiinfo .kijiDate{
		height: 20px;
		line-height: 16px;
		margin-left: 28px;
	}
	/* ユーザ */
	#contL div.cnt div.kijiinfo .kijiUser{
		height: 40px;
		margin-left: 28px;
		font-weight: bold;
		padding-left: 15px;
	}
	/* タイプ別アイコン切替 */
	#contL div.cnt div.kijiinfo .adametrope{background: url(images/ic_shoptag.gif) no-repeat left 1px;}
	#contL div.cnt div.kijiinfo .assemblage{background: url(images/ic_shoptag.gif) no-repeat left -39px;}
	#contL div.cnt div.kijiinfo .mates{background: url(images/ic_shoptag.gif) no-repeat left -78px;}
	#contL div.cnt div.kijiinfo .optitude{background: url(images/ic_shoptag.gif) no-repeat left -118px;}
	#contL div.cnt div.kijiinfo .pinceau{background: url(images/ic_shoptag.gif) no-repeat left -158px;}
	
	
	
/* 記事：右 */
#contL div.cnt div.kijicont{
	width: 495px;
	float: right;
	overflow: hidden;
}
	/* 記事タイトル */
	#contL div.cnt div.kijicont div.kijiTitle{
		height: 50px;
		padding: 0 50px 0 80px;
		margin: 50px 0 0 0;
		background: url(images/bg_kijititle.gif) no-repeat 2px top;
		font-weight: bold;
		font-size: 1em;
		line-height: 2em;
	}
	/* 記事中身 */
	#contL div.cnt div.kijicont div.kijiMain{
		overflow: hidden;
		font-size: 0.8em;
		line-height: 2em;
		padding: 0 50px 100px 80px;
	}
	#contL div.cnt div.kijicont div.kijiMain img{
		margin: 15px 0;
	}
	
/* 右メニュー ----------------------------------- */
#contR{
	font-size: 10px;
	color: #7a7a7a;
}

/* h3 */
#contR h3{
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}

/* Title */
#contR #profile h3{ background: url(images/tit_profile.jpg) no-repeat 2px top;}
#contR #brandsite h3{ background: url(images/tit_brandsite.jpg) no-repeat 2px top;}
#contR #search h3{ background: url(images/tit_search.jpg) no-repeat 2px top;}
#contR #rentry h3{ background: url(images/tit_recententry_g.jpg) no-repeat 2px top;}
#contR #archive h3{ background: url(images/tit_archive.jpg) no-repeat 2px top;}
#contR #calendar h3{ background: url(images/tit_calendar.jpg) no-repeat 2px top;}
#contR #othermember h3{ background: url(images/tit_othermembers.jpg) no-repeat 2px top;}
#contR #mobile h3{ background: url(images/tit_mobile.jpg) no-repeat 2px top;}

/* border(top) */
#contR #brandsite,
#contR #search,
#contR #rentry,
#contR #archive,
#contR #calendar,
#contR #othermember,
#contR #mobile{
	border-top: 1px solid #ccc;
}

/* プロフィール ------------------- */
#contR #profile #shoporofile{
	font-size: 11px;
	padding: 20px 0 20px 20px;
	background: url(images/bg_dotline_x.gif) repeat-x left top;
}
#contR #profile #shoporofile img{
	width: 230px;
}
#contR #profile #shoporofile p{
	padding: 15px 0 10px;
}
#contR #profile #shoporofile p strong{
	color: #666666;
}
#contR #profile #shoporofile p.shopdata{
	padding: 0;
}
#contR #profile #shoporofile{
	line-height: 1.5em;
}

/* Brand Site ------------------- */
#contR #brandsite ul{
	background: url(images/bg_dotline_x.gif) repeat-x left top;
	padding: 10px 0;
}
#contR #brandsite ul li{
	margin: 10px 0 10px 20px;
}
#contR #brandsite ul a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* Search  ----------------------------------- */
#contR #search form{
	width: 240px;
	padding: 0 0 25px 20px;
}
#contR #search div{
	width: 225px;
	height: 25px;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}
#contR #search input.sbox{
	margin: 4px 0 4px 2px;
	width: 158px;
	height: 17px;
	line-height: 25px;
	background: #fff;
	border: none;
	float: left;
}
#contR #search input.inpbtn{
	background: #fff;
	float: right;
}
#contR #search input.inpbtn:hover{
	background: #f2f2f2;	
}

/* Rcent Entry ------------------- */
#contR #rentry ul{
	background: url(images/bg_dotline_x.gif) repeat-x left top;
	padding: 10px 0;
}
#contR #rentry ul li{
	background: url(images/ic_arw_list.gif) no-repeat left 1px;
	padding: 5px 10px;	
	margin-left: 20px;
}
#contR #rentry ul li a{
	color: #7a7a7a;
}
#contR #rentry ul li span{
	padding-right: 3px;
}

/* Archive ------------------------ */
#contR #archive a{
	text-decoration: none;
}
#contR #archive form{
	font-size: 12px;
	padding-right: 20px;
	margin: 0 0 20px 20px;
}
#contR #archive select{
	width: 100%;
	color: #999999;
	padding: 2px 0;
}
#contR #archive option{
	height: 22px;
	border: 1px solid #ccc;
}

/* Calendar --------------------- */
#contR #calendar{color: #666;}

#contR #calendar #calendarTbl{
	margin: 0 20px 20px 20px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 8px 12px;
}
#contR #calendar #calendarTbl p{
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	text-align: center;
}

#calendarTbl table{
	width: 210px;
	height: 150px;
	font-size: 11px;
}
#calendarTbl table th{
	width: 23px;
	height: 25px;
	font-size: 10px;
}
#calendarTbl table td{
	text-align: center;
}

#calendarTbl a:link,
#calendarTbl a:active{
	color: #666;
	font-weight: bold;
}

/* Other Member ------------------- */
#contR #othermember a{
	text-decoration: none;
}
#contR #othermember form{
	font-size: 12px;
	padding-right: 20px;
	margin: 0 0 20px 20px;
}
#contR #othermember select{
	width: 100%;
	color: #999999;
	padding: 2px 0;
}
#contR #othermember option{
	height: 22px;
	border: 1px solid #ccc;
}

/* Mobile  ----------------------------------- */
#contR #mobile div{
	line-height: 18px;
	font-size: 12px;
	color:#666666;
	padding: 20px 0 10px;
	background: url(images/bg_dotline_x.gif) repeat-x left top;
}
#contR #mobile div p.qr{;
		margin-left: 20px;
}
#contR #mobile div p.qrtxt{
	width: 120px;
	float: right;
	margin-right: 50px;
	display: inline;
}

/* rss  ----------------------------------- */
#contR p.rss{
	margin: 10px 20px;
}


/* Back&Next ------------------------ */
#nextback{
	position: relative;
	top: -1px;
	height: 37px;
	border-bottom: 1px solid #ccc;
	background: url(images/bg_mainblog.gif) repeat-y;
}
	/* back */
	#nextback #back{
		display: inline;
		float: left;
		margin-left: 177px;
		width: 247px;
		height: 37px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(images/btn_blog_back.jpg) no-repeat left top;
	}
	#nextback #back a{
		width: 247px;
		height: 37px;
		display: block;
	}
	#nextback #back a:hover{
		background: url(images/btn_blog_back_o.jpg) no-repeat left top;
	}
	/* next */
	#nextback #next{
		float: left;
		width: 246px;
		height: 37px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(images/btn_blog_next.jpg) no-repeat left top;
	}
	#nextback #next a{
		width: 246px;
		height: 37px;
		display: block;
	}
	#nextback #next a:hover{
		background: url(images/btn_blog_next_o.jpg) no-repeat left top;
	}

/* BlogFooter ----------------------------------- */
#wrapper #footer {
	border-top: none;
}	

/* 検索 ------------------------------------------ */

#wrapper.search #header{
	height: 252px;
	border-bottom: 1px solid #ccc;
}
#wrapper.search #header #shoptitle{
	display: none;
}
#wrapper.search #contR #profile,
#wrapper.search #contR #rentry,
#wrapper.search #contR #archive,
#wrapper.search #contR #calendar
{
	display: none;
}
#searchpager{
	padding:5px 5px 5px 190px;
	font-size: 10px;
	line-height: 2em;
}
/* Brandsiteなし -----*/
#wrapper.search #contR #brandsite{
	display: none;
}
#wrapper.search #contR #search{
	border-top: none;
}
/* Brandsiteなしここまで*/

/* Brandsiteあり */
/* 以下をBrandsiteなしと入替
#wrapper.search #contR #brandsite{
	border-top: none;
}
 */