@charset "utf-8";

body {
	background: #FFFFFF url(../images/bg.png);
} /* 全体の背景指定 */

/*--------------------------------------------
   header
   ---------------------------------------------*/
#header_new {
	margin-top: 10px;
}
#header_new .header_mv_top a {
	display: block;
	height: 416px;
	background: url(../images/header_top.png) no-repeat 0px 0px;
	-moz-opacity:100;
	opacity:100;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header_new .header_mv a {
	display: block;
	height: 234px;
	background: url(../images/header.png) no-repeat 0px 0px;
	-moz-opacity:100 !important;
	opacity:100 !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header_new .nav {
	background-color: #ff821d;
	display: block;
	box-sizing: border-box;
	padding: 0 0 20px;
	border-right: 5px solid #ff821d;
	border-left: 5px solid #ff821d;
}
#header_new .nav a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=100);*/
}
#header_new .nav hr.nav_line {
	size: 2px;
	background-color: #fff;
	margin: 0;
	border: none;
	height: 2px;
}

#header_new .nav ul.nav_area {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#header_new .nav ul.nav_area:after{
    content: '';
    clear: both;
    display: table;
}
#header_new .nav li{
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}
#header_new .nav li:last-child{
	margin-right: 0;
}
#header_new .nav .link-all a {
	display: block;
	height: 61px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header_new .nav .link-all a:hover {
	opacity: 0.5;
}
#header_new .nav .link-about a { background: url(../images/menu_nav1.png) no-repeat left top; background-size: contain;}
#header_new .nav .link-cast a { background: url(../images/menu_nav2.png) no-repeat left top; background-size: contain;}
#header_new .nav .link-bosyu a { background: url(../images/menu_nav3.png) no-repeat left top; background-size: contain;}
#header_new .nav .link-kanran a { background: url(../images/menu_nav4.png) no-repeat left top; background-size: contain;}
#header_new .nav .link-data a { background: url(../images/menu_nav5.png) no-repeat left top; background-size: contain;}

/*--------------------------------------------
   bg
   ---------------------------------------------*/
#article {
	background: url(../images/bg_rep.png) repeat-y center top;
	padding-bottom: 40px;
}
#article p {
	line-height: 140%;
}
#article a {
	color: #D2000F;
	text-decoration: underline;
}

#wrapper #contents #main { 
	width: 675px;
	padding-bottom: 35px;
}
#wrapper #contents #main .innerlink-head {
	background: url(../images/bg_footer.png) no-repeat center bottom;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}
#wrapper #contents #main .innerlink-head a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
