/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

* {
	margin: 0px;
	padding:0px;
}

body {
	color:#4D4D4D;
	font-size: 12px;
	line-height:1.5;
	font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

#wrapper_body {
	background:#F3E1E1 url(./template/cmsp-beauty/img/pink/bg.gif); 
	background-repeat:repeat-x;
}
	

img {
	border:none;
}

li {
	list-style-type:none;
}

br.clear {
	clear:both;
	font:0/0 sans-serif;
}

	
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrap {
	width:835px; /* 835px */
	margin: 0 auto;	
	background-image:url(./template/cmsp-beauty/img/pink/wrap.gif); 
	background-color:#FFF;
	background-repeat:repeat-y;
}

#wrap_top {
	width:835px; /* 835px */
	padding:0px 10px 0px 8px; /* 0px 10px 0px 13px  */
	background-image:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20121018_3208387.gif); 
/*	background-image:url(./template/cmsp-beauty/img/pink/wrap_top.gif); */
	background-repeat:no-repeat;
}


	
#header {

	height:180px;
	width:835px; /* 835821px */
	padding-left:20px; /* 15px  */
	padding-top:60px; /* 25px  */
	background-image:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20121015_3173293.jpg);
/* background-image:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20120913_2909987.jpg); */
	background-repeat:no-repeat; 
	}

#side {
	width:195px;
	float:left;
	padding-bottom:30px;
	}

	
#main {
	width:580px; /* 580px */
	float:right;
	padding-bottom:30px;
	}

	
#footer {
	clear:both;
	width:821px;
	padding:15px 0;
	text-align:center;
	
	background:#DFC5C6; border-top:4px #CAB6B6 solid; 
	}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */
	
a:link,
a:visited,
a:active  {color: #00CED1; text-decoration: underline;}
a:hover   {color: #00CED1; 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;}

#main a:link,
#main a:visited,
#main a:active  {color: #339999;}
#main a:hover   {color: #99CCCC;} 
 
#footer a:link,
#footer a:visited,
#footer a:active  {color: #4D4D4D;}
#footer a:hover   {color: #666;}




/* ************************************************ 
 *	ヘッダー、フッター
 * ************************************************ */

#header h1 {
	font-size:22px;
}

.description {
	font-size:12px;
}


#footer address {
	font-style:normal;
	font-size:10px;
}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

#side dl {
	margin-left:15px; 
	width:180px;
}

#side dt {
	color:#666;
	font-weight:bolder;
	background:transparent url(./template/cmsp-beauty/img/side_dt.gif) no-repeat left;
	padding-left:15px; 
}

#side dd {
	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(./template/cmsp-beauty/img/li.gif) no-repeat;
	background-position: 0px 6px;
}




/* ------ feed ------ */

.feed {
	margin-right:10px;
	margin-top:10px;
	width:57px;
	height:15px;
	}

/* ************************************************ 
 *	メイン
 * ************************************************ */
 
dl.entry {
	width:553px;
	background:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20120913_2910100.jpg) repeat-y left top; 
	margin-bottom:20px;
}

dl.entry dt {
	background:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20120913_2910170.jpg) no-repeat left top;
	padding:15px 20px;
}

dl.entry dd {
	background:url(http://img-cdn.jg.jugem.jp/3fb/1785739/20120913_2910173.jpg) no-repeat left bottom;
	padding:0px 20px 15px 20px;
}
 


/* ------ エントリーナビ ------ */
 
.pankuzu {
	margin-bottom:10px;
	font-size:10px;
}


/* ------ ページナビ ------ */

table.pagenavi {
	width:553px;
	height:23px;
	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:#333;
	background:transparent url(./template/cmsp-beauty/img/border.gif) repeat-x left bottom;
	padding-bottom:3px;

}

.entry_date {
	font-size:9px;
}

.entry_body {
}

.entry_more {
	margin-top:10px;
}

.entry_state {
	font-size:10px;
	margin-top:20px;
}

blockquote {
	margin:10px 0px;
	background:#FFF;
	border:1px dotted #999;
	padding:10px;
}

.pict {
	border:0px dotted #999;
}


/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */
 
.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 {
	background:#E8E8E8;
	padding:10px 15px;
}

.com_form input.form {
	width:200px;
}

.com_form textarea {
	width:300px;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

dl#trackback {
	width:525px;
	margin-left:12px;
}

dl#trackback dt {
	background:transparent url(./template/cmsp-beauty/img/border.gif) repeat-x left bottom;
	padding-bottom:5px;
	font-weight:bolder;
	color:#666;
}

dl#trackback dt div {
	background:url(./template/cmsp-beauty/img/disc.gif) no-repeat left;
	padding-left:20px;
}

dl#trackback dd.tb_url {
	font-weight:bolder;
	color:#FF3366;
	margin-top:5px;
	margin-bottom:20px;
}


dl#trackback dd.tb_box {
	border:1px #DDD solid;
	margin:10px 0px;
}


.tb_date {
	color:#333;
	background:#EAEAEA;
	padding:5px;
	border-bottom:1px #DDD solid;
	}

.tb_title {
	color: #FF3366;
	background:#F4F4F4;
	padding:5px;
	}
.tb_body {
	padding:5px;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	}
