/* Copyright Tse-hau Chao, pagras.net */
/* layout inspired by A List Apart (http://www.alistapart.com/)*/

body {
	background-color: #EEEEFF;
	font-size: 100%;
   text-align: center;
   min-width: 675px;
	margin: 10px 0;
}

#bodywrap {
  background-color: #FFFFFF; 
  text-align: left;
  width: 675px;
  margin: 10px auto;
  padding: 0;
  border: 1px solid #CCCCCC;
}

#nav {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
 	padding: 0;
}
#nav a:link {
	color: #666666;
	text-decoration: none;
}
#nav a:visited {
	color: #999999;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #000099;
	text-decoration: none;
}

#nav h1 {
    padding-top: 80px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/image/masthead.jpg);
    background-repeat: no-repeat;
	 margin: 0;
}

#nav p {
	color: #333333;
	margin: 0;
	padding: 2px 5px;
	font-size: 0.8em;
	font-family: "Courier New", Courier, monospace;
}

#main {
	float: left;
	width: 490px;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 30px 10px;
	background-color: #FFFFFF;
	color: #666666;
}
#main a:link {
	color: #0066CC;
}
#main a:visited {
	color: #0099AA;
}
#main a:hover, #main a:active {
	color: #AAAAAA;
}
#main h2 {
	margin-top: 0;
	color: #003366;
}
#main h4 {
	margin: 0;
}
#main h5 {
	margin-top: 0;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}
#main p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
}
#main p.preface {
	color: #0033AA;
	font-size: 0.8em;
	text-indent: 0;
}
#main p.excerpt {
	font-size: 0.8em;
}
#main p.excerpt img {
	display: none;
}
#main p.rating {
	color: #333333;
	font-size: 0.75em;
	text-indent: 0;
	margin-bottom: 1em;
}
#main ul, #main ol {
	margin-top: 0;
	margin-left: 3em;
	padding-left: 0;
	font-size: 1em;
	line-height: 1.3em;
}
#main ol.quiz li ol {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 2em;
	padding-left: 0;
	list-style: none;
	color: #000066;
	font-size: 0.8em;
}
#main em {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
#main hr {
	height: 1px;
	margin-bottom: 1em;
	color: #DDDDDD;
}
#main cite {
	color: #999999;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	margin-left: 1em;
}
#main code {
	display: block;
	padding: 5px;
	margin: 1em 0;
	background-color: #EEEEEE;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}
#main dfn {
	font-style: normal;
	border-bottom: 1px dashed #990000;
	cursor: help;
}

.index p {
	margin: 0 3em 1em 50px;
}
.index img {
	border: none;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
}

.media h5 {
	margin-top: 1em !important;
	margin-bottom: 5px;
}
.media img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.photo p {
	float: left;
	margin: 0 10px 1em 5px;
	font-size: 0.75em !important;
	/*width: 9em;*/
}
.photo img {
	border: none;
	margin-bottom: 0.5em;
}

.content p {
	text-indent: 1em;
}
.content img {
	margin-top: 1em;
	text-align: center;
	display: block;
}

#side {
	padding: 10px 5px;
	margin-left: 510px;
	color: #666666;
}
#side a:link {
	color: #0000CC;
}
#side a:visited {
	color: #999999;
}
#side a:hover, #side a:active {
	color: #0000AA;
}
#side h5 {
	margin: 0;
}
#side p {
	margin-top: 0;
	font-size: 0.75em;
	line-height: 1.3em;
}
#side ul, #side ol {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 0;
	font-size: 0.75em;
	line-height: 1.3em;
	list-style: square;
}
#side em {
	color: #CC0000;
	font-weight: normal;
	font-style: normal;
}
#side img {
	border: none;
}

#path {
	margin-bottom: 15px;
}

#path h5 {
	color: #CC3300;
	font-family: "Courier New", Courier, monospace;
	margin-top: 0;
}

#path p {
	margin-bottom: 5px;
}

#footer {
	background-color: #000033;
	color: #EEEEEE;
	margin: 0;
	padding: 3px 0 5px 0;
   font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}
