html,body{
	height:100%;
	min-height: 100%;
}

body {
	color:#000;
	font-size:14px;
	line-height:1.2;
	margin:0px;
	padding:0px;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	background-color: #000;
		min-width: 100%;
		max-width: 100%;
}

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

a:hover {
	text-decoration:underline;
	outline: none;
}

#wrapper {
	/*width:100%;*/
	height: 100%;
	min-height: 100%;
	position:relative;
	z-index:100;
}

/*------------------------------------------------
リセット
------------------------------------------------*/
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;
}

/*------------------------------------------------
メニュー
------------------------------------------------*/
#menu {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 285px;
	height: 100%;
	min-height: 100%;
	z-index: 100;
	font-family: 'Raleway';
	font-weight: 300;
	letter-spacing: 0.02em;
	font-size: 13px;
	font-size: 42px;
	/*overflow: hidden;*/
	/*text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.9);*/
}

#menu .inner {
	width: 211px;
	margin:0 auto;
	padding: 74px 0 20px;
	/*border:1px solid #F00;*/
	position: relative;
}

#menu li.panel {
	line-height: 1;
	margin-bottom: 15px;
	color:#000000;
	cursor: pointer;
	position: relative;
	z-index: 50;
}

#menu li.panel.off {
	cursor: default;
	opacity: .5 !important;
}

#menu li.panel .direct {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#m0 .direct {
	width: 122px;
	background: url(../img/menu0.png) no-repeat;
}
#m1 .direct {
	width: 194px;
	background: url(../img/menu1.png) no-repeat;
}
#m2 .direct {
	width: 167px;
	background: url(../img/menu2.png) no-repeat;
}
#m3 .direct {
	width: 152px;
	background: url(../img/menu3.png) no-repeat;
}
#m4 .direct {
	width: 166px;
	background: url(../img/menu4.png) no-repeat;
}
#m5 .direct {
	width: 180px;
	background: url(../img/menu5.png) no-repeat;
}
#m6 .direct {
	width: 168px;
	background: url(../img/menu6.png) no-repeat;
}
#m7 .direct {
	width: 196px;
	background: url(../img/menu7.png) no-repeat;
}
#m8 .direct {
	width: 88px;
	background: url(../img/menu8.png) no-repeat;
}


#m0.act .direct {
	width: 122px;
	background: url(../img/menu0_on.png) no-repeat;
}
#m1.act .direct {
	width: 194px;
	background: url(../img/menu1_on.png) no-repeat;
}
#m2.act .direct {
	width: 167px;
	background: url(../img/menu2_on.png) no-repeat;
}
#m3.act .direct {
	width: 152px;
	background: url(../img/menu3_on.png) no-repeat;
}
#m4.act .direct {
	width: 166px;
	background: url(../img/menu4_on.png) no-repeat;
}
#m5.act .direct {
	width: 180px;
	background: url(../img/menu5_on.png) no-repeat;
}
#m6.act .direct {
	width: 168px;
	background: url(../img/menu6_on.png) no-repeat;
}
#m7.act .direct {
	width: 196px;
	background: url(../img/menu7_on.png) no-repeat;
}
#m8.act .direct {
	width: 88px;
	background: url(../img/menu8_on.png) no-repeat;
}



#menu li.panel:hover {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;
	zoom:1;
}

#menu li .direct {
	display: block;
	padding-bottom: 5px;
}
#menu li a.direct:hover {
	text-decoration: none;
}
#menu li a.indirect:link,
#menu li a.indirect:visited {
	color:#333;
}
#menu li.act div.description {
	display: block;
	color:#000;
}
#m1.act a,
#menu #m1.act .description {
	color: #A5D5DA;
}
#m2.act a,
#menu #m2.act .description {
	color: #E8AD6C;
}
#m3.act a,
#menu #m3.act .description {
	color: #CCD282;
}
#m4.act a,
#menu #m4.act .description {
	color: #B7C4DD;
}
#m5.act a,
#menu #m5.act .description {
	color: #A2BFB1;
}
#m6.act a,
#menu #m6.act .description,
#m7.act a,
#menu #m7.act .description,
#m8.act a,
#menu #m8.act .description {
	color: #999999;
}


#menu li.act:hover {
	opacity: 1;
	zoom:1;
}

#menu #menu li.act a {
	cursor: default!important;
}

/*#menu li.show a.direct:link,
#menu li.show a.direct:visited {
	color:#000;
}*/

