@charset "utf-8";

/* 全体 */
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
}
img {
	border: none;
}
#contenair {
	position: relative;
	z-index: 500;
	margin: 0 auto;
	width: 1000px;
}
a {
	outline: none;
}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* ヘッダー */

#header_top {
	width: 100%;
	height: 60px;
	margin: 0 auto 2px auto;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: rgba(0,0,0,0.70);
}
#header_top .cell {
	display: table-cell;
	vertical-align: middle;
}
#hedaer2 {
	position: relative;
	z-index: 1000;
	margin: 0;
	width: 100%;
	background-image: url(../imgs/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* ドロップ */

#menu {
	position: relative;
	z-index: 1000;
	margin: 0;
	width: 100%;
	background-image: url(../imgs/menu_back.jpg);
	background-repeat: repeat-x;
	height: 86px;
}
#dropmenu {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0px;
	height: 86px;
	z-index: 1000;
}
#dropmenu a {
	text-decoration: none;
	color: #FFF;
}
#dropmenu a:hover {
	text-decoration: none;
	color: #FFF;
}
#dropmenu li {
	position: relative;
	float: left;
	padding: 0;
	text-align: center;
	height: 86px;
	margin: 0;
	width: 250px;
}
#dropmenu li a {
	display: block;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 250px;
	height: 0;
	color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 12px;
	padding-bottom: 13px;
	margin-right: 1px;
	background-color: #00469B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5CA7E1;
	background-image: url(../imgs/navi_allow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#dropmenu > li:hover > a {
}
#dropmenu > li:hover li:hover > a {
	background-color: #039;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5CA7E1;
	background-image: url(../imgs/navi_allow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#dropmenu > li:hover > ul > li {
	overflow: visible;
	height: auto;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
}
/* 孫 -----------------------------------------------------------*/
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #5CA7E1;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {
	background-color: #00469B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5CA7E1;
}
#dropmenu li:hover ul li ul li a:hover {
	background-color: #039;
}



#event_box2  {
	text-decoration: none;
	color: #FFF;
}

/* footer ---------------------------------------------------------- */
#footer1 {
	width:100%;
	height: auto;
	position: relative;
	background-color: #666666;
	float: left;
	color: #FFF;
	padding-bottom: 35px;
}
#footer1_in {
	width:950px;
	height: auto;
	position: relative;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#footer_logo {
	width:135px;
	height: auto;
	position: relative;
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	margin-right: 10px;
}

#f_navi {
	height: 155px;
	font-size: 11px;
	text-align: left;
	float: left;
	color: #FFF;
	line-height: 12px;
	margin-top: 35px;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
	margin-right: -16px;
}
#f_navi ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#f_navi li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	background-image: url(../imgs/footer/f_arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#f_navi li#hn1 {
	background-image: none;
	padding: 0px;
}
#f_navi a {
	color: #FFF;
	text-decoration: none;
}
#f_navi a:hover {
	color: #FFB600;
}
.fn1 {
	width: 150px;
	height: auto;
}
.fn2 {
	width: 100px;
	height: auto;
}
#f_brand {
	height: auto;
	font-size: 11px;
	text-align: left;
	float: left;
	color: #FFF;
	line-height: 12px;
	margin-top: 20px;
	margin-left: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
	width: 714px;
	padding-top: 5px;
}
#f_brand ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#f_brand li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 120px;
	position : relative;
	float: left;
	background-image: url(../imgs/footer/f_arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#f_brand li#hn1 {
	background-image: none;
	padding: 0px;
	width: 110px;
}
#f_brand li#hn2 {
	width: 95px;
}
#f_brand li#hn3 {
	width: 100px;
}
#f_brand li#hn4 {
	width: 135px;
}
#f_brand li#hn5 {
	width: 65px;
}
#f_brand li#hn6 {
	width: 170px;
}
#f_brand a {
	color: #FFF;
	text-decoration: none;
}
#f_brand a:hover {
	color: #FFB600;
}
#footer2 {
	width:100%;
	height: auto;
	position: relative;
	background-color: #000;
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
}
#footer2_in {
	width:950px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#cr {
	width:635px;
	height: auto;
	position: relative;
	background-color: #000;
	float: left;
	color: #FFF;
	margin-left: 25px;
	font-size: 11px;
	line-height: 15px;
}
.text_8 {
	font-size: 8px;
}
#ameshaworld {
	width:130px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 20px;
}
#facebook {
	width:125px;
	height: auto;
	position: relative;
	background-color: #000;
	float: right;
	margin-right: 20px;
}