﻿@charset "utf-8";

/*
Theme Name: Mirror and Light
Theme URI: http://icene.biz/
Description: Mirror and Light
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: #757575;
	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: #757575;
	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 #000928;
	background: #000928; color: #000928;
}


ins{color: #757575; text-decoration: underline;}
del{color: #999; text-decoration: line-through;}
em { color: #cfe103; font-style:normal;}
strong { color: #cfe103; 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:#003988;}
a:hover, a:active {color:#003988; text-decoration: underline;}


h2 a:link, h2 a:visited {color:#001b3f;}
h2 a:hover, h2 a:active {color:#003988; text-decoration: none;}


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

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





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


body{
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 80%;
	color: #353535;
	text-align: center;
	background: #ebf1f6 url(img/bg.png) repeat-x center top;
}

div#wrap {
	margin: 0 auto;
	width: 782px;
	background: #fff;

}

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



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


div#header {
	height: 300px;
	background: url(img/header.jpg) no-repeat center top;
}

h1 {
	padding: 65px 10px 0;
	font-size: 52px;
	font-weight: normal;
	letter-spacing: 1px;
}

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


div.description {
	padding: 0 15px;
	color: #000;
}



/* 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: 540px;
	float: left;
}


.post {
	margin: 0 0 35px 10px; }


.post h2 {
	padding: 3px 5px;
	font-size: 170%;
	color: #001b3f; 
	background: url(img/line.jpg) no-repeat left bottom;
}


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

ul.postmeta li { display: inline; }


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



/* comment */


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

#comments h3 {
	margin: 15px 0;
	padding: 3px 5px;
	font-size: 120%;
	color: #001b3f; 
	background: url(img/line.jpg) no-repeat left bottom; 
}


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


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


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

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


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

dl.commentform dt { color: #757575; }
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;
	color: #757575;
}


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


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


#sidebar{
	width: 200px;
	float: right;
	text-align: left;
	color: #999;
}


#sidebar h3{
	padding: 0 10px;
	color: #001b3f;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 32px;
	background: url(img/side_h3.jpg) no-repeat center;
}

/* search */


div.sidebox{
	margin: 0.5em 0.5em 1em; padding: 0; }
	
div.sidebox input {
	margin-bottom: 0.5em;
	padding: 2px;
	font-size: 85%;
}

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

/* sidelist */
ul.sidelist{ margin: 0.5em 1em 1em;}
ul.sidelist li{ line-height: 1.5;}


/* 子カテゴリー */

ul.children{ margin: 0 }
ul.children li { padding-left: 1em; }


#sidebar a:link,
#sidebar a:visited {
	padding-left: 15px;
	color: #999;
	background: url(img/list_off.gif) no-repeat left center;
}

#sidebar a:hover,
#sidebar a:active {
	padding-left: 15px;
	color: #003988;
	background: url(img/list_on.gif) no-repeat left center;
}



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


div#footer{
	clear: both;
	background: #fff;
}


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


div.copyright{
	padding: 1em 0 1.5em;
	color: #999;
	font-size: 92%;
	text-align: center;
	border-top: 1px solid #ededed;
}



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


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

div.entry h2{
	padding: 3px 5px;
	font-size: 170%;
	color: #001b3f; 
	background: url(img/line.jpg) no-repeat left bottom;
}


div.entry h3{
	font-size: 120%;
	font-weight: bold;
	color: #28c9ff;
}


div.entry h4{
	font-size: 100%;
	font-weight: bold;
}



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;
}