@charset "utf-8";
/*  
Theme Name: Eternal-Beauty
Theme URI: http://lovelog.eternal-tears.com/
Description:美容系のブログデザインを制作しました。
Author: Eternal-tears
Author URI: http://lovelog.eternal-tears.com/
	
*/



*{
	margin: 0px;
	padding: 0px;
	font: 10pt/1.2 Arial, Helvetica, sans-serif;
	text-align: left;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


body {
	background:url(images/bg_body.gif) repeat left top;
	margin:0;
	padding:0;
	}

#container {
	margin: 0px 50px;
	padding: 0px 2px;
	width: 865px;
	background: url(images/bg_container.gif) repeat-y left top;
	clear: both;
	min-height: 1em;
    display: block;
	position:relative;
	}
	
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container{
    height: 1em;
}


#container hr{
	clear:both;
}
/*-----------------------------
   ヘッダー
-------------------------------*/

#header {
	background: url(images/bg_header.jpg) no-repeat left top;
	height: 199px;
	clear: both;
	position:relative;
	width:534px;
	margin: 0px 0 0 1px;
	padding: 0px;
	}

#content #header p{
	position:absolute;
 	font: 9pt Arial, Helvetica, sans-serif;
	color: #fff;
	top:160px;
	right:0px;
	text-align:right;
	color:#fff;
	display:block;
	margin-top:0;
}
/*■■タイトルを文字にする場合■■*/
#header h1{
	margin:0px 0 0 30px;
	padding:42px 0 0 0;
	font: bold 14pt Arial, Helvetica, sans-serif;
}

#header h1 a{
	margin:0px 0 0 0px;
	padding:0px 0 0 0;
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #000;
}
#header h1 a:hover{
	margin:0px 0 0 0px;
	padding:0px 0 0 0;
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #6c1049;
}
/*■■タイトルを画像にする場合■■
#header h1{
	margin:0px 0 0 14px;
	padding:34px 0 0 0;
}
*/
#search {
	position:absolute;
	right:180px;
	top:155px;
	vertical-align:middle;
}
*html #search {
	right:83px;
}

#search form{
	position:relative;
}
#search  form input#searchform{
	position:absolute;
	top:0;
	right:51px;
}
#search form input#searchbtn{
	position:absolute;
	top:0;
	margin-left:5px;
}
#header p.rss{
	position:absolute;
	top:13px;
	right:10px;

}
/*-----------------------------
   内容部分
-------------------------------*/

#content {
	float: left;
	width: 534px;
	margin: 0px 0px 0px 0px;
	min-height: 1em;
    display: inline;
	padding: 0px;
	position:relative;
	min-height:1500px;
	}
* html #content{
	width: 534px;
	margin:0px 0px 10px 0px;
	padding:0;
    display: inline;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/

* html #content{
	height:1500px;
}
*:first-child+html #content{
	min-height:1500px;
}

#content a{
	color:#6b1049;
	text-decoration:none;

}
#content a:hover{
	color:#da8cca;

}
#content a.more-link{
	background:url(images/bg_continue.gif) no-repeat right center;
	height:18px;
	padding:2px 75px 0px 5px;
	display:block;
	text-align:right;
	
}

/*エントリー中の画像枠*/	
#content a.imagelink img{
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #666;
	margin-bottom:10px;
	text-align: center;
}

#content ul li{
	list-style:none;

}

#content ul ul{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#content ul li{
	background: url(images/bg_list.gif) no-repeat left top;
	list-style:none;
	padding:1px 5px 1px 13px;
}

#content ul ul li{
	background: url(images/bg_list.gif) no-repeat left top;
	list-style:none;
	padding:1px 5px 1px 13px;
}
.alt {
	}
#content #tagcloud{
	margin:15px 28px 15px 28px;
	padding:15px 15px 15px 15px;
	clear: both;
	min-height: 1em;
    display: inline-table;
	overflow:hidden;
	}
