@charset "utf-8";
/*============================================================
Reset
============================================================*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,blockquote,th,td,p{
	margin:0;
	padding:0;
}

img,a img{border:none;}
ul, ol, li, dl, dt, dd{list-style:none;}
table{border:0;}
th,td{
	padding: 0;
	text-align: left;
}
th{
	font-weight: normal;
	text-align: left;
}
input,select,textarea{padding:2px;}
textarea { font-size:100%; }
html>/**/textarea {font-size:13px;}
fieldset{border:none;}
pre{font-family:monospace;}
address{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;}


/*============================================================
Clear
============================================================*/

.clearfix:after{
	content:".";
	display:block;
	height:0.1px;
	clear:both;
	visibility:hidden;
	overflow:hidden; 
}

.clearfix{
	min-height: 1%;
}

* html .clearfix{
	height: 1px;
	overflow: visible;
}
html {
	height: 100%;
}


/*============================================================
layout
============================================================*/

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 0;
	color: #000;
	background-image: url(../img/tate_body.png);
	background-repeat: repeat-x;
	margin: 0px;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	padding-top: 10px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


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

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
#container {
	width: 960px;
	background-color: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
#header {
	background-color: #ADB96E;
	background-image: url(../img/header_image.jpg);
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
#header h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-left: 5px;
	text-align: right;
	margin-right: 5px;
}
#header .lang {
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}
#header .lang ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#header .lang ul li {
	float: left;
	margin-left: 30px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
}

.navi-top {
	height: 30px;
	padding: 0px;
	background-color: #EDEDED;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navi-left {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	margin-left: 40px;
	width: 400px;
}
.navi-left li  {
	float: left;
	text-align: center;
	line-height: 30px;
	list-style-type: none;
	margin-left: 40px;
}
.navi-left li a {
	text-decoration: none;
	color: #069;
}
.navi-left li a:hover {
	text-decoration: none;
	color: #10AF98;
}
.toiawase  {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	margin-left: 60px;
	background-image: url(../img/navi-aicon1.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	text-indent: 25px;
	line-height: 30px;
}
.toiawase li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 30px;
	text-decoration: none;
}
.toiawase li a:hover {
	color: #03C;
}
.nvi-right {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	line-height: 30px;
	width: 320px;
}
.nvi-right dt {
	list-style-type: none;
	background-image: url(../img/navi-aicon2.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: 3px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.nvi-right dd a{
	color: #669966;
	text-indent: 25px;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.nvi-right dd a:hover {
	color: #F28D63;
}
/* ~~ これはレイアウト情報です。~~ 

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

*/

#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #069;
	background-image: url(../img/back_h2_b.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	text-indent: 30px;
	height: 30px;
	font-weight: normal;
	background-position: left;
	clear: both;
}

#content #main {
	margin-top: 10px;
	float: left;
	width: 920px;
}

#content #titile_category {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
#content #titile_category .img-right {
	float: right;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content #titile_category .content-title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: bold;
}
#content-serial {
	float: left;
	width: 920px;
}
#content-serial p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	font-size: 0.7em;
}
#content-serial p img {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 180px;
}
#content-serial .mov {
	float: right;
}
#content-serial table {
	padding: 0px;
	width: 450px;
	clear: both;
	float: left;
}
#content-serial table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}
#content-serial .td-moji{
	padding-bottom: 10px;
}
#content-serial table tr td img{
	border: 1px solid #999;
}
#content-serial table caption {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
#content-kinou {
	float: right;
	width: 440px;
}
#content-kinou .item p {
	margin-bottom: 10px;
}
#content-kinou .item p strong a  {
	color: #069;
	font-style: italic;
}
#content-kinou ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	width: 90%;
	margin-bottom: 10px;
	border: 2px dotted #06C;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#content-kinou ul li {
	list-style-type: circle;
	list-style-position: inside;
}
#FLVPlayer h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
}







/* ~~ フッター ~~ */
#footer {
	background-color: #EFE2B2;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer #footer-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
}
.footer-left {
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333;
}
.footer-center {
	float: left;
	width: 280px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #333;
}
.footer-right {
	float: left;
	width: 280px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #333;
}
.footer-copy {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-style: italic;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.moji-8 {
	font-size: 8pt;
}
