/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                                                        */
/* 00.base                                                                */
/* 01.wrapper                                                             */
/* 02.header                                                              */
/* 03.navigator                                                           */
/* 04.container                                                           */
/* 05.contents                                                            */
/* 06.sidebar                                                             */
/* 07.footer                                                              */
/* 08.copyright                                                           */
/* 09.other class                                                         */
/* 10.header                                                              */
/*                                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@import url("nvIR.css");


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 1em;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	/*background-color: #89BCF3;*/
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: center;
}
img {
	display: block;
	border: none;
}
p {
	font-size: 0.9em;
	line-height: 2em;
	color : #232323;
	padding-top: 5px;
	padding-bottom: 20px;
}
li {
	font-size: 0.8em;
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
/* safari only \*/
html:\66irst-child em,strong,h1,h2,h3,dt {
	font-weight: normal;
}
/* end */
hr {
	clear: both;
	height: 0px;
	margin: 5px 0px 15px 0px;
}
a {
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	clear: both;
	text-align: left;
	padding: 0px 15px 0px 15px;
	width: 880px!important;
	width/**/: 910px;
}
hr.eof {
	clear: both;
	border-color: #FFFFFF;
	height: 1px;
	overflow: hidden;
}
hr#eof {
	clear: both;
	/*visibility: hidden;*/
	height: 1px;
	/*display: none;*/
	/*position: absolute;*/
	overflow: hidden;
}
p.eof {
	clear: both;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
}
p.border {
	clear: both;
	text-indent: -5000px;
	margin: 0px;
	overflow: hidden;
	height: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01-01.head style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#head {
	background-color: #222222;
	width: 100%;
	text-align: right;
	height: 24px;
	position: relative;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 930px;
	background-image: url(../images/wrapper.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wrapper.png', sizingMethod='scale');
	position: relative;
}
div#inbody {
	width: 910px!important;
	width/**/: 930px;
	padding: 0px 10px 0px 10px;
}
span#onlinestore_banner {
	display: block;
	cursor: pointer;
	width: 200px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 730px;
	background-image: url(../images/onlinestore.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/onlinestore.png', sizingMethod='scale');
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07-02.end of field style                                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#endoffield {
	margin: 0px auto 0px auto;
	width: 930px;
	height: 24px;
	background-image: url(../images/footer.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer.png', sizingMethod='scale');
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	
}
div#header h1 {
	float: left;
}
div#header ul {
	/*float: right;*/
}
div#header ul li {
	/*white-space: nowrap;*/
	/*float: left;*/
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	clear: both;
}
div#navigator ul {
	
}
div#navigator ul li {
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	border-top: solid 1px #CCCCCC;
	padding-top: 10px;
	clear: both;
	color: #FFFFFF;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	padding: 2px;
	color: #999999;
	clear: both;
	line-height: normal;
}
div#copyright p {
	font-size: 12px;
	padding: 0px;
}
div#copyright p span {
	display: block;
	font-size: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	clear: both;
	float: left;
}
ul.main_menu li {
	float: left;
	line-height: normal;
	padding: 3px 3px 0px 3px;
}
ul.main_menu li a {
	display: block;
	padding-left: 12px;
	background-position: left center;
	background-image: url(../images/li_footer_main_menu.gif);
	background-repeat: no-repeat;
}
ul.sub_menu {
	float: left;
	padding-top: 5px;
	clear: both;
	width: 600px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	line-height: normal;
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
}
ul.sub_menu li a {
	font-size: 10px;
	display: block;
	padding-left: 8px;
	background-position: left center;
	background-image: url(../images/li_footer_sub_menu.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}
ul#global {
	float: right;
	padding-top: 4px;
}
ul#global li {
	float: left;
	list-style: none;
	padding-right: 10px;
	white-space: nowrap;
}
div#head h1 {
	float: left;
}
div.photo {
	padding: 5px;
	background: #f6f6f6;
	border:1px solid #ccc;
	border-width:0 1px 2px 0;
	margin: 0px 0px 5px 5px;
}
ul.treemenu {
	height: 24px!important;
	height/**/: 28px;
	padding: 4px 4px 0px 4px;
	background-image: url(../images/treebg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
ul.treemenu li {
	float: left;
	padding-right: 5px;
	display: inline;
}
ul.treemenu li a {
	color: #000000;
	width: 100px!important;
	width/**/: 120px;
	height: 14px!important;
	height/**/: 24px;
	display: block;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	background-image: url(../images/treebt.gif);
	background-position: 0px -24px;
}
ul.treemenu li a:active,ul.treemenu li a:link,ul.treemenu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
ul.treemenu li a:hover {
	color: #000000;
	text-decoration: none;
	background-position: 0px -48px;
}
ul.treemenu li a.active {
	color: #000000;
	background-position: 0px 0px;
}
ul.treemenu li a.active:active,ul.treemenu li a.active:link,ul.treemenu li a.active:visited {
	color: #000000;
}
div#sliderBG {
	float: right;
	margin: 0px auto 0px auto;
	height: 30px;
	width: 117px;
	background-image: url(../images/fontsize_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
img#sliderThumbImg {
	cursor: pointer;
}
div#fontsizechg {
	text-align: center;
	float: right;
	width: 200px;
	height: 21px;
	background-image: url(../images/fontsize.gif);
	background-repeat: no-repeat;
}
a.anchor {
	text-indent: -5000px;
	display: block;
}
div.topbanner {
	clear: both;
}
div.sitesearchresults {
	width: 620px!important;
	width/**/: 650px;
	padding: 15px;
}
div.sitesearchresults dl {
	
}
div.sitesearchresults dl dt {
	padding-top: 10px;
	font-size: 0.9em;
}
div.sitesearchresults dl dd {
	padding-bottom: 10px;
	font-size: 0.8em;
	color:#008000;
}
div.movieframe {
	text-align: center;
	width: 100%;
}
div.itemMovie {
	text-align: center;
	margin: 0px auto 0px auto;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
	width: 480px;
}
span.endroll {
	display: block;
	position: absolute;
	left: 3px;
	top: 0px;
	width: 630px;
	height: 140px;
	overflow: hidden;
	background-image: url(../images/endroll.png);
	_background: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/endroll.png', sizingMethod='scale');
}

/*tv navi style*/

ul.tvnavi {
	clear: both;
	overflow: hidden;
	width: 648px;
	padding: 0px 0px 0px 0px;
}
ul.tvnavi li {
	float: left;
	width: 320px!important;
	width/**/: 328px;
	padding: 0px 8px 0px 0px;
}
ul.tvnavi li.none {
	float: left;
	width: 320px!important;
	width/**/: 320px;
	padding: 0px 0px 0px 0px;
}

a.shoptop {
	padding: 10px 0px;
	clear: both;
}
a.anchor {
	clear: both;
}