#footer a:link {
	color: #FFFF00;
}
#footer a:visited {
	color: #FFFF99;
}
#footer a:hover, #footer a:active {
	color: #99CCFF;
}

#contact form {
	width: 25em;
	margin: 0;
}
#contact form div {
	clear: both;
	margin-bottom: 0.5em;
	height: 1.5em;
}
#contact form div label {
	float: left;
	width: 10em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: top;
}
#contact form div input, #contact form div textarea, #contact form div select {
	float: right;
   width: 18em;
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#contact form p {
	clear: both;
	text-align: center;
	padding-top: 0.5em;
	margin: 0;
}

a.inv:link,	a.inv:visited {
	color: #FFFFFF !important;
}
a.inv:hover, a.inv:active {
	color: #000000 ! important;
}
a.hide:link, a.hide:visited {
	color: #666666 !important;
	text-decoration: none !important;
}
a.hide:hover, a.hide:active {
	color: #FF0000 !important;
	text-decoration: underline !important;
}

table.data {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
table.data td, table.data th {
	color: #666666;
	font-size: 0.8em;
	text-align: left;
	padding: 3px 5px;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.data th {
	background-color: #EEEEEE;
}
table.data th.date {
	width: 60px;
}
table.data th.cast {
	width: 80px;
}
table.data th.notes {
	width: 60px;
}

#main blockquote {
	margin: 2em;
}
#main blockquote.quote p {
	color: #003366;
	text-indent: -1em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#main blockquote.dorama {
	margin: 2em 1em;
	padding: 0.5em;
	border-top: 3px double #EEEEEE;
	border-bottom: 3px double #EEEEEE;
}
#main blockquote.dorama p {
	color: #666666;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	text-indent: -1em;
}
#main blockquote.antique p {
	color: #0033AA;
	margin: 5em 0;
	text-align: center;
	text-indent: 0;
}
#main blockquote.lyrics p {
	color: #0033AA;
	font-size: 0.8em;
	line-height: 1.6em;
	text-indent: 0;
}

.spacer {
	clear: both;
}

.star {
	color: #FF6600;
}

#blog div.entry {
	margin-bottom: 30px;
}
#blog div.entry h5 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#blog div.entry blockquote {
	margin: 1em;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
#blog div.entry blockquote p {
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #0099AA
}
#comment h4 {
	margin-top: 2em;
	border-bottom: 1px dashed #CCCCCC;
}
#comment div.entry {
	margin: 10px 0;
	padding: 5px;
	background-color: #EEE;
}
#comment div.entry h5 {
	font-family: serif;
	margin-bottom: 10px;
}
#comment div.entry p {
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #666;
}
#comment div.entry del {
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: line-through;
}
#comment form {
	width: 25em;
   margin: 10px 0 0 0;
}
#comment form div {
	clear: both;
	margin-top: 0.5em;
}
#comment form div label {
	font-size: 0.8em;
	float: left;
	width: 5.5em;
}
#comment form div span {
	float: right;
   width: 20em;
}
#comment form div span input {
   width: 18em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#comment form div span textarea {
   width: 18em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#comment form p {
	font-size: 0.8em;
}

#blogpath {
	margin-bottom: 20px;
}
#blogpath h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#blogpath p {
	margin-bottom: 5px;
}

#tb h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #0099AA;
}
#tb p {
	margin-bottom: 5px;	
	font-family: Arial, Helvetica, sans-serif;
}
#tb div.entry h5 {
	font-style: italic;
	margin-bottom: 0
}
#tb div.entry p {
	font-style: italic;
}
#tb div.entry h5 a {
	color: #0099AA;
}
#side form {
	margin-top: 0;
}
/*div.jpn {
	font-family: "MS PGothic", sans-serif;
}*/
div.jpn h4, div.jpn cite {
	font-family: serif;
}

span.camera {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #AAAAAA;
}

/* limit 
body {
	background-color: #660000;
}
#footer {
	background-color: #000000;
}
#nav h1 {
    background-image: url(/image/down.gif);
}
*/
