* {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
         color: #666;
background-color:#FFFFFF;
	background-image: url(http://img04.shop-pro.jp/PA01013/521/etc/blog0830.jpg);
	background-repeat : repeat-y;
	background-position : center;
	font-size: 11px;
	font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	line-height: 150%;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

dl {
	margin-bottom:10px;
}

img {border:none;}
.small {font-size:10px;}
.center {text-align:center;}
.right {text-align:right;}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #900; text-decoration: underline;}
a:visited {color: #700; text-decoration: underline;}
a:active  {color: #900; text-decoration: underline;}
a:hover   {color: #996600; text-decoration: none;}

#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:750px;
	margin:0px auto;
	padding: 0px;
	background:#FFF;
	}

#header {
	width:100%;
	background: url(./images/head_back.jpg) no-repeat;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

#body {
}

#body .margin {margin:28px 20px 30px 20px;}

#side {
	width:170px;
	float:left;
}

#main {
	width:520px;
	float:right;
	padding:0px 0px 0px 10px;
}

#footer {
	width:730px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	background:url(./images/foot.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
	text-align: right;
	padding-right: 20px;
	color: #A9A9A9;
	letter-spacing: normal;
}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
 /* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

#header_menu {
	height:20px;
	background:#FF6600 url(./template/cmsp/17/header_menu.gif) repeat-x;
	text-align:right;
}

#header #search {
	width:220px;
	float:right;
	background:#FFD5AC url(./template/cmsp/17/search.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
}

#header #search .title {
	height:20px;
	background:url(./template/cmsp/17/search_title.gif) no-repeat;
	background-position:left top;
}

#header #title {
	margin-right:230px;
}

#header p {
	padding: 38px 42px 0px 0px;
	text-align: right;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font:22px/170%;
	margin-top:0px;
	margin-bottom:5px;
	padding-left: 30px;
	padding-top: 20px;
	float:left;
}


/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	margin-right:5px;
}

#header_menu ul li img {
	height:12px;
}

 /* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search input {
margin-left:8px;
}

#search input.button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
 
/* ------------------------------------- 
 *	リンクリスト
 * ------------------------------------- */

dl#list dt {
margin-top: 2px;
font-weight:bolder;
margin-bottom:5px;
}

dl#list dd {
margin-bottom:26px;
}

dl#list dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/17/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}
div.border {
	border-top:2px #990100 dotted;
	padding-bottom:3px;
	margin-top: 2px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	margin-bottom:20px;
	color: #000;
	}
	
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color: #FFF;
	background:#990100;
	border-right:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #555;
	background: url(./images/cell.gif) right bottom;
	border-right:1px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	}


/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	margin-top: 0px;
	margin-bottom:20px;
}

.entry .title {
	background:#990100 url(./images/entry_title.gif) no-repeat;
	padding:1px 0px 1px 10px;
	}

.entry .area {
	border-right:1px solid #990100;
	border-left:1px solid #990100;
}

.entry .area .body {
	padding:12px;
	letter-spacing: 1px;
}

.body img {
	margin: 5px 0px;
}

.entry .bottom {
	height:14px;
	background:url(./images/entry_bottom3.gif) no-repeat;
	background-position:left bottom;
}

/* 記事のタイトル */
h2 {
	background:url(./template/cmsp/17/entry_h2.gif) no-repeat;
	background-position:0px 7px;
	color:#FFF;
	font-size:13px;
         font-family: "HGPｺﾞｼｯｸM";
	padding-left:12px;
	margin: 0px;
}

/* 記事の日付 */
.entry .area .date {
	color:#555555;
	background:#CCCCCC;
	text-align:right;
	padding: 1px 5px 1px 0px;
	font-size: 10px;
	line-height: 130%;
	}

/*「続きを読む」の部分 */
.entry_more {padding:5px;}

/* ------------------------------------- 
 *	エントリーナビ(前のページ：次のページ//トップページ用)
 * ------------------------------------- */

.top_navi {
	margin-top:0px;
	line-height: 100%;
}

.top_navi .prev {
	width:200px;
	float:left;
}
.top_navi .next {
	width:200px;
	float:right;
	text-align:right; 
}


/* ------------------------------------- 
 *	エントリーナビ(前のタイトル：main：次のタイトル//記事単位)
 * ------------------------------------- */

.entry_navi {
}

.entry_navi .prev {
	width:250px;
	float:left;
	margin-bottom: 20px;
}
.entry_navi .next {
	width:250px;
	float:right;
	text-align:right; 
	margin-bottom: 20px;
}
.entry_navi .main {
	margin:0px 180px;
	text-align:center;
}

/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#990100;
	font-size:14px;
	background:url(./template/cmsp/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px #990100 dotted;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*コメント入力フォーム*/
div.comment_form_area {
	margin:10px 0px 0px 100px;
}

/*コメント・トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
	letter-spacing: 1px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#990100;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #990100;
	font-weight:bolder;
	padding:5px 0;
}

div.tb div.tb_area p.border {
	border-bottom:1px dotted #990100;
	padding:5px 0;
}
