* {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	/* background:#DDD url(./template/cmsp/24/bg.gif); */
	color:#666;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

dl {
	margin-bottom:10px;
}

img {border:none;}
.center {text-align:center;}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #0098CC; text-decoration: underline;}
a:visited {color: #0098CC; text-decoration: underline;}
a:active  {color: #0098CC; text-decoration: underline;}
a:hover   {color: #33CBFF; text-decoration: none;}


#side #category a, 
#side #list2 a, 
#header a,
#footer a
{color: #000; text-decoration: none;}


#side #category a:hover , 
#side #list2 a:hover, 
#header a:hover,
#footer a:hover  
{color: #B22222; text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */
#kage{
width: 800px;
padding: 0 50px;
background:url(http://img10.shop-pro.jp/PA01048/381/etc/kage.jpg) repeat-y;
margin:0px auto;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background:#FFF;
	}

#top_msg{
	width:100%;
	font-size:9pt;
	color: #ffffff;
	background: #666666;
	text-align:left;
	margin: 0;
	line-height: 20px;
}

#header {
	width:100%;
	height: 91px;
	background:#ffffff url(http://img10.shop-pro.jp/PA01048/381/etc/header_bottom.jpg) 0 100% repeat-x;
	padding:0 0 6px 0;
}

#body {
	clear: both;
	padding-bottom: 20px;
}
#body .margin {margin:10px 10px 30px 10px;}

#side {
	width:180px;
	float:left;
	position:relative;
	top:10px;
	left:5px;
}

#main {
	width:600px;
	float:right;
	position:relative;
	top:10px;
	right:5px;
	border: 1px solid #CCC;
}




#footer {
	clear:both;
	width:800px;
	background:url(http://img.shop-pro.jp/tmpl_img/24/footer.gif) 0 100% repeat-x;
	padding-bottom:10px;
	text-align:center;
	margin:0 auto 0px auto;
}


/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */


#header .over{
width:800px; 
height:66px;
}

#header .headcenter{
float:left; 
font-weight: bold;
color: #000000;
padding:5px 0 0 20px;
width:430px; 
height:auto; 
background:url(http://img10.shop-pro.jp/PA01048/381/etc/header_center.jpg) no-repeat;
}




/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font:22px/170%;
	margin-top:20px;
	margin-bottom:5px;
}


/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	margin-right:5px;
}

#header_menu ul li img {
	height:12px;
}

 /* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search input {
	width:140px;
	margin:5px 8px 0px 10px;
}
#search .button {
	width:50px;
	height:20px;
	margin:3px 0 0 103px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	border-top:1px #dcdcdc solid;
	margin-bottom:10px;
	padding-top:10px;
}

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#category dl {margin:0px 5px;}

#category ul{
	margin:5px 0 10px 0;
}

#category li {
	color: #000;
	font-size: 9pt;
	list-style-type: none;
	margin: 3px 0;
	padding: 0 1px 0 3px;
}

.category_mark {
	font-weight: bold;
}

/*検索ボックス*/
#side #search {
	width:170px;
	height:65px;
	background:#efefef;
	background-position:left bottom;
	padding-bottom:10px;
	margin:0 5px 10px 5px;
}

/* ------------------------------------- 
 *	リンクリスト

 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
margin-bottom:5px;
}

dl#list dd {
margin-bottom:15px;
}

dl#list dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/24/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}

dl#list2 dt {
	font-weight:bolder;
margin-bottom:5px;
}

dl#list2 dd {
margin-bottom:15px;
}

dl#list2 dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/24/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}

div.border {
	border-top:2px #6C798F dotted;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	margin-bottom:20px;
	color: #000;
	}
	
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color: #FFF;
	background:#0098FF;
	border:2px solid #FFF;
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #555;
	background:#DDD;
	border:2px solid #FFF;
	}


/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
	margin-bottom: 15px;
	}

.entry_title a:link    {color: #432A16;text-decoration: none;}
.entry_title a:visited {color: #432A16;text-decoration: none;}
.entry_title a:active  {color: #432A16;text-decoration: none;}
.entry_title a:hover   {color: #7E5E44;text-decoration: none;}

.entry {
	width: 560px;
	background:url(./template/cmsp/9/entry_top.gif) no-repeat left top;
	padding:25px 5px 40px 15px; 
	
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size:12px;
	line-height:170%;
	}

.entry_title {
	font-weight:bolder;
	text-align: left;
	}

.entry_date {
	font-size:10px;
	text-align:right;
	border-top:1px dotted #999; 
	}


.entry_body {
	margin: 10px 0;
	text-align: left;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	text-align: center;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border-left:2px #CCC dotted;

	margin: 10px 0;
	padding-left: 10px;
	}

.pict {
	border:1px #CCC dotted;
	display: block;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback {
	background:url(./template/cmsp/9/entry_top.gif) no-repeat left top;
	padding:5px 15px 25px 15px; 
	}

#trackback table {
	margin-top:10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #C59BA7;
	}


#trackback .tb_url {
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #CCC;
	}

.pagenavi {
	width: 600px;
	background:url(./template/cmsp/9/entry_top.gif) no-repeat bottom;
	margin-top:50px;
	padding-bottom:10px;
	text-align: center;
	}

