/* **************************************************************** 

　※はじめに※

	ブログテンプレート「ビューティー」は、『ピンク系』『ブルー系』の
	２色があります。初期状態では『ピンク系』カラーです。

	「ブルー系」を
	使用する場合は、色別のcss設定が反映されるように編集を行って
	ください。

	■--編集例----------------------------------------------

	【　色指定を『ブルー系』に変更する場合　】
	文頭に『/＊』の記述の無い行が現在使用されている色指定となります。

	・編集前（『ピンク系』が使用されている初期状態）
	background:#F3E1E1 url(./template/cmsp-beauty/img/pink/bg_all.gif) repeat-x;	/＊ ピンク系 ＊/
	/＊	background:#DFE3E4 url(./template/cmsp-beauty/img/blue/bg_all.gif) repeat-x;	/＊ ブルー系 ＊/

	・編集後（色指定を『ブルー系』に変更後）
	/＊	background:#F3E1E1 url(./template/cmsp-beauty/img/pink/bg_all.gif) repeat-x;	/＊ ピンク系 ＊/
	background:#DFE3E4 url(./template/cmsp-beauty/img/blue/bg_all.gif) repeat-x;	/＊ ブルー系 ＊/

	※色指定はこのcssファイル内に複数箇所ありますので、
	必要に応じて設定変更を行ってください。
	
	※例文中のコメントについて、
	便宜上『 * 』を『＊』に変換しています。

 * ********************************************************** */


/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

* {
	margin: 0px;
	padding:0px;
}

h1,h2,h3,p{margin:0;padding:0;}
fieldset,img {border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}



body {
	background:#FFF url(http://99onigiri.img.jugem.jp/20090512_275551.gif);
	color:#4d4d4d;
	font-size:12px;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック",Osaka;
}

#wrapper_body {
	/*background-color:#FFFFFF; /* 白色 */
	/*background-color:#d0c094; /* 茶色 */
	/*background-color:#FFFFCC; /* 黄色 */
	/*background: url(http://99onigiri.img.jugem.jp/20090430_147183.gif) repeat-x 0 0; /* bg */
}
	

img {
	border:none;
}

li {
	list-style-type:none;
}

br.clear {
	clear:both;
	font:0/0 sans-serif;
}

	
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrap {
	width:850px;
	margin: 0 auto;
	/*background-image:url(http://99onigiri.img.jugem.jp/20090429_133540.gif);/*bg*/
	/*background-image:url(http://komepro.img.jugem.jp/20090323_278974.gif); /* 黄色 */
	/* background-image:url(./template/cmsp-beauty/img/blue/wrap.gif); /* ブルー系 */
	/*background-color:#FFF;*/
	/*background-repeat:repeat-y;*/
}

#wrap_top {
	width:850px;
           margin:0;
	background:url(http://99onigiri.img.jugem.jp/20090518_325295.gif
) repeat-y 0 0;/*bg*/
	/*background-image:url(./template/cmsp-beauty/img/pink/wrap_top.gif); /* ピンク系 */
	/* background-image:url(./template/cmsp-beauty/img/blue/wrap_top.gif); /* ブルー系 */
	background-color:#FFF;
           /*background-repeat:no-repeat;*/
}

#waku {
       width:850px;
       background:url(http://99onigiri.img.jugem.jp/20090518_325294.gif) no-repeat bottom;/*bg*/
}
	
#header {
	height:350px;
           margin:0;
	padding-bottom:5px;
	background-image:url(http://99onigiri.img.jugem.jp/20110407_1944598.jpg); /* おにぎりブログヘッダー部分 */
	background-repeat:no-repeat;
	}

#side {
	width:195px;
	float:left;
	/*background:transparent url(http://99onigiri.img.jugem.jp/20090428_123517.jpg) no-repeat left top;*/
        /*padding-top:30px;*/
        padding-left:20px;
        padding-right:15px;
       /*margin-left:5px;*/
	/*background-color:#FFF;*/
	padding-bottom:20px;
	}

	
#main {
	width:550px;
	float:right;
	padding-bottom:20px;
	padding-right:30px;
	}

#footer {
	/*clear:both;*/
          color:#FFF;
	width:850px;
           margin:0;
	padding:10px 0 5px 0;
	text-align:center;
	/*background:url(http://99onigiri.img.jugem.jp/20090429_137000.gif) no-repeat bottom;/*bg*/
	/*background:#DFC5C6; border-top:4px #CAB6B6 solid; /* ピンク系 */
	/* background:#BAD7D5; border-top:4px #C7DDDD solid; /* ブルー系 */
	}

#footer-end {
	width:850px;
           height:10px;
	padding:0;
           margin-bottom:20px;
	text-align:center;
	/*background-repeat:no-repeat;*/
	}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */
	
