* {
	margin:0px;
	padding:0px;
}

body{
	color:#333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 140%;
	
	/* 背景画像（グラデーション） */
	background:#FFF url(./template/cmsp/19/bg.gif) repeat-x;
	
}

br.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

li { list-style:none;}
img { border:none;}



/* リンクカラー */
/* ----------------------------------------------------- */

a:link,
a:visited,
a:active  { color: #4D2600; text-decoration: underline;}
a:hover   { color: #996633; text-decoration: none;}

#main a:link,
#main a:visited,
#main a:active  { color: #993333;}
#main a:hover 	{ color: #666;}



/* ページレイアウト */
/* ----------------------------------------------------- */

#wrap_1 {
	width:834px;
	background:transparent url(./template/cmsp/19/wrapper_1.gif) repeat-y;
	margin:0px auto;
}

#wrap_2 {
	width:812px;
	background:transparent url(./template/cmsp/19/wrapper_2.gif) no-repeat;
	padding:0px 11px;
}

#content {
	width:772px;
	padding:15px 25px 30px 15px;
	
	/* コンテンツエリア右上の画像 */
	background:transparent url(http://blog.shop.material-web.com/images/Obi_Green2.jpg) no-repeat right top;
}


/* ショップタイトルエリア */
#header {
	padding:25px 10px 25px 10px;
	color:#645951;
}

/* メインエリア */
#main {
	width:772px;
	margin-top:15px;
}

/* メインエリア左サイド */
#colL {
	width:195px;
	float:left;
	font-size:10px;
}

/* メインエリア右サイド */
#colR {
	width:545px;
	float:right;
}

/* フッター */
#footer {
	background:transparent url(./template/cmsp/19/footer.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:40px;
	text-align:center;
	font-size:10px;
}



/* ヘッダー */
/* ----------------------------------------------------- */
/* ------------------------------------- 
 *	サイトタイトルの設定（文字のサイズや色は初級モードで設定）
 * ------------------------------------- */
h1.shop_title {
	font-size:22px;
	margin-bottom:10px;
}

h1.shop_title a:link,
h1.shop_title a:visited,
h1.shop_title a:active  {color: #cccccc; text-decoration: none;}
h1.shop_title a:hover   {color: #cccccc;}


/* ------------------------------------- 
 *	検索
 * ------------------------------------- */
#header_menu #search {
	width:360px;
}

#search select {
	width:130px;
	margin-right:5px;
	vertical-align:middle;
}

#search input.keyword {
	width:160px;
	margin-right:5px;
	vertical-align:middle;
}

#search .btn {
	width:46px;
	height:20px;
	vertical-align:middle;
}




/* フッター */
/* ----------------------------------------------------- */
address {
	font-style:normal;
}

address a:link,
address a:active,
address a:visited,
address a:hover {
	text-decoration:none;
	color:#666;
}




/* 左サイド(#colL) */
/* ----------------------------------------------------- */
/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#colL dl {
	width:195px;
	background:transparent url(./template/cmsp/19/l_bottom.gif) no-repeat left bottom;
	padding-bottom:11px;
}

#colL dt {
	height:21px;
	background-repeat:no-repeat;
	background-position:center;
	font-size:.1em;
	text-indent:-10000px;
}

#colL dd {
	background:transparent url(./template/cmsp/19/l_bg.gif) repeat-y;
	padding:3px 10px;
}

#colL li {
	background:transparent url(./template/cmsp/19/point.gif) no-repeat;
	background-position:0px 9px;
	padding:2px 0px 2px 12px;
}



/* ------------------------------------- 
 *	サイドメニューの各タイトル画像の設定
 * ------------------------------------- */

#ent_list dt  { background-image:url(./template/cmsp/19/l_title_ent.gif);}
#com_list dt  { background-image:url(./template/cmsp/19/l_title_com.gif);}
#cat_list dt  { background-image:url(./template/cmsp/19/l_title_cat.gif);}
#archive dt   { background-image:url(./template/cmsp/19/l_title_arch.gif);}
#user_list dt { background-image:url(./template/cmsp/19/l_title_prof.gif);}
#tb_list dt   { background-image:url(./template/cmsp/19/l_title_tb.gif);}
#link_list dt   { background-image:url(./template/cmsp/19/l_title_link.gif);}

/* ------------------------------------- 
 *	「ショップを見る」ボタン
 * ------------------------------------- */
.shop_btn {
	width:195px;
	height:49px;
	display:block;
	margin-bottom:10px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */
dl#calendar {
	width:195px;
	background:transparent url(./template/cmsp/19/l_cal_bottom.gif) no-repeat left bottom;
	padding-bottom:20px;
}


dl#calendar dt {
	height:35px;
	background:transparent url(http://blog.shop.material-web.com/images/Calender.jpg) no-repeat center;
	font-size:.1em;
	text-indent:-10000px;
}

dl#calendar dd {
	background:transparent url(./template/cmsp/19/l_cal_bg.gif) repeat-y;
	padding:5px 0px;
}

