@charset "utf-8";
/* basic */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url(images/bg_body.gif);
}
h1   {
	font-size: 1.2em;
}
h2   {
	font-size: 1em;
	border: 1px solid #CCC;
	text-indent: 10px;
	background-color: #66CC9A;
	color: #FFF;
}
h3 {
	font-size: 0.9em;
	text-indent: 10px;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h4 {
	font-weight: normal;
	color: #000;
	font-size: 1em;
}

p {
	font-size: 0.95em;
	line-height: 2em;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #C00;
}

a img { 
	border: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
/* container */
#container {
	width: 1040px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
/* header */
header {
	background-image: url(images/bg.jpg);
	position: relative;
	height: 90px;
}
#siteTitle {
	position: absolute;
	left: 10px;
	margin: 0px;
	padding: 0px;
	top: 10px;
}
#logo {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* navigation */
nav {
	height: 50px;
	padding-top: 10px;
	padding-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #66CC9A;
}
nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#dialectNav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 1.2em;
	font-weight: bold;
}
/* content */
#mainContent {
	width: 680px;
	margin-top: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent p img  {
	margin-right: 10px;
}
#mainContent table {
	width: 670px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
#mainContent th {
	width: 210px;
	font-weight: normal;
	text-align: left;
	height: 50px;
}
#mainContent #castP th {
	width: 220px;
	font-weight: normal;
	text-align: left;
	height: 100px;
}

#mainContent li  {
	line-height: 1.8em;
}
#mainContent .dl li  {
	line-height: 1.8em;
	margin-bottom: 16px;
}
#subContent {
	float: right;
	width: 300px;
	padding-right: 10px;
}
#subContent img  {
	margin-top: 20px;
	margin-bottom: 0px;
}
#subContent p img  {
	margin-top: 0px;
}
#thumbNail {
	margin-top: 0px;
	width: 630px;
	float: left;
}
#thumbNail p   {
	margin-left: 0px;
}
/* footer */
footer {
	background-image: url(images/bg.jpg);
	text-align: right;
	font-size: 0.8em;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 20px;
	position: relative;
	height: 40px;
}
#aboutSite {
	width: 300px;
	position: absolute;
	left: 10px;
}
#copyRights {
	width: 500px;
	position: absolute;
	right: 10px;
	height: 30px;
}
#copyRights p  {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* class */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat {
	clear: both;
}
.returnto {
	margin-bottom: 10px;
}
.returnto {
	margin-bottom: 30px;
}
.notes {
	font-size: 0.8em;
	color: #666;
}
.bullet {
	font-size: 0.9em;
	color: #666;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}.op {
	border: 2px solid #0C0;
	padding: 4px;
	font-size: 1.1em;
	background-color: #CFC;
	color: #000;
}
#mainContent .op_table {
	width: 580px;
}
th .castNote {
	font-size: 0.9em;
}
p a #detealCast {
	padding-right: 10px;
}
#mainContent .dl  {
	list-style-type: none;
}
.dl li img {
	margin-right: 15px;
}
