	@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#777777;
margin:0;
padding:0;
background:#ffffff;
font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
line-height: 153.9%;
overflow-y:scroll;
}

*{zoom:1;}

a:link{ color:#e94709; text-decoration:none;}
a:visited{ color:#e94709; text-decoration:none;}
a:hover{ color:#e94709; text-decoration:none;}
a:active{ color:#1aa1e5;text-decoration:none;}


img {
border:none;
vertical-align:top;
}


input, select, textarea {
font-size: 12px;
}

ul, ol {
list-style: none;
}

table {
	border:none;
}

table tr{
	vertical-align: top;
}
table th{
	font-weight:normal;
	vertical-align: top;
}

.arrow{ background:url(../images/arrow.png) no-repeat left 3px; padding:4px 0 4px 22px;}
.arrow01{ background:url(../images/arrow_on.gif) no-repeat left 3px; padding:4px 0 4px 22px;}
.arrow02{ background:url(../images/arrow.png) no-repeat left 3px; padding:4px 0 4px 22px;}
.arrow_b{ background:url(../images/arrow.png) no-repeat left 3px; padding:4px 0 4px 22px; display:block;}

a.arrow:hover{ background:url(../images/arrow.png) no-repeat left 3px; padding:4px 0 4px 22px;}
a.arrow01:hover, a.arrow02:hover{
	color:#989898;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a.arrow_b:hover{ background:url(../images/arrow_on.gif) no-repeat left 3px; padding:4px 0 4px 22px;}



/*
html ----------------------------------------------------------*/




/* body base
===============================================================*/


#container{
	width:950px;
	margin: 0 auto;
	position: relative;
}



#contents_left{ 
	width:265px; 
	float:left;
	display:inline; 
	padding-bottom:50px; 
	margin-right:24px; 
}

#contents_right{ 
	width:660px; 
	float:left; 
	display:inline; 
	padding-bottom:50px; 
	font-size:93%;
}

#contents_left2{ 
	width:660px; 
	float:left;
	display:inline; 
	padding-bottom:50px; 
	margin-right:24px; 
}

#contents_right2{ 
	width:265px; 
	float:left; 
	display:inline; 
	padding-bottom:50px; 
	font-size:93%;
}

#wrapper{
	width:100%;
	margin:0 auto;
	background: #FFF url(../images/bg.gif) repeat fixed center top; 
	overflow: hidden;
}
#gradation{
	position:absolute;
	top:0;
	width:100%;
	height:449px;
	background: url(../images/bg_gradation.png) repeat-x;
}


/* sh_menu
===============================================================*/

#sh_menu{
	position:relative;
	width:950px;
	margin:0 auto;
	z-index: 1001;
}
#sh_menu ul{
	position:absolute;
	right: -12px;
	margin: 39px 0;
	}
#sh_menu li{
	float:left;
	cursor: pointer;
	text-align: left;
}
#sh_menu li.first{
	border-right:#e94709 1px solid;
}
}
#sh_menu li .txt{
	padding: 6px 5px 5px;
	display: none;
	position: absolute;
}


/* header
===============================================================*/

#header{
	width: 951px;
	height: 233px;
	margin:0 auto;
	position:relative;
	z-index: 1000;
}

.header_lang{
	height: 0;
	float:right;
	top: 37px;
	position: relative;
	margin-right: 4px;
}
.header_lang img{
	margin-right: -4px;
}

.logo{
	position:absolute;
	left: 388px;
	z-index: 2000;
	margin-top: 25px;
}

.header_r{
	width:620px;
	float:left;
	display:inline;
}

ul.header_menu{ 
	margin-bottom:28px;
	min-height:19px;
	margin-left:166px;
}
ul.header_menu li{
	line-height:19px;
	font-size:93%;
	float:left;
	display:inline;
	margin-right:50px;
}



/* menu
===============================================================*/

ul.menu{
	position: relative;
	top: 124px;
	z-index: 1000;
}

