@charset "utf-8";
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	text-align: center;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: underline;
	color: #36F;
	text-align: left;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #CCC49F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	margin: 0px;
	padding: 0px;

}
.header p {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}


/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar1 {
	float: left;
	width: 260px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.sidebar1 table {
	margin-right: auto;
	margin-left: auto;
}
.sidebar1 table tr td {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar1 table tr td p {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.b-center {
	text-align: center;
	margin-top: 20px;
}
.tb-center {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}



.content {
	width: 645px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	margin-top: 10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
ul.nav li {

}
.navi-title {
	background-image: url(../img/navi-back1.png);
}
.navi-sub {
	background-color: #C6D580;
}
.nav .navi-sub li {
	text-indent: 40px;
	list-style-type: none;
	padding-top: 3px;
	background-image: url(../img/arrow072_10.png);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-bottom: 3px;
}
.nav .navi-sub li a {
	text-indent: 40px;
	list-style-type: none;
	background-image: url(../img/arrow072_10.png);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}


ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 180px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #C6D580;
}
.nav .navi-title a {
	background-image: url(../img/navi-back_g.png);
	color: #FFF;
	font-weight: bold;
	background-position: center;
	text-indent: 15px;
}
.nav .navi-title a:hover {
	color: #F90;
	background-color: #596813;
	background-image: url(../img/navi-back_g2.png);
	background-position: center;
}
.navi-sub li a:hover {
	color: #00C;
	text-decoration: underline;
}


/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-color: #CCC49F;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.content h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	line-height: 1.8em;
	height: 1.8em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F00;
	margin-bottom: 20px;
	color: #060;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 630px;
	margin-top: 10px;
	clear: both;
	left: 100px;
	text-align: left;
}
.content h3 {
	margin: 0px;
}
.content h4 {
	background-color: #E8F3FF;
	text-indent: 20px;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #09F;
	text-align: left;
}


.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
.content dl {
	margin-left: 15px;
}
.content dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	float: left;
	width: 100px;
}
.header h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #666;
	background-image: url(../img/OVFI_logo_b2.png);
	background-repeat: no-repeat;
	width: 400px;
	background-position: 10px center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header table {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F93;
}
.align-center {
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #00C;
	font-weight: bold;
}
.footer table {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
.content table {
	border-collapse: collapse;
	left: 120px;
	text-align: left;
}

.content table th {
	line-height: 1.5em;
	background-color: #9CF;
	text-align: center;
}
.content table td {
	line-height: 1.4em;
	color: #333333;
	text-align: center;
}
.float-right {
	float: right;
	width: 320px;
}
.float-left {
	float: left;
	width: 320px;
}
.clear-both {
	clear: both;
	margin-bottom: 20px;
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
table.form td{
	text-align: left;
}
.moji09em {
	font-size: 0.9em;
}
.content .iflame dd {
	margin-left: 100px;
	margin-bottom: 10px;
	text-align: left;
}
.L-ova {
	background-image: url(../img/OVA.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 30px;
	margin-left: 5px;
	padding-left: 35px;
	line-height: 30px;
}
.L-jvfi {
	background-image: url(../img/JVFI_logo_b.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 5px;
	padding-left: 35px;
	line-height: 15px;
}
.L-jva {
	line-height: 30px;
	background-image: url(../img/JVA.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 5px;
	padding-left: 35px;
}
.table-style1 {
	font-size: 9pt;
	text-align: left;
}
.table-taikai {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.table1 td {
	padding-top: 5px;
}
.table-taikai td {
	padding: 3px;
}
table.table-leftth{
	width: 95%;
	border-collapse:collapse;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.table-leftth  tr th{
	background-color: #E8E8E8;
	font-weight: bold;
	padding: 5px;
	font-size: 0.9em;
	width: 15%;
}
.table-leftth tr td{
	text-align: left;
	padding: 5px;
	font-size: 0.9em;
}
table.sche {
	font-size: 8pt;
	text-align: center;
}

table.sche th{
	line-height: 10pt;
	font-size: 9pt;
	background-color: #CCC;
}
.f-right {
	float: right;
	margin-left: 10px;
}
.f-left {
	float: left;
}
.c-clear {
	clear: both;
}
.moji-win {
	color: #F00;
}
