﻿* {
    margin:0px;
    padding:0px;
}

body {
	background-color: #FFFFFF; 
	background-image: url(images/bg-body-2.gif);
	background-repeat: repeat; 
	text-align: center; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#post{
	background: green;
}

#wrapper {
	margin: 0px auto ; 
	width: 830px; 
	padding: 0;
}

#head {
	width: 830px; 
	height: 221px;
	background-repeat: no-repeat; 
	/*line-height: 1px;
	font-size: 1px;*/ /* Armon wants text on the image */
/*background-image: url(images/TOP.jpg); /* Armon */
}

#head h1 { 
    padding-top: 140px;
    font-size: 250%;
}

#container {
	width: 830px;
	background-image: url(images/bg-container-2.gif);
	background-repeat: repeat-y;
	background-position: top;  
}

#pagecontent {
	padding: 1px;
	position:relative;
	top:5px;
}

#left {
	float: left; 
	text-align: left; 
	padding: 0 10px 0 15px;
	width: 210px;
}

#center {
	float: left; 
	text-align: left; 
	padding-left: 10px;
	width: 400px;
}

#right {
	float: left; 
	text-align: left; 
	padding-left: 15px;
	width: 150px;
}

#footer {
	clear: both; 
	text-align: center;
	margin: 10px;
	padding: 10px 0 0 0;
}

#footer p {
	border-top: 1px solid #000000;
}

#buttons{
	line-height: 20px;
	text-align: center;
}

#content{
	background-color: #FFFFFF;
	background-image: url(images/bg-storycontent-2.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

#storycontent {
	margin-bottom:1em;
}

#filmography {
	text-align:left;
}

#filmography ul {
	list-style-position: outside; /* リストの２行目以降を揃える */
	list-style-type: none; /* リストのアイコンを非表示 */
}

#filmography li {
	margin-left:1em;
	text-indent:-1em; /* 2行目以降を1文字分インデント */
}

img {
	border: none;
}

a.img:link {
	text-decoration: none;
	border: none;
}

a.img:hover{
	text-decoration: none;
	border: none;
	}

a:link {
	/* border-bottom: 1px dotted #787856; */
	color: #ec6a00;
	}

a:visited {
	/* border-bottom: 1px dotted #787856; */
	color: #92aeeb;
	}

a:hover {
	text-decoration: none; 
	color: #666666;
	}

#head a:link {text-decoration: none; 
	/* border-bottom: 1px dotted #FF0000; */
	color: #ffffff;
	}
#head a:visited {text-decoration: none; 
	/* border-bottom: 1px dotted #787856; */
	color: #ffffff;
	}
#head a:hover {text-decoration: underline; 
	color: #ffffff;
	}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
}

h2 {
}

h3 {
	
}

h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333333;
}

blockquote {
	font-style: italic;
	border-left: 5px solid #787856;
	margin-left: 1.5em;
	padding-left: 5px;
	}

a.postTitle{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
input {
	/* border: 1px solid #F3A3A3; */
	background-color: #FFFBFB;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	padding: 2px;

}

select {
	/* border: 1px solid #E75A5A; */
	background-color:#FFFBFB;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	padding: 2px;
}

button {
	cursor: pointer; 
	background-color: #DBDBD5; 
	background-image: none; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #fff #AEB7A8 #AEB7A8 #fff;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 0px;
	height: 17px; 
	padding: 0;
	line-height: 12px;
}

/*	WordPress component styles */

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*	calendar */

.calendar {
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 100%;
}

.calendar #next a {
	padding-right: 0px;
	text-align: right;
}

.calendar #prev a {
	padding-left: 0px;
	text-align: left;
}

.calendar a {
/*	display: block;*/
	font-weight: bold;
}

.calendar a:hover {
	background: #e0e6e0;
	color: #fff;
	background: #E75A5A;
}

.calendar caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.calendar td {
	color: #555555;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

.today{
	background: #86B9CA;
	color: #FFFFFF;
	}

.calendar td:hover, .calendar #today {
	background: #eee;
	color: #FFFFFF;
	}

.calendar th {
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #29525F;
}

/*	/calendar */

/*	menu */
#menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#menu form {
	margin: 0 0 0 10px;
}

#menu input#s {
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #aaa;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	padding-bottom: 2px; /*border-bottom: dotted 1px #aaa;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

#menu ul ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 4px;
	padding: 0;
	padding-left: 10px;
}


#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	padding-left: 4px;
}

/*	/menu */

.formbutton, formfield { /* Armon: they were too packed up */
margin: 2px;
}

/* Leftbox and Rightbox toolbar buttons Nucleus
---------------------------------------------------- */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px;
	font-size: larger;
	width: 120px;
}
.leftbox {
   margin: 0 3px 0 0;
   padding: 0 3px; 0 0;
   float: left;
}
.rightbox {
   margin: 0 0 0 3px;
   padding: 0 0 0 3px;
   float: right;
}

.hilite { /* Armon: why did you put this inline? */
	color: #fff;
	background-color: #f93;
}



ul.commenttree { 
   list-style: none; 
   margin: 0; 
   padding: 0; 
} 
ul.commenttree li { 
   margin: 0; 
   padding 0; 
   padding-left: 14px; 
} 
ul.commenttree li.item { 
   background: url(img/ico_item.gif) top left no-repeat; 
} 
ul.commenttree li.comment, 
ul.commenttree li.more { 
   background: url(img/ico_comment.gif) top left no-repeat; 
} 
ul.commenttree li.trackback { 
   background: url(img/ico_tb.gif) top left no-repeat; 
}

ol.commentlist {
	margin-left: 20px;
}

li.comment {
	margin-bottom:0.7em;
}

#paging {
    text-align: center;
}

#profile ul {
	list-style-position: outside; /* リストの２行目以降を揃える */
	list-style-type: none; /* リストのアイコンを非表示 */
}

#profile li {
	margin-left:3em;
	text-indent:-3.3em; /* 2行目以降を1文字分インデント */
}

#content h3.comment_title {
	font-size: 0.9em;
	line-height: 1.2em;
}
