@charset "Shift_JIS";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
.win body {
	letter-spacing: 0.1em;
	}

hr { clear:left; display: none; }
br { letter-spacing: normal; }

/*------リンク-------------------------------*/

a { color: #000; text-decoration: underline; }
a:link {}
a:visited {}
a:hover { color: #cf0e0e; text-decoration: none; }
a:active { color: #cf0e0e; text-decoration: underline; }

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	background: #000;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}

/*------------ PNG対応 -------------*/
h1,h2,h4 img { behavior: url(../css/iepngfix.htc); }

/*------------ コンテンツボディ -------------*/
#body {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff url(../images/bg.png) top center repeat;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
	}

/*------------ コンテナ -------------*/
#container {
	width: 978px;
	margin: 0 auto;
	padding: 0;
	}

/*------------ メニュー -------------*/
ul#menu {
	clear: both;
	width: 943px;
	height: 31px;
	background: url(../images/menu_bg.gif) 0 0 no-repeat;
	margin: 0 auto;
	padding: 9px 0 0 17px;
	}
	ul#menu li {
		width: 186px;
		height: 25px;
		float: left;
		}
		ul#menu li span {
			display: none;
			}
		ul#menu li a {
			display: block;
			width: 100%;
			height: 100%;
			}
			ul#menu li a:hover {
				background: none!important;
				}
		/*-- 個別指定 --*/
		ul#menu li.home {
			background: url(../images/menu_home.gif) 0 -25px no-repeat;
			}
			ul#menu li.home a {
				background: url(../images/menu_home.gif) 0 0 no-repeat;
				}
		ul#menu li.movie {
			background: url(../images/menu_movie.gif) 0 -25px no-repeat;
			}
			ul#menu li.movie a {
				background: url(../images/menu_movie.gif) 0 0 no-repeat;
				}
		ul#menu li.qa {
			background: url(../images/menu_qa.gif) 0 -25px no-repeat;
			}
			ul#menu li.qa a {
				background: url(../images/menu_qa.gif) 0 0 no-repeat;
				}
		ul#menu li.item {
			background: url(../images/menu_item.gif) 0 -25px no-repeat;
			}
			ul#menu li.item a {
				background: url(../images/menu_item.gif) 0 0 no-repeat;
				}
		ul#menu li.blog {
			background: url(../images/menu_blog.gif) 0 -25px no-repeat;
			}
			ul#menu li.blog a {
				background: url(../images/menu_blog.gif) 0 0 no-repeat;
				}

/*------------ TOPに戻る -------------*/
.gototop {
	clear: both;
	width: 100%;
	height: 19px;
	position: relative;
	}
	.gototop p {
		width: 77px;
		height: 19px;
		background: url(../images/btn_pagetop_on.gif) 0 0 no-repeat;
		position: absolute;
		top: 0;
		right: 15px;
		}
		.gototop p a {
			display: block;
			width: 77px;
			height: 19px;
			background: url(../images/btn_pagetop.gif) 0 0 no-repeat;
			}
			.gototop p a:hover {
				background: none!important;
				}
			.gototop p a span {
				display: none;
				}