* html #content #tagcloud{
	display:block;
	margin:15px 28px 15px 28px;
}
#content #tagcloud:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#content #tagcloud h3{
	margin:5px;
}
#content #tagcloud p{
	margin:5px;
}


/*-----------------------------
   サイドバー
-------------------------------*/

#sidebar {
	float: right;
	width: 314px;
	display: inline;
	margin: 0px 0px 10px 0px;
	padding:10px 0 10px 0;
	vertical-align:top;
	position:relative;
	}
#sidebar a{
	color: #333;
	text-decoration:none;
}
#sidebar a:hover{
	color: #8F8F8F;
	text-decoration:none;
}
#sidebar script{
	background:transparent;
}	
#sidebar dl{
	margin:0 15px;

	
}

#sidebar dl dt{
	padding-bottom:3px;
	background:url(images/bg_dt.gif) left bottom no-repeat;
	font-weight:bold;
	letter-spacing:5pt;
	
}
#sidebar dl dd{
	text-align:center;
	
}
#sidebar dl dd ul{
	margin:10px 10px 15px 15px;
}
#sidebar dl dd ul li{
	background:url(images/bg_sidebar_list.gif) left top no-repeat;
	list-style:none;
	padding-left:12px;
}
#sidebar dl dd ul ul li{
	background:url(images/bg_sidebar_list2.gif) left top no-repeat;
	list-style:none;
	padding-left:12px;
}


#sidebar iframe{
	margin:0 15px;
}

/*-----------------------------
   フッター
-------------------------------*/

#footer {
	background: url(images/bg_footer.gif) repeat-x left bottom;
	height: 20px;
	width:534px;
	margin: 20px 0 0 1px;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align:middle;
	text-align:center;
	padding:2px 0px 0 0;
	position:absolute;
	bottom:0;
}
	
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #fff;
}
#footer a img{
	vertical-align:middle;
}
#footer address{
	margin:1px 15px;
 	font: 9pt Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
}





/*-----------------------------
   ナビゲーション
-------------------------------*/
.navigation{
	text-align: center;
	min-height: 1em;
	display: inline-table;
	padding: 0px 0px 0px;
	margin: 30px 0px 60px 0px;
	width:534px;
	}
*html .navigation{
	display: block;
	width:534px;
	padding: 0px 0px 0px;
}
.navigation a{
	font: 8pt Arial, Helvetica, sans-serif;
	color: #6b1049;
}
.navigation a:hover {
	color: #da8cca;
	}
.navigation a:visited {
	color: #6b1049;
}
.navigation:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .navigation{
    height: 1em;
}
	
.alignleft{
	float: left;
	text-align:left;
}
.alignright{
	float: right;
	text-align:right;
}

/*-----------------------------
   パンクズ
-------------------------------*/
#content #pankuzu {
	padding: 0px 10px 5px;
	margin: 10px 15px 0px;
}	
* html #content #pankuzu{
}
#content #pankuzu a{
	color: #333;
	background:transparent;
	text-decoration:none;
	}
#content #pankuzu a:hover {
	color: #8C8C8C;
	text-decoration:none;
}


/*-----------------------------
   ページナビ
-------------------------------*/
#content .wp-pagenavi{
	text-align:center;
	display:block;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 10px 0px 10px;
}
* html #content .wp-pagenavi{
	width:340px;

}
#content .wp-pagenavi b{
}
#content .wp-pagenavi a,
#content .wp-pagenavi span.pages,
#content .wp-pagenavi span.extend{
	text-align: left;
	height: 15px;
	width: 15px;
	padding:3px 5px;
	vertical-align:middle;
	background: #FAFAFA;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #FFFFFF;
	color:#6b1049;
	margin:0 3px;
}
#content .wp-pagenavi a:hover{
	text-align: left;
	height: 15px;
	width: 15px;
	padding:3px 5px;
	vertical-align:middle;
	background: #da8cca;
	border-top: 1px solid #E3AAD8;
	border-right: 1px solid #C855B0;
	border-bottom: 1px solid #C855B0;
	border-left: 1px solid #E3AAD8;
	color:#fff;
	margin:0 3px;

}
#content .wp-pagenavi span.current{
	text-align: left;
	height: 15px;
	width: 15px;
	padding:3px 5px;
	vertical-align:middle;
	background: #da8cca;
	border-top: 1px solid #E3AAD8;
	border-right: 1px solid #C855B0;
	border-bottom: 1px solid #C855B0;
	border-left: 1px solid #E3AAD8;
	color:#fff;
	margin:0 3px;
}
/*-----------------------------
   メニュー
-------------------------------*/
#category{
	margin: 70px 0px 0px 0px;
	text-align: right;
	height:31px;
	position:absolute;
	top:0px;
}
#category ul{
	padding-bottom: 13px;
}
#category ul li{
	float:left;
	display:block;
	line-height:1.3;
}

