﻿@charset "utf-8";

/* 英語・韓国語版 */
/************************************************/
/*	共通設定																		*/
/************************************************/

*{
	margin : 0;
	padding : 0;
}

a{
/*	text-decoration : none;*/
  color : black;
}

img{
	border-style : none;
	vertical-align : bottom;
}

li{
	list-style : none;
}


/************************************************/
/*	共通ヘッダ																	*/
/************************************************/
div#wrap{
	width : 760px;
	margin : auto;
}


/************************************************/
/*	コンテンツ																	*/
/************************************************/
div#contents{
	width : 730px;
	margin : 0 auto;
}

div#menu ul{
	width : 729px;
	margin : 0 auto;
}

div#menu ul li{
	float : left;
	width : 182px;
	height : 31px;
}

.edge{
	border-right : 1px solid #cccccc;
}


/************************************************/
/*	サブヘッダー																*/
/************************************************/
#subheader{
	width : 100%;
	font-size : x-small;
	margin-top : .5em;
}




ul#breadcrumb {
	float : left;
	width : 320px;
}

/* 見出しが長い時 */
ul#breadcrumb.wide {
	float : left;
	width : 480px;
}



ul#breadcrumb li{
	float : left;
	width : 80px;
}




ul#breadcrumb li.long{
	width : 160px;
}

ul#page {
	float : right;
	width : 50px;
}

ul#page li{
	float : left;
	width : 50px;
}

/* イベント用*/
ul#page.event{
	width : 210px;
}

ul#page.event li.wide{
	text-align : right;
	padding-right : 10px;
	width : 200px;
}

ul#page.event li.season{
	text-align : center;
	width : 70px;
}


/************************************************/
/*	ページメニュー															*/
/************************************************/
table.hm_list {
	width : 727px;
	margin : 0 auto 10px;
	border-collapse : collapse;
}

table.hm_list td{
	font-size : 11px;
	vertical-align : middle;
}

table.hm_list td a{
/*	text-decoration : underline;*/
	color : #000000;
}




/************************************************/
/*	記事用																			*/
/************************************************/
table.item{
	width : 730px;
	border-collapse : collapse;
}
/********************/
/*	左サイド画像		*/
/********************/
table.item td{
	text-align : center;
}

/* 記事画像用 */
td.film_bk{
	width : 286px;
	background-image : url(img/film_bk.jpg);
	background-repeat : repeat-y;
	background-attachment : scroll;
	background-position : 0 top;
	padding : 50px 17px;
}

td.film_bk img{
	width : 286px;
	height : 215px;
}

/********************/
/*	右サイド記事用	*/
/********************/
td.explain{
	width : 400px;
	padding : 10px 5px;

}

/* 戻り用ナビ */
ul.nv_jump{
	margin-left : 150px;
	width : 250px;
}

ul.nv_jump li{
	float : left;
	width : 125px;
}

ul.nv_jump li a{
	color : #ffffff;
	display : block;
	width : 125px;
	line-height : 24px;
	font-size : 9px;
}

.go_top{
	background-image : url(img/top1.jpg);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 0 top;
	width : 125px;
	height : 24px;
}
.go_index{
	background : url(img/top2.jpg);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 0 top;
	width : 120px;
	height : 24px;
}

/* 見出し部 */
/* タイトル */
table.header_tbl{
	width : 400px;
	border-collapse : collapse;
	margin : 5px auto;
}

table.header_tbl td.title{
	width : 240px;
	height : 54px;
	border : 2px solid #e1ab01;
	font-weight : bold;
	font-size : 16px;
}

table.header_tbl td.title a{
	font-weight : bold;
}
table.header_tbl td.title a:link,
table.header_tbl td.title a:visited{
  color: #000000;
}
table.header_tbl td.title a:hover,
table.header_tbl td.title a:active{
	color: #5e2102;
}




/* 動画 */
table.header_tbl td.movie{
	border : 2px solid #e1ab01;
	font-weight : bold;
	font-size : small;
	width : 154px;
	height : 27px;
}

table.header_tbl td.movie ul{
	width : 154px;
}

table.header_tbl td.movie ul li{
	width : 77px;
	text-align : left;
	height : 27px;
	float : left;
}
table.header_tbl td.movie ul li a{
	width : 77px;
	height : 27px;
}


/*	説明	*/
div.text{
	text-align : left;
	font-size : 11px;
	line-height : 1.5;
}

div.text span{
	font-weight : bold;
}

div.text span.under{
	font-weight : normal;
	text-decoration : underline;
}

div.text dl,
div.text ul{
	width : 380px;
	margin-left : 20px;
	margin-top : 1em;
}





/* インフォTABLE */
table.info_table{
	width : 400px;
	margin : 10px auto;
	padding : 2px;
	text-align : left;
}


table.info_table th{
	font-size : 11px;
	color : black;
	background-color : #daf5fe;
	vertical-align : middle;
	width : 4em;
	white-space: nowrap;
	padding : 2px;
}
table.info_table td{
	font-size : 10px;
	color : black;
	text-align : left;
}

span.info_map a,
table.info_table td.info_map a{
	font-size : 12px;
	color : #009900;
	width : 8em;
	white-space: nowrap;
	font-weight : normal;
}

table.info_table td.info_list {
	font-weight : bold;
	font-size : 10pt;
}
table.info_table td.info_list a:link,
table.info_table td.info_list a:visited{
  color: #000000;
}
table.info_table td.info_list a:hover,
table.info_table td.info_list a:active{
	color: #5e2102;
}




/************************************************/
/* clearfix　Start															*/
/************************************************/

#menu:after,
#subheader:after,
ul.nv_jump:after{
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}


#menu,
#subheader,
ul.nv_jump{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #menu,
* html #subheader,
* html ul.nv_jump{
	height : 1%;
}

#menu,
#subheader,
ul.nv_jump{
	display : block;
}
/* End hide from IE-mac \*/

/************************************************/
/* clearfix　End																*/
/************************************************/