#menu li.act:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	zoom:1;
}



body.index #menu {
	background-color: #FFFFFF;
}
body.index {
	/*overflow: hidden;*/
}
body.index .separat {
	background-color: #E8E8E8;
	/*min-height: 2000px;*/
}

body.index #menu li a.direct:link,
body.index #menu li a.direct:visited {
	color:#000;
}
body.index #menu li .description {
	color:#000;
}

body.m1 #right_box {
	background-color: #A5D5DA;
}
body.m1 h2 {
	border-color:#A5D5DA;
}

body.m2 #right_box {
	background-color: #E8AD6C;
}
body.m2 h2 {
	border-color:#E8AD6C;
}

body.m3 #right_box {
	background-color: #CCD282;
}
body.m3 h2 {
	border-color:#CCD282;
}

body.m4 #right_box {
	background-color: #B7C4DD;
}
body.m4 h2 {
	border-color:#B7C4DD;
}

body.m5 #right_box {
	background-color: #A2BFB1;
}
body.m5 h3 {
	border-color:#A2BFB1;
}

body.m6 #right_box,
body.m7 #right_box,
body.m8 #right_box {
	background-color: #999999;
}

body.m6 h2,
body.m7 h2,
body.m8 h2 {
	border-color: #999999;
}


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

.sub_panel {
	zoom:1;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-text-stroke: 0.2px #000;
}

.sub_panel li {
	float: right;
	display: inline;
	clear: both;
	margin-bottom: 10px;
}

.sub_panel li a {
	display: block;
	background: url(../img/square_arrow.gif) no-repeat 100% 0;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
}

#menu li a.indirect:hover {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;
	zoom:1;
	text-decoration: none;
}


#menu li div.description {
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 12px;
	color:#FFF;
	display: none;
}

#copyright {
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	color:#000;
	font-family: 'Raleway';
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 13px;
}

#arrow {
	position: absolute;
	/*right: -13px;*/
	right: 0px;
	top: -35px;
	z-index: 300;
}


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

#contents {
/*	float: left;
	display: inline;*/

	min-height: 100%;
	padding: 0 285px;
	overflow: hidden;
	max-width: 865px;
	background-color: #FFF;
	position: relative;
}

#contents .separat {
	background-color: #FFF;
}

.breadcrumb_list {
	padding: 24px 50px 50px;
	line-height: 1;
	font-size: 12px;
}
#contents .inner {
	padding: 0px 50px 80px;

}

#contents .inner .pg {
	margin-bottom: 60px;
	max-width: 1100px;
}

#contents .inner .pg p {
	padding: 0px 15px;
	margin-bottom: 25px;
	color: #666;
	line-height: 1.8;
}

#contents .inner p.lead {
	padding: 0;
	font-size: 20px;
	margin-bottom: 50px;
	line-height: 1.6;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 3px 0 2px 10px;
	margin-bottom: 25px;
	border-left: 5px solid #CCC;
	color:#666;
}

body.m5 h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 3px 0 2px 10px;
	margin-bottom: 25px;
	border-left: 5px solid #CCC;
	color:#666;
}

/*------------------------------------------------
ライトボックス
------------------------------------------------*/

#right_box {
	width: 285px;
	height: 100%;
	background-color: #E8E8E8;
	position: absolute;
	top: 0;
	z-index: 200;
	right: 0;
	color:#000;
}

h1 {
	width: 100%;
	padding-top: 270px;
	text-align: center;
}

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


.link:link,
.link:visited {
	text-decoration: underline;
}

ul li:last-child,
#contents .pg:last-child,
div.pg p:last-child {
	margin-bottom: 0!important;
}

.clear {
	clear:both;
}

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

.clearfix {
	zoom:1;
}

.posr{
	position: relative!important;
}

.m0a {
	margin: 0 auto!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;
}

.mt50 {
	margin-top:50px !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;
}

.mb55 {
	margin-bottom:55px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb65 {
	margin-bottom:65px !important;
}

.mb100 {
	margin-bottom:100px !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;
}

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

.pt20 {
	padding-top:20px !important;
}

.pt30 {
	padding-top:30px !important;
}

.pt40 {
	padding-top:40px !important;
}

.pt50 {
	padding-top:50px !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;
	width:100%;
}

.tar {
	text-align:right;
	width:100%;
}

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

.bn {
	border:none !important;
}

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

.fs10 {
	font-size:10px !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;
}