ul.menu li{
	float:left;
	display: inline;
	/margin-left:-1px;
	border-width: 0px;
	border-style: solid;
	border-color: #e94709;
}
ul.menu .l{
	border-left-width: 1px;
	position: relative;
	/left:2px;
}
ul.menu .r{
	border-right-width: 1px;
}
ul.menu .menu3{
	margin-left: 204px;
}

ul.menu .sub_menu{
	width:200px;
	position: absolute;
	top: 41px;
	overflow:hidden;
	height:0px;
}
ul.menu .sm1{
	left: 0px;

}
ul.menu .sm2{
	left: 0px;
	z-index: 1000;
}
ul.menu .sm3{
	left: 0px;
}
ul.menu .sm4{
	left: 753px;
}









/* breadCrumbs
===============================================================*/
#breadCrumbs {
	text-align:left;
	margin-top: 0px;
	font-size: 11px;
}
#breadCrumbs a:link{
	color:#e94709;
	text-decoration:underline;
}
#breadCrumbs a:hover{
	text-decoration:none;
}

/* sub-menu
===============================================================*/
.sub-menu {
    margin: 47px 0 46px;
    font-size: 90%;
}
.sub-menu a:link{
	color:#666666;
	text-decoration:none;
}
.sub-menu a:visited{
	color:#666666;
	text-decoration:none;
}
.sub-menu a:hover{
	color:#e94709;
	text-decoration:none;
}
.sub-menu .current{
	color:#e94709;
}

.sub-menu li{
    display: inline-block;
	*display: inline;  
    *zoom: 1;
    /* padding: 3px 14px; */
    /* height: 15px; */
    border-width: 0px;
    padding: 3px 14px 1px;
    border-left: black;
    height: 17px;
    border-style: dotted;
    border-left-width: 1px;
}
.sub-menu .sub-menu-long{
    border-right: black;
    border-right-width: 1px;
    border-style: dotted;
}

/* title
===============================================================*/
#tl{
	text-align:left;
}
#tl img{
	float:left;
}


/* footer
===============================================================*/

.stage_section{
	border-top:2px solid #dfdfdf;
	padding-top:18px;
}

ul.stage_list li{ float:left; display:inline; margin-bottom:45px; line-height:160% !important;}


.stage_l{ width:500px;}
.stage_r{ width:450px;}
.stage_l_r {
	float:left;
	display:inline;
	border-left:4px solid #e94709;
	padding-left:15px;
}
ul.stage_list li img{ 
/*border-right:4px solid #e94709;*/
	float:left;
	display:inline;
/*	margin-right:15px;*/
}



#footer{
	width:100%;
	background: #fff;
	padding-bottom: 18px;
	clear: both;
	border-top: #e94709 2px solid;
	height: 202px;
}
#footer_container{ 
	width:950px;
	margin: 0 auto;
}

.footer_menu{
	line-height: 18px;
	width:100%;
	font-size: 11px;
	padding-top: 135px;
	letter-spacing: 0.07em;
	color: #646464;
}

.footer_menu ul{
	width:910px;
	display:block;

	margin:0 auto;
	font-size:90%;
	}

.footer_menu li{
	float: left;
	margin: 0 22px 0 0;
	text-decoration: none;
}
#footer a {
	color:#646464;
}
.footer_wrap{ 
	width:910px; 
	margin:0 auto;
}

.footer_logo{
	padding: 29px 0 0 0px;
	position: absolute;
}

.copyright{
	margin-top: 14px;
	float: left;
	clear: both;
	background: #e94709;
	width:100%;
	
}
.copyright p{
	padding: 20px 20px 20px 0;
	font-size: 11px !important;
	clear: both;
	width:100% !important;
	max-width: 1033px !important;
	text-align:right !important;
	margin: 0 auto !important;
	line-height:1.5em !important;
	display:block!important;
	float:none !important;
	color:#fff;
}

















