/* **************************************************************** 

　※はじめに※

	ブログテンプレート「ビューティー」は、『ピンク系』『ブルー系』の
	２色があります。初期状態では『ピンク系』カラーです。

	「ブルー系」を
	使用する場合は、色別のcss設定が反映されるように編集を行って
	ください。

	■--編集例----------------------------------------------

	【　色指定を『ブルー系』に変更する場合　】
	文頭に『/＊』の記述の無い行が現在使用されている色指定となります。

	・編集前（『ピンク系』が使用されている初期状態）
	background:#F3E1E1 url(./template/cmsp/15/c_0/bg_all.gif) repeat-x;	/＊ ピンク系 ＊/
	/＊	background:#DFE3E4 url(./template/cmsp/15/c_1/bg_all.gif) repeat-x;	/＊ ブルー系 ＊/

	・編集後（色指定を『ブルー系』に変更後）
	/＊	background:#F3E1E1 url(./template/cmsp/15/c_0/bg_all.gif) repeat-x;	/＊ ピンク系 ＊/
	background:#DFE3E4 url(./template/cmsp/15/c_1/bg_all.gif) repeat-x;	/＊ ブルー系 ＊/

	※色指定はこのcssファイル内に複数箇所ありますので、
	必要に応じて設定変更を行ってください。
	
	※例文中のコメントについて、
	便宜上『 * 』を『＊』に変換しています。

	※左サイドの【ショップを見る】ボタンについて※
	ボタンを『ブルー系』に変更する場合は、htmlテンプレート内を編集してください。

 * ********************************************************** */


/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

body {
	color:#ffffff;
	background:#000000; 
         letter-spacing:1px;
margin-top:10px;
height: 100%;

/*
url(./template/cmsp/15/c_0/bg_all.gif) repeat-x;	/* ピンク系 */
*/

	/*	background:#DFE3E4 url(./template/cmsp/15/c_1/bg_all.gif) repeat-x;	/* ブルー系 */

	font: x-small/150% "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding:0;
	}
	
	
* {
	margin: 0px;
	padding:0px;
	}

table {
	border:none;
	}

img {
	border:none;
	}

ul {
	margin: 0px;
	padding:0px;
	}

li {
	list-style-type:none;
	}

br.clear {
	clear:both;
	font:0/0 sans-serif;
	}
	
.border {
	background:url(./template/cmsp/15/border.gif) repeat-x;
	height:1px;
	margin-top:5px;
	}
.border img {
	width:1px; height:1px;
	}
	
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:780px;
	margin: 0 auto;

	}
#container {
	width:775px;
	margin: 0 auto;
	}

	
.left {
	width:13px;
/* 	background:url(./template/cmsp/15/c_0/left_bg.gif) repeat-y;	ピンク系 */
	/*	background:url(./template/cmsp/15/c_1/left_bg.gif) repeat-y;	/* ブルー系 */
	}
.left img {
	width:13px;
	height:280px;
	/* background:url(./template/cmsp/15/c_0/left_top.gif) no-repeat;	ピンク系 */
	/*	background:url(./template/cmsp/15/c_1/left_top.gif) no-repeat;	/* ブルー系 */
	}

.center {
	width:780px;
	background:#000000;
	}

.right {
	width:10px;
	/*background:url(./template/cmsp/15/c_0/right_bg.gif)
 repeat-y;*/	/* ピンク系 */
	/*	background:url(./template/cmsp/15/c_1/right_bg.gif) repeat-y;	/* ブルー系 */
	}
.right img {
	width:10px;
	height:280px;
	background:url(./template/cmsp/15/c_0/right_top.gif) no-repeat;	/* ピンク系 */
	/*	background:url(./template/cmsp/15/c_1/right_top.gif) no-repeat;	/* ブルー系 */
	}
	
	
#header {
	height:0px;
	}

#side {
	width:170px;
	float:left;
	padding-left:50px;
	padding-bottom:30px;
margin-top:50px;	
margin-right:20px;
text-align:left;
font-size:11px;
font-family :"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
line-height:120%;
	}
	
#main {
	width:481px;
	float:right;
margin-top:15px;
margin-right:10px;
	padding-bottom:30px;
text-align:left;
	}
	

	
#footer {
	text-align:center;
	font-size:11px;
	padding:5px 0;

}

