
html{
	height:100%;
}

body {
	height: 100%;
	color:#333;
	font-size:88%;
	line-height:1.2;
	margin:0px;
	padding:0px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro",sans-serif;
}

a:link,
a:visited {
	color:#188F3F;
	outline: none;
	text-decoration:none;
}

a:hover {
	color:#23CF5B;
	text-decoration:underline;
	outline: none;
}

#wrapper {
	width:100%;
/*	position:relative;*/
	z-index:100;
	background:#FFF url(../img/bg.jpg) no-repeat center 0;
	background-size: cover;
	min-width:987px;
}

/*------------------------------------------------
リセット
------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}

area {
	border:none;
	outline:none;
}

/*
q:before, q:after{
	content:".";
}
*/

abbr, acronym{
	border:0;
}
/*------------------------------------------------------
** breadcrumb
------------------------------------------------------*/
#breadcrumb {
	color: #FFF;
	font-size: 0.86em;
	background-color: #FFF;
}
#breadcrumb .inner {
	width: 987px;
	margin: 0 auto;
	padding: 5px 0;
}

#breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumb ol li {
	margin: 2px 0 0 0;
	padding: 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	float: left;
	color: #432020;
}
#breadcrumb ol li a {
	color: #432020;
}
#breadcrumb ol li a:hover {
	color: #432020;
	text-decoration: underline;
}
#breadcrumb ol li.here {
	color: #218e86;
}


/*------------------------------------------------
エクストラ
------------------------------------------------*/
#extra_bar {
	background-color: #162C46;
	padding: 10px 0 5px;
}

#extra_bar .inner {
	width:987px;
	margin:0 auto;
	position: relative;
}

#extra_bar .inner ul {
	float: right;
	display: inline;
}

#extra_bar .inner ul li {
	float: right;
	display: inline;
	margin-left: 10px;
}

#extra_bar .inner ul li span {
	font-size: 80%;
	color:#FFF;
	text-align: center;
	padding-top: 3px;
	display: block;
}

#extra_bar .inner ul li a:hover {
	text-decoration: none;
}

/*------------------------------------------------
ヘッダー
------------------------------------------------*/
#header {
	width:100%;
	overflow:hidden;
}

#header .inner {
	width:987px;
	margin:0 auto;
	padding:24px 0 21px;
	position: relative;
}

#header .inner p {
	float: left;
	display: inline;
	width: 150px;
}

/*------------------------------------------------
メニュー
------------------------------------------------*/
#menu {
	width: 783px;
	float: right;
	display: inline;
	padding-top: 20px;
}

#menu li {
	float: left;
	display: inline;
	margin-right: 38px;
}


/*------------------------------------------------
コンテンツ
------------------------------------------------*/

#contents {
	width:100%;
}

#contents .inner {
	width:987px;
	margin: 0 auto;
	padding-bottom: 45px;
	/*overflow: hidden;*/
}

#panel_area {
	margin-bottom: 15px;
	overflow: hidden;
}

#panel_area li {
	float: left;
	display: inline;
	margin-right: 16px;
	margin-bottom: 16px;
}

#panel_area .agreement {
	text-align: right;
	color: #FFF;
	margin-top: 5px;
	font-size: 13px;
}
#panel_area .agreement a:link,
#panel_area .agreement a:visited {
	color: #FFF!important;
}


/*------------------------------------------------
ニュース&トピック
------------------------------------------------*/

#news {
	border-radius: 8px;
	overflow: hidden;
}

#news a:link,
#news a:visited {
	color:#212121;
}

#news a:hover {
	color:#212121;

}

#news .title {
	float: left;
	display: inline;
	width: 170px;
}

#news .title a {
	display: block;

	width: 170px;
	background: #16816B url(../img/tit_news-topics.gif) no-repeat 50% 44%;
	text-indent: -9999px;
	cursor: pointer;
	height: 144px;
}


#news #container {
	float: left;
	display: inline;
	width: 770px;
}

#news #container li {
	background: #FFF url(../img/arrow_big.gif) no-repeat 794px 50%;
	padding: 15px 24px 15px 22px;
	width: 770px;
	font-size: 115%;
}

#news #container li span {
/*	background-color: #7CC7C1;*/
	color:#16816B;
	font-size: 86%;
	padding: 0 3px;
	vertical-align: top;
	border:1px solid #16816B;
}

#news #container li span.outside {
	font-size: 70%!important;
	border:none;
	padding:0 0 0 10px;
}

/*------------------------------------------------
フッター
------------------------------------------------*/

#footer {
	width:100%;
}

#footer a:link,
#footer a:visited {
	color:#202020;
}

#footer .block1,
#footer .block2,
#footer .block3 {
	width:100%;
}

#footer .block1 {
	padding: 30px 0 24px;
	background-color: #EEE;
}

#footer .block2 {
	padding: 30px 0 24px;
	background-color: #FFF;
	border-bottom: 1px solid #EEEEEE;
}
#footer .block2 li {
	float: left;
	display: inline;
	margin-right: 17px;
}