#calendar .date {
	background:transparent url(./template/cmsp/19/l_cal_date.gif) no-repeat 10px 0px;
	padding-top:19px;
	width:195px;
}

dl#calendar dd table {
	margin:0px 0px 0px 9px;
	width:176px;
}

#calendar td.cell {
	width:24px;
	height:20px;
	background:#D4D4D4;
	color:#272727;
}


#calendar .cell a:link,
#calendar .cell a:visited,
#calendar .cell a:active,  {
	display: block;
	width:24px;
	padding:3px 0px;
	text-decoration: none;
	background: #919191;
	color: #FFF;
}
#calendar .cell a:hover  {
	display: block;
	width:24px;
	padding:3px 0px;
	text-decoration: none;
	background: #666;
	color: #FFF;
}


/* ------------------------------------- 
 *	フィード
 * ------------------------------------- */

#others {
	margin:0px 10px
}

#feed {
	margin-top:10px;
}

#feed img {
	width:57px;
	height:15px;
	margin-right:10px;
}





/* 右サイド(#colR) */
/* ----------------------------------------------------- */
/* ------------------------------------- 
 *	ナビゲーション
 * ------------------------------------- */

.entry_link {
	height:20px;
	margin-bottom:10px;
	border-bottom:1px dotted #A49A93;  
}

.page_link {
	background:#FFF;
	border:1px solid #B1A797;
	padding:5px;
	text-align:center;
}

.page_link a:link,
.page_link a:visited,
.page_link a:active,
.page_link a:hover   { margin:0px 10px;}



/* ------------------------------------- 
 *	記事に関する設定
 * ------------------------------------- */
.entry {
	width:520px;
	margin:0px auto 30px auto;
	background:transparent url(http://blog.shop.material-web.com/images/entry_waku.jpg) repeat-y 0px 0px;
}

.detail_bottom {
	height:5px;
}

.entry dl{
	width:510px;
	padding:5px 5px 0px 5px;
	background:transparent url(./template/cmsp/19/detail_top.gif) no-repeat;
}

.entry dd {
	width:495px;
	padding:10px;
}



/* 記事のタイトルと日付 */
.entry dt {
	width:500px;
	padding:5px;
	border-bottom:1px solid #D3D1CC;
	background:#FFF;
}

.entry dt .entry_title {
	float:left;
	border-left:4px solid #993333;
}

.entry dt .entry_date {
	float:right;
	font-size:11px;
}

h2 {
	font-size:12px;
	margin-left:5px;
	color:#101010;
}


/* 記事の情報 */
.entry dd.entry_state {
	padding:10px;
	background:transparent url(./template/cmsp/19/detail_top.gif) no-repeat left bottom;
}


/* つづきを読む */
.entry_more {
	margin-top:10px;
}


/* ------------------------------------- 
 *	エントリー内の画像、引用部分の装飾
 * ------------------------------------- */

.pict {
	background:#FFF;
	padding:5px;
}

blockquote {
	background:#FFF;
	color:#666;
	border:1px dotted #D3D1CC;
	padding:10px;
}



/* ------------------------------------- 
 *	プロフィール
 * ------------------------------------- */
#profile {
	margin:0px auto ;
}

#profile dd {
	padding:10px;
	background:transparent url(./template/cmsp/19/detail_top.gif) no-repeat left bottom;
}


/* ------------------------------------- 
 *	コメント・トラックバック　各タイトル画像の設定
 * ------------------------------------- */

#comment dt,
#tb_url dt,
#tb dt {
	width:545px;
	height:25px;
	border-bottom:1px dotted #A49A93;
	margin-bottom:10px;
	font-size:0.1em;
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position:left;
}

#comment dt	  { background-image:url(./template/cmsp/19/title_comment.gif);}
#tb_url dt	  { background-image:url(./template/cmsp/19/title_tburl.gif);}
#tb dt 		  { background-image:url(./template/cmsp/19/title_tb.gif);}


dl#comment,
dl#tb_url,
dl#tb {
	width:545px;
	margin:20px 0px;
	color:#666;
}


/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */

.com_box {
	margin:0px 20px 20px 20px;
}

.com_box .tb_state {
	margin-top:5px;
	color:#333;
}

#comment .formarea {
	background:#ECEBE1;
	padding:5px 20px;
}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

/* トラックバックURL */
#tb_url dd {
	color: #A82D00;
	font-weight:bolder;
}


/* トラックバック */
#tb dd {
	background:#FFF;
	border:1px solid #B1A797;
	margin:5px 0px;
}


#tb dd p {
	margin:5px;
}


.tb_time {
	background:#B1A797;
	color:#FFF;
	padding:0px 5px;
}

.tb_title {
	background:#F4F4F4;
	font-weight:bolder;
	padding:0px 5px;
}

.tb_excerpt {
	background:#FFF;
	border-top:1px solid #B1A797;
	border-bottom:1px solid #B1A797;
	padding:0px 5px;
}

.tb_blog_name {
	background:#F4F4F4;
	color:#A82D00;
	text-align:right;
	padding:0px 5px;
}

