/* CSS Document */
/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#3DB037;;/*通常のリンクテキストカラー*/
	text-decoration: none;
	}
a:hover {
color:#FF9900;
text-decoration: none;
}
/*■初期設定ここまで*/
*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}
	
.after-box{
clear:left;
}

h3{
font-size: 20px;
letter-spacing: 5px;
}
.smoll_text{
font-size: 5px;
}
.big_text{
font-size: 25px;
letter-spacing: 3px;
font-weight: bold;

}

/*■フォントサイズ調整*/
body {
font-size: 13px; /* モダンブラウザ */
*font-size: small; /* IE 7 */
*font: x-small; /* IE 6以下 */
font-family:'ＭＳ Ｐゴシック', sans-serif;
text-align:center;
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
}
/*■基本レイアウト*/
#container{
	width:980px;
	margin:auto;
	text-align:left;
	}

#head{
	width:980px;
	margin-top:10px;
	}
#head_center{
text-align:center;
margin:50px 0 25px 0;
}
#head h1{
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#head h2 a{
	font-size:12px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#head h2 a:hover{
	font-size:12px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head_menu{
	background-color: #b5b5b5; /* グレーの色 */
	width:980px;
	height:30px;
	}
#head_menu ul{
	list-style-type:none;
    padding: 0;
    margin: 0;
    display: flex;
	}
#head_menu ul li{
	font-size:12px;
	letter-spacing:1px;
	float:left;
	width:140px;
	height:30px;
	position:relative;
	display: inline; /* 各リストアイテムをインラインに表示 */
    margin: 0 5px; /* 必要に応じてリストアイテム間のマージンを調整 */
	border-right: 1px solid #ffffff; /* 右側に白い線を追加 */
    padding: 0 10px; /* テキストに余白を追加 */
	
	}
#head_menu ul li:last-child {
	border-right: none; /* 最後の項目の線を削除 */
	color: inherit; /* テキスト色を継承 */
	}
#head_menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:12px;
	width:130px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#666666;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:196px;
	}
#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#head_menu ul li.on{
	width:140px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#FFCC00;
	color:#000000;
	}

.line{
	clear:left;
	margin:1px 0 0 0;
	}

#main_image{
	float:left;
	background:url(../img/top/main_top.png) no-repeat;
	width:980px;
	height:534px;
	}
#main_image p{
	margin:20px;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	}

#contents{
	margin:10px 0 0 0;
	clear:left;
	background:url(../img/bg.gif) repeat;
	}
#foot_up{
	background:url(../img/line_02.gif) no-repeat bottom;
	clear:both;
	height:2px;
	margin:0 0 0 0;
	}
	
/******コピーライト******/
#copy{
	height:20px;
	font-size:10px;
	text-align:center;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}
	
/******ボトム******/

#nave_bottom{
	margin-top:5px;
}
#nave_bottom h2{
	font-weight:normal;
	}
#nave_bottom h2 a{
	font-size:24px;
	line-height:10px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#nave_bottom h2 a:hover{
	font-size:11px;
	line-height:10px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#nave_bottom{
	height:15px;
	width:980px;
	}
#nave_bottom ul{
	list-style-type:none;
	}
#nave_bottom ul li{
	font-size:11px;
	letter-spacing:1px;
	float:left;
	width:90px;
	height:15px;
	position:relative;
	border-left:solid 1px #333333;
	}
#nave_bottom ul li a{
	color:#333333;
	text-decoration:none;
	display:block;
	font:11px;
	width:90px;
	height:15px;
	line-height:17px;
	text-align:center;
	}
#nave_bottom ul li a:hover{
	color:#FFCC00;
	}
#nave_bottom ul li.off{
	overflow:hidden;
	width:180px;
	}
#nave_bottom ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#hnave_bottom ul li.on{
	width:90px;
	}
#hnave_bottom ul>li.on{
	overflow:visible;/*×*/
	}

/***トップ***/

#top{}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#top div#left{
	float:left;
	width:440px;
	margin:20px 0 0 0;
	}
#top div#left h3{
	font-size:12px;
	}
#top div#left div#info{
	background:url(../img/top/bg_info.gif) no-repeat;
	width:440px;
	height:201px;
	}
#top div#left div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	}
#top div#left div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	}
#top div#left div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:338px;
	margin:20px 0 0 18px;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#top div#right div#bnr_sps p a{
	background:url(../img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	}
#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(../img/top/bnr01.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr02{
	background:url(../img/top/bnr02.jpg) no-repeat center;
	}

/******その他のページ******/
/******movie******/
#main{
text-align:left;
width:780px;
	}
#main_top{
margin:35px 0 35px 0;
font-size:25px;
font-weight: bold; 
}
#main_middle{
font-size:15px;
letter-spacing: 2px;
}
#main_movie{
margin:5px 0 0 0;
padding: 0 0 30px 0;
}
.movie_title{
font-size: 20px;
letter-spacing: 2px;
margin:0 20px 0 5px;
padding: 10px 0 0 0;
font-weight: bold; 
}


/******animation******/
#main_animation{
margin:5px 0 0 0;
padding: 0 0 130px 0;
}
#main_animation img{
position:absolute;
z-index: 1;
}
#main_img{
position:relative;
z-index: 2;
top: -85px;
left: 20px;
}
/******production******/
#main_production{
margin:5px 0 0 0;
padding: 0 0 30px 0;

}
#main_production_img{
position:absolute;
z-index: 1;
}
#production_left{
width:580px;
height:1px;
margin:15px 10px 0 0;
float:right;
position:relative;
z-index: 2;
top: -500px;
left: 20px;
}
#production_light{
width:170px;
height:1px;
margin:15px 10px 0 0;
float:right;
position:relative;
z-index: 2;
top: -500px;
left: 20px;
}
/******restaurant******/
#main_restaurant{
margin:5px 0 0 0;
padding: 0 0 30px 0;
height:400px;
}
#main_restaurant img{
position:absolute;
z-index: 1;
}

#restaurant_log{
position:relative;
z-index: 2;
top: -410px;
left: 180px;
}

/******Company******/
#main_Company_bg img{
position:absolute;
z-index: 1;
}

#main_Company{
position:relative;
z-index: 2;
top: -10px;
left: 5px;
background-image: url("../img/production/bg_alpha.png");
height:500px;
padding: 0 0 30px 0;
}
.com_text{
font-size: 20px;
letter-spacing: 5px;
line-height: 170%;
padding: 30px 0 50px 45px;
}

#Company_left{
width:580px;
float:right;

}
#production_light{
width:170px;
float:right;
}