#bgtl {
	background-image: url(http://img02.shop-pro.jp/PA01009/412/etc/bg_tl.gif);
	background-position: left top;
	width: 760px;
　　　　height: 100%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bgrt {
	background-image: url(http://img02.shop-pro.jp/PA01009/412/etc/bg_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 760px;
　　　　height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bgbl {
	background-image: url(http://img02.shop-pro.jp/PA01009/412/etc/bg_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
　　　　height: 100%;
	margin-right: auto;
	margin-left: auto;
}


#bgrb {
	background-image: url(http://img02.shop-pro.jp/PA01009/412/etc/bg_lb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 760px;
　　　　height: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */
	
a:link    {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:active  {color: #ffffff; text-decoration: none;}
a:hover   {color: #990000; text-decoration: none;}
	
.logo  a:link    {color: #4D4D4D; text-decoration: none;}
.logo  a:visited {color: #4D4D4D; text-decoration: none;}
.logo  a:active  {color: #4D4D4D; text-decoration: none;}
.logo  a:hover   {color: #666; text-decoration: none;}

#main a:link    {color: #ffffff; text-decoration: none;}
#main a:visited {color: #ffffff; text-decoration: none;}
#main a:active  {color: #ffffff; text-decoration: none;}
#main a:hover   {color: #990000; text-decoration: none;} 
 
#footer a:link    {color: #4D4D4D; text-decoration: underline;}
#footer a:visited {color: #4D4D4D; text-decoration: underline;}
#footer a:active  {color: #4D4D4D; text-decoration: underline;}
#footer a:hover   {color: #666; text-decoration: none;}




/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header .logo {
	font-size:22px;
	line-height:160%;
	font-weight:bolder;
	padding-left:15px;
	padding-top:25px;
         display:none;
	}
.description {
	padding-left:15px;
	font-size:10px;
         display:none;
	}




/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

.linktitle {
	width:180px;
	height:22px;
	margin-bottom:10px;
	}

.link {
	width:180px;
	margin-bottom:15px;
	}

.link li {
	margin-bottom:3px;
	padding-left: 25px;
	list-style-type: none;
	background: url(http://img02.shop-pro.jp/PA01009/412/etc/icon.gif) no-repeat;
	background-position: 0px 0px;
	}
/* ------ ”ショップを見る”ボタン ------ */
.shop {
	width:180px;
	height:42px;
	margin-bottom:12px;
	}

/* ------ カレンダー ------ */

.calendar {
	font-family :"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
	font-size: 10px;
	background:url(./template/cmsp/15/b_date.gif) no-repeat;
	padding-top:27px;
	margin-bottom:20px;
	color: #ffffff;
	}

.calendar table {
	/* background:#DDD; */
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	border-right:1px #DDD solid;
	border-left:1px #DDD solid;
	}

.cell {
	width:23px;
	height:18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	}

.cell a {
	display: block;
	width:23px;
	height:18px;
	text-decoration: none;
	background: #990000;
	color: #FFF;
	}
.cell a:visited {
	text-decoration: none;
	color: #FFF;
	}
.cell a:active {
	text-decoration: none;
	color: #FFF;
	}

.cell a:hover {
	display: block;
	width:23px;
	height:18px;
	text-decoration: none;
	background: #CCC;
	color: #FFF;
	}
.calendar_month {
	background:#FFF;
	padding:3px 0px;
	}


/* ------ feed ------ */

.feed {
	margin-right:10px;
	width:57px;
	height:15px;
	}

/* ************************************************ 
 *	メイン
 * ************************************************ */
 
/* ------------------------------------- 
 *	各ページ共通
 * ------------------------------------- */
 
 /* ------ 角丸ボックス ------ */
 
.round_top {
	height:30px;
	/* background:url(./template/cmsp/15/round_top.gif) no-repeat;*/
	}
	
.round_bg {
	/* background:url(./template/cmsp/15/round_bg.gif) repeat-y;*/
	padding:15px 25px 15px 25px;
border: 1px solid #333333;
	}
	
.round_bottom{
	height:30px;
	/* background:url(./template/cmsp/15/round_bottom.gif) no-repeat;*/
	}

.round_top img {
	height:15px;
	margin-left:18px;
	}


/* ------ パンくずナビ ------ */
 
.pankuzu { margin-bottom:5px;font-size:10px; }


/* ------ ページナビ ------ */

.pagenavi {
font-size:11px;
	text-align:center;
	height:23px;
margin-bottom:30px;
font-family :"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
	}
.pagenavi .left {
	width:100px;
	background:
/* url(./template/cmsp/15/b_page_l.gif) no-repeat; 
	background-position:left;
	border-right:1px #FFF solid; */
	text-align:center;
	}
.pagenavi .right {
	width:100px;
	background:
/* url(./template/cmsp/15/b_page_r.gif) no-repeat; 	
background-position:right;
	border-left:1px #FFF solid;
*/ text-align:center;
	}
.pagenavi .center {
	/*  border-left:1px #CCC solid;
	border-right:1px #CCC solid; */
	text-align:center;
	}



/* ------------------------------------- 
 *	エントリー
 * ------------------------------------- */
.entry_title {
	margin-top:10px;
	font-size:16px;
	color:#0099cc;
font-family :"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
	}
.entry_date {
	font-size:12px;
         text-align:right;
         margin-top:15px;
margin-bottom:10px;
	}
.entry_body {
	font-size:11px;
	margin-top:20px;
        font-family :"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝";
        line-height:130%;
	}
.entry_more {
	padding-top:20px;
	}
.entry_state {
	font-size:10px;
	margin-top:20px;
         text-align:right;
clear:both;
	}
blockquote {
	margin:10px 0px;
	background:#FFF;
	border:1px dotted #999;
	padding:10px;
	}
.pict {
	margin:0px 15px 15px 0px;
	}


/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */
 
.comm {
	padding:0px 15px;
	 margin-bottom:10px;
margin-top:20px;
	}
.comm_state {
	margin-top:15px;
text-align:right;
	}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

.detail_title {
	width:529px;
	height:20px;
	margin-bottom:5px;
	}

.tb_url{
	font-size:12px;
	font-weight:bolder;
	color:#FF3366;
	margin-bottom:20px;
	}

.tb{
	border:1px #DDD solid;
	margin-bottom:20px;
width:529px;
	}

.tb_date {
	color:#333;
	background:#EAEAEA;
	padding:5px 10px;
	border-bottom:1px #DDD solid;
	}

.tb_title {
	color: #FF3366;
	background:#F4F4F4;
	padding:10px;
	}
.tb_body {
	padding:10px;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	}