a:link,
a:visited,
a:active  {color: #663904; text-decoration: underline;}
a:hover   {color: #FF3366; text-decoration: none;}

#more_menu a:link,
#more_menu a:visited,
#more_menu a:active {color: #FFFFFF; text-decoration: none;}
#more_menu a:hover  {color: #FF3366; text-decoration: none;}
	
#header h1 a:link,
#header h1 a:visited,
#header h1 a:active  {color: #4D4D4D; text-decoration: none;}
#header h1 a:hover   {color: #666; text-decoration: none;}

#news a:link,
#news a:visited,
#news a:active {color: #FFFFFF; text-decoration: none; }
#news a:hover  {color: #FF3366; text-decoration: none;}

#main a:link,
#main a:visited,
#main a:active  {color: #663904; text-decoration: underline; }
#main a:hover   {color: #FF3366; text-decoration: none;} 
 
#footer a:link,
#footer a:visited,
#footer a:active  {color: #4D4D4D;}
#footer a:hover   {color: #666;}




/* ************************************************ 
 *	ヘッダー、フッター
 * ************************************************ */

/*  コメ部ヘッダー関連　 */

.site_title {
           position:relative;
           float:left;
           width:140px;
           height:130px;
           padding:10px 0 0 20px;
}

.top_right {
           float:right;
           width:430px;
}

#more_menu {
           padding:12px 0 5px 0;
           margin-right:40px;
           text-align:right;
}

#img_waku {
           width:190px;
           padding:0 0 0 219px;
           margin:23px 0 0 0;
           /*background-color:#FFF;*/
}

#ima_menu {
          /*position:relative;
           top:28px;
           left:170px;*/
           width:190px;
           height:160px;
}

#ima_waku2 {
           width:370px;
           padding:0;
           margin:40px 0 0 0;
           /*background-color:#FFF;*/
           /*border:1px solid #CCCCCC;*/
}

#ima_name {
          /* position:relative;
           top:32px;
           left:170px;*/
           padding-left:8px;
           /*width:150px;*/
}

#news_waku {
           /*width:340px;*/
           color:#663904;
           background:#000000 URL(http://99onigiri.img.jugem.jp/20090512_274461.gif) no-repeat 0 0;
           line-height:1;
           height:13px;
           padding:9px 5px 8px 5px;
           margin:0 10px 10px 10px;
           /*background-color:#FFF;*/
           /*border:1px solid #CCCCCC;*/
}

#news {
           /*position:relative;
           top:80px;
           left:170px;*/
           width:100%;
}

#news p {
           font-size:13px;
           text-align:center;
           vertical-align:middle;
           font-weight:bold;
}

/*  コメ部ヘッダー関連ここまで　 */

/*#header h1 {
           font-size: small;
           color: #999999;
           width:180px;
           height:20px;
}
/*
.description {
	font-size:10px;
}

#footer address {
	font-style:normal;
	font-size:10px;
}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#side dl {
	/*margin-left:15px;*/
           /*background:transparent url(http://99onigiri.img.jugem.jp/20090430_148581.gif) no-repeat left top;*/
	width:195px;
           /*padding-top:25px;*/
}

#side dt {
	color:#666;
	font-weight:bolder;
	/*background:transparent url(./template/cmsp-beauty/img/side_dt.gif) no-repeat left;*/
	/*padding-left:30px;*/
}

#side dd {
          margin-left:15px;
	margin-bottom:15px;
	padding-top:5px;
	/*background:transparent url(./template/cmsp-beauty/img/side_dd.gif) no-repeat left top;*/
}

#side li {
	margin-bottom:3px;
	padding-left: 15px;
	list-style-type: none;
	background: url(http://99onigiri.img.jugem.jp/20090427_116279.gif) no-repeat;
	background-position: 0px 6px;
}



/* ------ 検索 ------ */

.search input.keyword {
	width:120px;
	margin-right:5px;
	vertical-align:middle;
}
.search input.btn {
	width:40px;
	height:20px;
	vertical-align:middle;
}

/* ------ カレンダー ------ */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	margin-bottom:20px;
	color: #000;
	}

.calendar .date {
	width:173px;
	background:transparent url(./template/cmsp-beauty/img/date.gif) no-repeat;
	padding-top:27px; 
}

.calendar table {
	background:#DDD;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	border-right:2px #DDD solid;
	border-left:2px #DDD solid;
	}

.cell {
	width:23px;
	height:18px;
	color: #000;
	background:#FFF;
	text-align: center;
	font-weight:bolder;
	}

.cell a:link,
.cell a:visited,
.cell a:active {
	display: block;
	width:23px;
	height:18px;
	text-decoration: none;
	background: #663904;
	color: #FFF;
}

.cell a:hover {
	background: #CCC;
}

.calendar_month {
	background:#FFF;
	padding:3px 0px;
	}