#category ul ul{
	background: url(images/bg_subnavi_out.png) repeat-y left top;
}
#category ul ul li{
	float:none;
	list-style: none;
	color: #FFFFFF;
}
#category ul ul li a{
	color: #fff;
	font-size:95%;
}
#category ul ul li a:hover{
	color: #880f6a;
	background: url(images/bg_subnavi_over.png) repeat-y right top;
}
#category ul li a{
}	
#category ul li a:hover{
}	
#category ul li a#subinfo{
	margin:0;
	padding:0;
	width:40px;
	height:30px;
}
#category ul li a#skipmenu{
	background: url(images/navi_menu.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 143px;
}
#category ul li a:hover#skipmenu{
	background: url(images/navi_menu_over.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 143px;
}
#category ul li a#skipmenu img{
	height: 31px;
	width: 143px;
	border:none;
}

#category ul li a#about{
	background: url(images/navi_about.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 84px;
}
#category ul li a:hover#about{
	background: url(images/navi_about_over.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 84px;
}
#category ul li a#about img{
	height: 31px;
	width: 84px;
	border:none;
}


#category ul li a#wordpress{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_wordpress.jpg) no-repeat left top;
	height: 31px;
	width: 118px;
}
#category ul li a:hover#wordpress{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_wordpress_over.jpg) no-repeat left top;
	height: 31px;
	width: 118px;

}
#category ul li a#wordpress img{
	border:none;
	height: 31px;
	width: 118px;
}

#category ul li a#puluginlist{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_plugin.jpg) no-repeat left bottom;
	height: 31px;
	width: 128px;

}
#category ul li a:hover#puluginlist{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_plugin_over.jpg) no-repeat left bottom;
	height: 31px;
	width: 128px;
}
#category ul li a#puluginlist img{
	border:none;
	height: 31px;
	width: 128px;
}
#category ul li a#webwork{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_webbook.jpg) no-repeat left top;
	height: 30px;
	width: 112px;
}
#category ul li a:hover#webwork{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_webbook_over.jpg) no-repeat left top;
	height: 30px;
	width: 112px;
}
#category ul li a#webwork img{
	border:none;
	height: 30px;
	width: 112px;
}

#category ul li a#download{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_download.jpg) no-repeat left top;
	height: 30px;
	width: 117px;
}
#category ul li a:hover#download{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_download_over.jpg) no-repeat left top;
	height: 30px;
	width: 117px;
}
#category ul li a#download img{
	border:none;
	height: 30px;
	width: 117px;
}


#category ul li a#sitemap{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_sitemap.jpg) no-repeat left top;
	height: 30px;
	width: 98px;
}
#category ul li a:hover#sitemap{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_sitemap_over.jpg) no-repeat left top;
	height: 30px;
	width: 98px;
}
#category ul li a#sitemap img{
	border:none;
	height: 30px;
	width: 98px;
}


#category ul li a#contact{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_contact.jpg) no-repeat left top;
	height: 30px;
	width: 100px;
}
#category ul li a:hover#contact{
	margin: 0px;
	padding: 0px;
	background: url(images/navi_contact_over.jpg) no-repeat left top;
	height: 30px;
	width: 100px;
}
#category ul li a#contact img{
	border:none;
	height: 30px;
	width: 100px;
}