#footer .block3 {
	padding: 15px 0;
	background-color: #FFF;
	text-align: center;
}
#footer .block3 p {
	font-size: 79%!important;
	color:#535353;
}

#footer .inner {
	width:987px;
	margin:0 auto;
}

/*------------------------------------------------
フッターメニュー
------------------------------------------------*/

#fmenu {
	/*padding-left: 10px;*/
	margin-bottom: 15px;
	overflow: hidden;
}
#fmenu li {
	float: left;
	display: inline;
	font-size: 100%;
	padding-bottom: 10px;
}
#fmenu li.out {
	background: url(../img/icon_outside.gif) no-repeat 97% 1px;
}
#fmenu li a {
	display: block;
	padding: 0 20px;
	background: url(../img/arrow.gif) no-repeat 10px 0.32em ;
	font-weight: bold;
}

#fsub_menu {
	width: 700px;
	margin: 0 auto;
	padding: 12px 80px 2px;
	background-color: #E2E2E2;
	text-align: center;
}
#fsub_menu li {
	float: left;
	display: inline;
	margin-bottom: 10px;
	font-size: 86%;
	border-right: 1px solid #C5C5C5;
}
#fsub_menu li a {
	display: block;
	padding: 0 20px;
}


/*------------------------------------------------
ムービー
------------------------------------------------*/

#movie_area {
	position: relative;
	width: 452px;
}

#movie_area h2 {
	margin-bottom: 4px;
}

#btn_swords {
	float: right;
	display: inline;
	padding-top: 1px;
}

#panel_area ul ul li {
	margin-right: 7px;
}

#panel_area ul ul li a {
	display: block;
	width: 146px;
	height: 146px;
	overflow: hidden;
	text-indent: -9999px;
}

#panel_area #movie_area li#y1 a {
	background: url(../img/btn_movie1.png) no-repeat;
}
#panel_area #movie_area li#y2 a {
	background: url(../img/btn_movie2.png) no-repeat;
}
#panel_area #movie_area li#y3 a {
	background: url(../img/btn_movie3.png) no-repeat;
}

#panel_area #movie_area li#y1 a:hover {
	background: url(../img/btn_movie1_on.png) no-repeat;
}
#panel_area #movie_area li#y2 a:hover {
	background: url(../img/btn_movie2_on.png) no-repeat;
}
#panel_area #movie_area li#y3 a:hover {
	background: url(../img/btn_movie3_on.png) no-repeat;
}

/*------------------------------------------------
その他
------------------------------------------------*/

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	zoom:1;
}

.small {
	font-size: 75%!important;
}

.posr{
	position: relative!important;
}

.m0a {
	margin: 0 auto!important;
}

.m0 {
	margin: 0!important;
}

.mt0 {
	margin-top:0 !important;
}

.mt4 {
	margin-top:4px !important;
}

.mt6 {
	margin-top:6px !important;
}

.mt8 {
	margin-top:8px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mb0 {
	margin-bottom:0 !important;
}

.mb1 {
	margin-bottom:1px !important;
}

.mb2 {
	margin-bottom:2px !important;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb8 {
	margin-bottom:8px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb12 {
	margin-bottom:12px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb25 {
	margin-bottom:25px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb35 {
	margin-bottom:35px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb45 {
	margin-bottom:45px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.ml0 {
	margin-left:0 !important;
}

.ml15 {
	margin-left:15px !important;
}

.ml20 {
	margin-left:20px !important;
}

.ml25 {
	margin-left:25px !important;
}

.ml30 {
	margin-left:30px !important;
}

.ml35 {
	margin-left:35px !important;
}

.mr0 {
	margin-right:0 !important;
}

.mr10 {
	margin-right:10px !important;
}

.mr15 {
	margin-right:15px !important;
}

.p0 {
	padding:0 !important;
}

.pt0 {
	padding-top:0 !important;
}

.pt25 {
	padding-top:25px !important;
}

.pb0 {
	padding-bottom:0 !important;
}

.pb15 {
	padding-bottom:15px !important;
}

.pb25 {
	padding-bottom:25px !important;
}

.pl0 {
	padding-left:0 !important;
}

.pl10 {
	padding-left:10px !important;
}

.pl20 {
	padding-left:20px !important;
}

.pr0 {
	padding-right:0 !important;
}

.fwb{
	font-weight:bold !important;
}

.fll{
	float:left !important;
	display:inline !important;
}

.flr{
	float:right !important;
	display:inline !important;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.bb {
	border-bottom:1px #DADADA solid !important;
}

.bn {
	border:none !important;
}

.bgn {
	background-image:none !important;
}

.fs0 {
	font-size:0 !important;
}

.fs10 {
	font-size:10px !important;
}
.fs11 {
	font-size:11px !important;
}
.fs12 {
	font-size:12px !important;
}
.fs13 {
	font-size:13px !important;
}

.fs86 {
	font-size:86% !important;
}

.fs115 {
	font-size:115% !important;
}

.bha:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	zoom:1;
}


.db {
	display:inline-block !important;
}