/* ------ feed ------ */

.feed {
	margin-right:10px;
	margin-top:10px;
	width:57px;
	height:15px;
	}

/* ************************************************ 
 *	メイン
 * ************************************************ */

/*  トップインフォメーション　*/
#index #notice{
           display:block;
}

#notice{
           display:none;
}

div.entry{
          margin-bottom:20px;
}

/*  ここまで、トップインフォメーション　*/
 
dl.entry {
	width:553px;
	/*background:url(http://komepro.img.jugem.jp/20090402_325163.jpg) repeat-y left top; */
	background-color:#FFF;
	margin-bottom:30px;
}

dl.entry dt {
	background:url(http://99onigiri.img.jugem.jp/20090512_274423.gif) no-repeat left top;
          height:46px;
	padding:2px 5px 2px 20px;
          margin-bottom:20px;
}

dl.entry dd {
            margin:0;
	/*background:url(http://99onigiri.img.jugem.jp/20090428_124935.jpg) no-repeat left bottom;*/
	padding:0px 10px 0px 20px;
}
 
#profile dt {
	background:url(http://99onigiri.img.jugem.jp/20090512_275597.gif) no-repeat left top;
	padding:0 5px 2px 20px;
          margin-bottom:20px;
}

/* ------ エントリーナビ ------ */
 
.pankuzu {
	margin-bottom:10px;
	font-size:10px;
          background:#F1F1F1;
}


/* ------ ページナビ ------ */

table.pagenavi {
	width:553px;
	height:23px;
          background:#F1F1F1;
	text-align:center;
	font-size:10px;
}

.pagenavi .prev {
	width:102px;
	/*background:url(./template/cmsp-beauty/img/page_prev.gif) no-repeat left;*/
}

.pagenavi .next {
	width:102px;
	/*background:url(./template/cmsp-beauty/img/page_next.gif) no-repeat right;*/
}

.pagenavi .num {
	width:349px;
	/*background:#EAEAEA;*/
}




/* ------------------------------------- 
 *	エントリー
 * ------------------------------------- */
.entry_title {
	font-weight:bolder;
	color:#009900;
           font-size:18px;
           line-height:1;
	background:transparent url(./template/cmsp-beauty/img/border.gif) repeat-x left bottom;
	padding:5px 0 5px 0;
           vertical-align:middle;
}

.entry_date {
}

.entry_body {
	font-size:14px;
	line-height:1.7;
           
}

.entry_more {
	margin-top:10px;
          font-size:14px;
	line-height:1.7;
}

.entry_more img {
           margin:5px 5px 5px 0;
}

.entry_state {
	font-size:10px;
	margin-top:20px;
}

blockquote {
	margin:10px 0px;
	background:#FFF;
	border:1px dotted #999;
	padding:10px;
}

/*.pict {
	border:1px dotted #999;
}*/


/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */

dl.entry2 {
	width:553px;
	background-color:#FFF;
	margin-bottom:20px;
}

dl.entry2 dt {
	/*background:url(http://99onigiri.img.jugem.jp/20090428_123230.jpg) no-repeat left top;*/
	padding:15px 20px;
}

dl.entry2 dd {
	/*background:url(http://99onigiri.img.jugem.jp/20090428_123231.jpg) no-repeat left bottom;*/
	padding:0px 20px 15px 20px;
}

 
.com_box {
	 background:url(./template/cmsp-beauty/img/slash.gif) repeat-y;
	 padding:0px 20px;
	 margin-bottom:20px;
	}
.com_state {
	margin-top:10px;
	font-size:10px;
	}

.com_form {
          border-top:1px solid #666666;
	/*background:#E8E8E8;*/
	padding:10px 15px;
}

.com_form input.form {
	width:200px;
}

.com_form textarea {
	width:300px;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

dl#trackback {
	width:553px;
          background:#FFF;
}

dl#trackback dt {
	padding:15px 20px;
	font-weight:bolder;
	color:#666;
}

dl#trackback dt div {
	/*background:url(./template/cmsp-beauty/img/disc.gif) no-repeat left;*/
	background:transparent url(./template/cmsp-beauty/img/border.gif) repeat-x left bottom;
	padding-bottom:3px;
}

dl#trackback dd.tb_url {
	font-weight:bolder;
	color:#FF3366;
	padding-left:20px;
	margin-bottom:20px;
}


dl#trackback dd.tb_box {
	border:1px #DDD solid;
	margin:10px 0px;
}


.tb_date {
	color:#333;
	background:#EAEAEA;
	padding:5px 20px;
	border-bottom:1px #DDD solid;
	}

.tb_title {
	color: #FF3366;
	background:#F4F4F4;
	padding:5px 20px;
	}
.tb_body {
	padding:5px 20px;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	}

