@charset "utf-8";

/*----------------------------------------- */
@import url("sec_layout.css"); /* Sec setting */
/*----------------------------------------- */

body{
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	font:100% normal 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	background:url(../img/bg_01.jpg) fixed repeat left top;
}
h1, h2, p{margin:0; padding:0;}
img{border:none;}

ul{list-style:none; margin:0; padding:0;}

.clear{clear:both;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a {color:#000099; text-decoration:underline;}
a:visited{color:#333333;	text-decoration:underline;}
a:hover{color:#FF6600;	text-decoration:none;}
a:active{color:#666666;	text-decoration:none;}
/*----▼Header-----*/
#Header {
	width:850px;
	height:70px;
	margin:0 auto;
}
#Header .Header_left {
	float:left;
	width:600px;
}
#Header .Header_left h1{
	margin:0 auto;
	padding:0 0 0 10px;
}
#Header .Header_left .Header_catch{
 font-size:80%;
	padding:5px 0 12px 10px;
}

#Header .Header_right {
	float:right;
	width:250px;
}
#Header .Header_right .Header_navi{
 width: 236px;
	margin:0 0 0 auto;
}
#Header .Header_right .Header_navi ul{
 margin:0;
	padding:0;
	list-style:none;
	clear:both;
}
#Header .Header_right .Header_navi ul li{
	overflow:hidden;
	text-indent:-9999px;
	display:inline;
	float:left;
}
#Header .Header_right .Header_navi ul li a{
	width:100%;
	height:100%;
	display:block;
	background: url(../img/head_menu.gif) no-repeat;
}
#Header .Header_right .Header_navi .Head_Res{width:144px; height:30px;
	background: url(../img/head_menu.gif) no-repeat;}
#Header .Header_right .Header_navi .Head_Res a{background-position:0px -30px;}
#Header .Header_right .Header_navi .Head_Res a:hover{background-position:0px 0px;}

#Header .Header_right .Header_navi .Head_acc{width:92px; height:30px;	background: url(../img/head_menu.gif) no-repeat;background-position:-144px -30px;}
#Header .Header_right .Header_navi .Head_acc a{background-position:-144px -30px;}
#Header .Header_right .Header_navi .Head_acc a:hover{background-position:-144px 0px;}

#Header .Header_right .Header_tel{
 color: #E85811;
 font-weight: bold;
	text-align:right;
	padding:5px 0 0;
	clear:both;
}
#Header .Header_right .Header_tel span{
 display: block;
 font-size: 10px;
}

/*----▼GlobalNavi-----*/
#GlobalNavi{
	/*width:852px;*/
	width:796px;
	margin:10px auto 0;
	padding:0 0 0 56px;
	background:url(../img/con_menu.gif) no-repeat left bottom;
	clear:both;
}

#GlobalNavi ul{
	width:794px;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	zoom: 100%;
}
#GlobalNavi ul:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#GlobalNavi ul li{
	overflow:hidden;
	text-indent:-9999px;
	display:inline;
	float:left;
}
#GlobalNavi ul li a{
	width:100%;
	height:100%;
	display:block;
	background:url(../img/con_menu.gif) no-repeat left bottom;
	background-position:-56px -111px;
}
#GlobalNavi ul .NaviSei{width:184px; height:37px;}
#GlobalNavi ul .NaviSei a{background-position:-56px -111px;}
#GlobalNavi ul .NaviSei a:hover{background-position:-56px -37px;}
#GlobalNavi ul .NaviSei a.selected{background-position:-56px 0;}

#GlobalNavi ul .NaviBusi{width:185px; height:37px;}
#GlobalNavi ul .NaviBusi a{background-position:-240px -111px;}
#GlobalNavi ul .NaviBusi a:hover{background-position:-240px -37px;}
#GlobalNavi ul .NaviBusi a.selected{background-position:-240px 0;}

#GlobalNavi ul .NaviCase{width:185px; height:37px;}
#GlobalNavi ul .NaviCase a{background-position:-425px -111px;}
#GlobalNavi ul .NaviCase a:hover{background-position:-425px -37px;}
#GlobalNavi ul .NaviCase a.selected{background-position:-425px 0;}

#GlobalNavi ul .Navioffice{width:184px; height:37px;}
#GlobalNavi ul .Navioffice a{background-position:-610px -111px;}
#GlobalNavi ul .Navioffice a:hover{background-position:-610px -37px;}
#GlobalNavi ul .Navioffice a.selected{background-position:-610px 0;}

/*----▼Contents-----*/
#Contents{
	width:850px;
	margin:0 auto 0;
	padding:0 0 20px 0;
	clear:both;
	background-color:#FFFFFF;
	border-left:#e1e1e1 solid 1px;
	border-right:#e1e1e1 solid 1px;
	font-size:80%;
	line-height:160%;
}


/*----↓TopImage-----*/
#TopImage{
	text-align:center;
	padding:10px 0 15px;
}


/*----↓Top-----*/
#Contents #TopCon{
 padding:0 10px;
	width:830px;
}
#Contents #TopCon #TopLeft{
	width:576px;
	float:left;
}

#Contents #TopCon #TopLeft a{
	text-align:right;
}

#Contents #TopCon #TopLeft .seitai{
	background-color:#e8f1fe;
	border-left:#d5e0ea solid 1px;
	border-right:#d5e0ea solid 1px;
	border-bottom:#d5e0ea solid 1px;
}
#Contents #TopCon #TopLeft .seitai p{
	padding:10px 10px;
}

#Contents #TopCon #TopLeft #SecTop {
	margin:20px 0 0 0;
}

#Contents #TopCon #TopLeft .SecTop_link{
	text-align:right;
	padding:10px;
}
#Contents #TopCon #TopLeft #SecTop p{
	padding:10px 10px;
}
#Contents #TopCon #TopLeft #SecTop .SecTop_left{
	width:278px;
	float:left;
	margin-bottom:20px;
}
#Contents #TopCon #TopLeft #SecTop .SecTop_right{
	width:278px;
	float:right;
}


#Contents #TopCon #TopRight{
	float:left;
	width:218px;
	background-color:#f2f0e8;
	padding:10px 8px;
	text-align:center;
	margin:10px 0 0 20px;
}
#Contents #TopCon #TopRight ul li{
	margin:0 0 10px 0;
}
div#TopRight a:hover img
{
opacity:0.5;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #f2f0e8;
}
#Contents #TopCon #TopRight .topMovie{
	margin:10px 0;
}


/*----▼Footer-----*/
#Footer{
	clear:both;
	width:850px;
	background-color:#FFFFFF;
	border-left:#e1e1e1 solid 1px;
	border-right:#e1e1e1 solid 1px;
	margin:0 auto;
	padding:0 0 15px 0;
	font-size:70%;
}
#Footer ul {
	margin:0 0 5px 0;
}
#Footer ul li{
	display: inline;
	background: url(../img/footer_link.gif) no-repeat left center;
	padding-left:15px;
}
#Footer .bg_none{
	background:none;
}
#Footer .address{
	margin:5px 0 0 15px;
}
.foot_end{
	width:850px;
	margin:0 auto;
}

.info{
	width:830px;
	font-size:18px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin:0 auto 10px;
	border:red 2px solid;
	background:#FFE8E8;
	box-sizing:border-box;
}