﻿/*   
Theme Name:My Theme
Theme URI:http://www.eigazuki.com/mytheme/
Description:オリジナルテーマ
Author:映画好きの情報系サイト
Author URI:http://www.eigazuki.com/
Version:1.0
*/

/* 全体的なルール */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	background-image:url();
	background-repeat:repeat-y;
	background-position: 915px 0; 
	color:#333;
	font-family:verdana, sans-serif;
	/*margin: 0 auto;　*/
}
a { text-decoration:none }
a:link { color:#E57A00; }
a:visited { color:#c90; }
a:hover { color:#90CB00; }
a:active { color:#D7FA99; }

/* ヘッダーテンプレート */
div#page {
	width:680px;
	background:url(images/top-banner.jpg) no-repeat;
	position:relative;
	left: 30px;	
	margin: 0 auto;/* このれでpageのセンターリングができる、でも背景も動かさないといけないよ。 */
}
div#header {
	padding:30px 20px 55px 20px;
}
div#header h1 {
	font-family:georgia, serif;
	font-size:1.5em;
}
div#header h1 a:link, div#header h1 a:visited { color:#696969; }
div#header h1 a:hover, div#header h1 a:active { color:#999; }

div#header p {
	color:#666;
	font-size:0.8em;
}
	
/* フッターテンプレート */
div#footer {
	clear:both;
	padding:20px;
}
p#copyright {
	text-align:center;
	font-size:0.63em;
}

/* トップページテンプレート */
div#content {
	width:480px;
	float:left;    
}   
div#innerbox {
	padding:0 20px 20px 20px;
}
div.post {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #999;
	clear:both;
}
h2.posttitle {
	font-size:1em;
	margin-bottom:0.5em;
}
dl {
	margin-bottom:1em;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.65em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
dl.metadata dd.last {
	border-right:none;
}
div#content p {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}
p.navigation {
	text-align:center;
}
/* サイドバーテンプレート */
div#sidebar {
	width:185px;
	float:left;
}
div#sidebar ul {
	margin:0 0 15px 15px;
}
div#sidebar li, div#sidebar li li {
	list-style:none;
	line-height:1.6em;
}
div#sidebar li li {
	background:url(images/bullet.gif) 0 0.5em no-repeat;
	padding-left:12px;
	font-size:0.75em;
}
div#sidebar li li li {
	font-size:1em;
}
div#sidebar li h2 {
	font-size:0.82em;
	color:#666;
}
div#sidebar li.searchform ul {
	margin-left:0;
}
div#sidebar li.searchform li {
	background:none;
	padding-left:0;
}
div#sidebar li.searchform li input#s {
	width:120px;
	margin-top:2px;
}
div#sidebar li.searchform li input#searchsubmit {
	width:3em;
}
/*div#sidebar h2.widgettitle*/ img {
	border:none;
}
/* 個別記事テンプレート */
div.post img {
	border:4px solid #ccc;
}
div.post img.wp-smiley {
	border:none;
}
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/blockquote.png) no-repeat #fafef3;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}
hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}
/* コメントテンプレート */
h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
}
h4 {
	font-size:0.88em;
	padding:0 0 0.4em 0;
	color:#666;
}
input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}
ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/comment.png) no-repeat #f6fee2;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック","Osaka", sans-serif;
}

/*  カテゴリー */
p.nav_link {
	text-align:center;
}


/*  その他設定 

#gsearch input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
*/

/* テキスト設定  
strong {
	font-style: normal;
	font-weight: normal;
	font-size: 0.75em;
}*/
strong {
	font: normal 0.75em "ＭＳ ゴシック","ＭＳ Ｐゴシック","ＭＳ 明朝","ＭＳ Ｐ明朝",serif;
}
/* font-sizeとfont-familyは、必須！*/

/* table  */

table {
	border-collapse: collapse;
}

tbody.bg1,tr.bg1 {
	background-color:#dbd8d8;
	
}

td {
	margin:2px;
	padding:2px;
font-size: 0.85em;
}

p strong {
font-style: normal;
	font-weight: normal;
font-size: 1em;
}