@charset "UTF-8";

/*
Theme Name: Mirror and Dark
Theme URI: http://icene.biz/
Description: Mirror and Dark
Author: KEI
Author URI: http://icene.biz/
Version: ver 1.0
*/

/* ----------------------------------------------------
Copyright (C) 2007 www.icene.biz All rights reserved.
----------------------------------------------------- */



/* 
=======================================================
	Style Menu

	1.Default
	2.Base and Layout
	3.Elements

=======================================================
*/


/* ----------------------------------------------------
	1.Defoult
----------------------------------------------------- */


html, body, div,
h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0; }

p{ margin: 1em 0;}

dl{ margin: 1em;}
dl dt{font-weight: bold;}
dl dd{ margin: 0.5em 0 0.5em 1em; line-height: 1.5; }

ul{ margin: 1em; padding: 0;
	list-style-type:none; }
ol{ margin: 1em; padding: 0;
	list-style-position: inside; }

blockquote{
	margin: 1em 0; padding: 30px 5px 10px;
	color: #555;
	background: #f5f5f5 url(img/blockquote.gif) no-repeat left top;
}
	blockquote p { margin: 0;}

pre{
	margin: 1em 0; padding: 5px 7px;
	line-height: 1.4;
	color: #555;
	border-left: 4px solid #dcdcdc;
}


hr{
	display: block; clear: both;
	margin: 0; padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top: solid #fff;
	background: #fff; color: #fff;
}


ins{color: #555; text-decoration: underline;}
del{color: #757575; text-decoration: line-through;}
em { color: #850e2a; font-style:normal;}
strong { color: #850e2a; font-weight: bold; text-decoration: underline;}

address{ display: inline; font-style: normal;}


a {text-decoration: none;}
a img{ border:none; text-decoration: none;}


a:link, a:visited {color: #757575;}
a:hover, a:active {color: #c92677; text-decoration: underline; }


.entry a:link img,
.entry a:visited img{
	border: 1px solid #ccc; }

.entry a:hover img,
.entry a:active img{
	border: 1px solid #c92677; }


/* -----------------------------------------------------
	2.Base andLayout
----------------------------------------------------- */


body{
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 80%;
	color: #353535;
	text-align: center;
	background: #fff;
}

div#wrap {}
div.inner {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}



/* header ---------------------------------------- */


div#header {
	height: 265px;
	background: url(img/header.png) repeat-x left top;
}


h1 {
	padding-top: 88px;
	font-family: Impact,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 3px;
}


h1 a:link, h1 a:visited{color:#000;}
h1 a:hover, h1 a:active{color:#fff; text-decoration: none;}

div.description {
	color: #000;
	font-size: 100%;
}


/* contents -------------------------------------- */

#content{
	margin: 0; padding: 0; }


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

/*\*/
* html div#content {
	height: 1px;
	overflow: visible;
}
/**/


#main{
	width: 520px;
	float: left;
}

.post,
.pagepost {
	margin:0px 0 35px; }


.post h2 {
	padding: 3px 5px 5px;
	font-size: 135%;
	color: #c92677;
	background: url(img/post_h2.jpg) repeat-x left bottom;
}

.post h2:first-letter {
	padding-right: 1px;
	font-size: 155%;
	color: #930051;}



.entry { 
	padding: 10px 10px 10px;
	line-height: 1.5;
}


ul.postmeta{
	margin: 0;
	padding: 5px;
	color: #999;
	text-align: right;
}

ul.postmeta li { display: inline; }



/* comment */


#comments {
	margin:0px 0px 35px;
	line-height: 1.5;
}

#comments h3 {
	margin: 15px 0;
	padding: 3px 5px 5px;
	font-size: 135%;
	color: #c92677;
	background: url(img/post_h2.jpg) repeat-x left bottom;
}

#comments h3:first-letter {
	padding-right: 1px;
	font-size: 155%;
	color: #930051;}


ul.commentlist { 
	margin: 0 15px 30px;
	padding: 3px 0; }


ul.commentlist li{ margin-bottom: 15px; }


.comment_data{
	margin: 0;
	padding: 3px 5px;
	color: #999;
	text-align: right;
	border-bottom: 1px solid #dbdbdb;
}

.commentlist li p{
	margin: 0;
	padding: 5px 0 5px 10px;
}


dl.commentform { 
	margin: 0;
	padding: 5px 10px 5px 25px;
}

dl.commentform dt { color: #555; }
dl.commentform dd { margin: 3px 0 7px; }

p.nocomments{
	color: #555566;
	text-align: right;}


p#trackback{
	margin: 15px 0 25px;
	padding: 3px 7px;
	text-align :left;
	font-size: 85%;
}

input#tb{
	width: 400px;
	font-size: 95%;
	margin: 1em 0;
	padding: 1px;
	color: #666;
}


div#pagenavi {
	margin: 2em 0;
	color: #555566;
	text-align: center; }


/* sidebar --------------------------------------- */


#sidebar{
	width: 210px;
	float: right;
	text-align: left;
	color: #999;
	line-height: 1.5;
	background: url(img/side_bg.jpg) repeat-y center top;
}

.side_top{
	height: 25px;
	background: url(img/side_top.jpg) no-repeat center top;
}

.side_btm{
	height: 25px;
	background: url(img/side_btm.jpg) no-repeat center bottom;
}


#sidebar h3{
	margin: 0 15px;
	color: #c92677;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
}

/* search */


div.sidebox{
	margin: 5px 20px; padding: 0; }
	
div.sidebox input {
	margin-bottom: 0.5em;
	padding: 2px;
	font-size: 85%;
	color: #eee;
	background: #151515;
	border: 1px solid #555;
}

input#searchsubmit {
	margin-bottom: 0.5em;
	padding: 1px;
	font-size: 85%;
}

/* sidelist */

#sidebar ul{ margin: 7px 20px;}


#sidebar ul li a:link,
#sidebar ul li a:visited {
	color: #999;
}


#sidebar ul li a:hover,
#sidebar ul li a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c92677;
}


/* 子カテゴリー */

#sidebar ul.children{ margin: 0; }
#sidebar ul.children li{ padding-left: 15px; }



/* footer ---------------------------------------- */


div#footer{
	clear: both;
	font-size: 95%;
}


p.toplink { 
	margin: 0;
	padding: 0 1em 0.5em;
	text-align: right;}


div.copyright{
	padding: 1.5em 0;
	text-align: center;
	border-top: 1px solid #ccc;
}


/* ----------------------------------------------------
	3.Elements
----------------------------------------------------- */


/* ページ内見出し設定 */

div.entry h2 {
	padding: 0;
	font-size: 135%;
	color: #c92677;
	background: none;
}

div.entry h2:first-letter {
	padding-right: 1px;
	font-size: 135%;
	color: #c92677;}


div.entry h3{
	font-size: 120%;
	color: #10103f; }

div.entry h4{
	font-size: 100%;
	color: #616167; }



textarea, input, select {
	padding: 2px;
	font-size: 100%;
	border : 1px solid #a2b4c7;
	background-color: #fff;
}


/* MacIE */
textarea,input,select {
 font-family : "Osaka","\30D2\30E9\30AE\30CE\20Pro\20W3","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}
