* {
	margin:0px;
	padding:0px;
}

body{
	color:#CCC;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	
	background:#000000 url(http://img08.shop-pro.jp/PA01034/864/etc/bg.gif) repeat-y;
	background-position:900px 0px;
}

br.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

li {
	list-style:none;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link,
a:visited,
a:active  {color: #990000; text-decoration: underline;}
a:hover   {color: #CC9933; text-decoration: none;}

#title a:link,
#title a:visited,
#title a:active  {text-decoration: none;}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:900px;
	}

#header {
	height:130px;
	padding-left:20px;
	background:url(http://img08.shop-pro.jp/PA01034/864/etc/lane.jpg) repeat-x;
}

#body {
	padding:0 20px;
}

#main {
	width:550px;
	float:left;
	border-top:1px solid #330000;
	}

#side {
	width:167px;
	float:right;
}

#footer {
	padding:20px;
}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、メニュー）
 * ************************************************ */

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */

#header #title {
	margin-top:40px;
}

h1 {
	font-size:20px;
line-height:100%;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ショップに戻るボタン）
 * ------------------------------------- */

#header_menu {
	text-align:right;
	height:24px;
}
#header_menu img {
        width:98px;
	height:24px;
}

/* ************************************************ 
 *	カレンダー
 * ************************************************ */

#calendar {
	padding:20px 20px 20px 20px;
	text-align:center;
	font-size:11px;
} 

/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
}

address {
	color:#666;
	font-size:11px;
	font-style:normal;
}

address a:link,
address a:visited,
address a:active  {color:#666;}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#side dl {
	margin-bottom:10px;
}

#side dt {
	height:25px;
	background-repeat:no-repeat;
	text-indent:-10000px;
}

#side dd {
	border-right:1px solid #330000;
	border-bottom:1px solid #330000;
	border-left:1px solid #330000;
	padding:10px;
}

#side li {
	background:url(./template/cmsp/18/arrow.gif) no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	margin-bottom:3px;
	line-height:140%;
}


/* ------------------------------------- 
 *	各タイトル画像の設定
 * ------------------------------------- */

#entry_list dt	  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_entry.gif);}
#com_list dt	  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_comment.gif);}
#tb_list dt 	  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_trackback.gif);}
#category_list dt { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_categories.gif);}
#archives dt 	  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_archives.gif);}
#user_list dt	  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_profile.gif);}
#others dt		  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_link.gif);}
#search dt		  { background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_search.gif);}


/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search input.keyword {
	width:130px;
	margin-bottom:5px;
}
#search .btn {
	background:#999;
	color:#000;
	font-size:10px;
	border:none;
	padding:3px;
}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
#main dl {
	width:550px;
	padding:20px 0px;
}

#main dt {
	width:100%px;
	height:25px;
	background-repeat:no-repeat;
}

#main dd {
	padding:0 15px;
}

/* ------------------------------------- 
 *	各ボックスのボーダーパターン
 * ------------------------------------- */
.pattern_1 {
	border-bottom:1px solid #330000;
	border-left:1px solid #330000;
}

.pattern_2 {
	border-bottom:1px solid #330000;
	border-right:1px solid #330000;
}
 
/* ------------------------------------- 
 *	エントリーエリア
 * ------------------------------------- */

#entry_area {
	width:550px;
}

.entry {
	padding:10px 0px;
	margin-bottom:20px;
}

.e_title {
	width:100%px;
	height:25px;
	background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_line.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	line-height:120%;
	background:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_point.gif) no-repeat;
	padding-left:25px;
	margin-left:20px;
}

.e_margin {
	padding:0 15px;
}

.e_date {
	border-bottom:1px dotted #666;
	padding:3px;
	font-size:11px;
}

.e_body {
	padding:10px 0px;
	border-bottom:1px dotted #666;
}
.e_state {
	text-align:right;
	padding:3px;
	font-size:11px;
}

.entry_navi {
	text-align:center;
	margin-bottom:15px;
	font-size:11px;
}

/* ------------------------------------- 
 *	コメント・トラックバックエリア
 * ------------------------------------- */

#extra {
	width:100%;
	padding:20px 0px;
}

#extra dl {
	padding:0px;
}

#extra dd {
	width:510px;
	padding-bottom:20px;
	
}

#main dt.text {
	background-image:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_line.gif);
	background-position:right bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	line-height:120%;
	background:url(http://img08.shop-pro.jp/PA01034/864/etc/blog_point.gif) no-repeat;
	padding-left:25px;
	margin-left:20px;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

.tb {
	margin-bottom:20px;
}

.tb div,
.tb p {
	padding:5px 0px;
}
.tb .border {
	border-bottom:1px dotted #666;
}

.comment_form .form {width:250px;}

/* ------------------------------------- 
 *	ページリンク
 * ------------------------------------- */
#pagenavi {
	text-align:center;
	font-size:x-small;
}

.pagelink span {
	margin:0 50px;
}
/* ------------------------------------- 
 *	プロフィール
 * ------------------------------------- */
#profile_area p {
	margin-top:10px;
}





