@charset "UTF-8";
/* CSS Document */

#header{
	width:100%;
	height:75px;
	background-color: #f8f8f8;
	border-bottom: 5px solid #e32426;
}

.centerBox{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height: inherit;
	
}

#header .centerBox{
	width: auto;
	max-width:1140px;
	padding: 0 20px;
	min-width: 991px;
	margin-left:auto;
	margin-right:auto;
	height:75px;
}

#logo{
	width:223px;
	float:left;
	height: 63px;
	padding: 12px 20px 0 0;
	border-right: 1px solid #ccc;
	position: relative;
	z-index: 1001;
}

#logo a{
	height: 47px;
	display: block;
}

/*------グローバルメニュー--------*/
#gr_nav{
	height:75px;
	position: relative;
	z-index: 1000;
}

#gr_nav ul.sub{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	right: 0;
}

#gr_nav ul.sub>li{
	width: 130px;
}

#gr_nav ul.sub>li>a{
	display: block;
	width: inherit;
	text-indent:-9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

#gr_nav ul.main{
	height:75px;
}

#gr_nav ul.main>li{
	height:75px;
	float: left;
	border-right: 1px solid #ccc;
	position: relative;
}

#gr_nav ul.main>li>a{
	height:75px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0 20px;
}

#gr_nav ul.main>li:hover{
	background-color: #ddd;
}

#gr_nav ul.main ul.nav_child{
	display: none;
	position: absolute;
	width:auto;
	top:85px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: left;
	box-shadow: 0px 2px 3px 1px #eee;
	z-index: 1000;
	opacity: 0;
}

#gr_nav ul.main ul.nav_child li{
	border-bottom: 1px solid #ccc;
}

#gr_nav ul.main ul.nav_child li.last{
	border-bottom: none;
}

#gr_nav ul.main ul.nav_child li a{
	white-space: nowrap;
	padding: 10px 20px;
	display: block;
	overflow: visible;
}

#gr_nav ul.main ul.nav_child li a:hover{
	background-color: #ddd;
	color: #444;
}

#gr_nav ul.sub{
	float: right;
}

#nav_company,#nav_contact,#nav_service{
	background: url(../img/common/arrow_nav_red.png) right bottom no-repeat;
}

#nav_seminar,#nav_map,#nav_open,#nav_press,#nav_dl,#nav_what,#nav_blog{
	background: url(../img/common/arrow_nav_gray.png) right bottom no-repeat;
}

#nav_company>a{
	background-image: url(../img/common/nav_company.png);
	width: 56px;	
}


#nav_company ul.nav_child li{
	
}

#nav_service>a{
	background-image: url(../img/common/nav_service.png);
	width: 54px;	
}

#nav_open>a{
	background-image: url(../img/common/nav_open.png);
	width: 54px;	
}

#nav_seminar>a{
	background-image: url(../img/common/nav_seminar.png);
	width: 50px;	
}

#nav_map >a{
	background-image: url(../img/common/nav_map.png);
	width: 28px;	
}

#nav_press>a{
	background-image: url(../img/common/nav_press.png);
	width: 47px;	
}

#nav_blog>a{
	background-image: url(../img/common/nav_blog.png);
	width: 40px;	
}

#nav_dl>a{
	background-image: url(../img/common/nav_dl.png);
	background-color: #888;
	width: inherit;
	height: 18px;
	border-bottom: 1px solid #ccc;
}

#nav_dl>a:hover{
	background-color: #555;
}

#nav_what>a{
	background-image: url(../img/common/nav_what.png);
	width: inherit;
	background-color: #888;
	height: 18px;
	border-bottom: 1px solid #ccc;
}

#nav_what>a:hover{
	background-color: #555;
}

#nav_contact>a{
	background-image: url(../img/common/nav_contact.png);
	width: inherit;
	background-color: #e32426;
	height: 37px;
}

#nav_contact>a:hover{
	background-color: #b70b0d;
}

/*------コンテンツ--------*/
#contents{
	padding-top:12px;
}
.contentsIN{
	width:962px;
	margin:10px auto 0;
	
	background-image:url(../img/common/BG_contents.jpg);
	background-repeat:repeat-y;
	padding:0px;
	
}


/*------サブメニュー--------*/
#subMenu{
	
}
#subMenu li{
	float:left;
}


/*------レフトカラムコンテンツ--------*/
#left_caram{
	width:708px;
	float:left;
	padding-left:1px;
	
}
#main_title{
	height:54px;
	border-bottom:#e0e0e0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#main_title h2{
	border-left:#e7161a solid 7px;
	height: 40px;
	padding-left: 20px;
	padding-top: 14px;
	font-size: 18px;
	font-weight:normal;
	color: #333;
	position: relative;
}

#main_title h2 span{
	font-family: 'Balthazar', serif;
	font-size: 12px;
	top:35px;
	left: 20px;
	position: absolute;
	color: #132f5b;
}

.sub_title{
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #f8f8f8;
	padding: 10px 0 10px;
	font-size: 14px;
	color: #132f5b;
	padding-left: 20px;
	border-left: 7px solid #e7161a;
}

.sub_title i{
	margin-right: 5px;
}

.contentsWrapper{
	margin:18px;
}
/*------ライトカラムコンテンツ--------*/
#right_caram{
	width:240px;
	float:left;
	padding-left:1px;
	min-height: 600px;
}


/*------フッター--------*/

#footer{
	width:100%;
	height:296px;
	background-image:url(../img/common/BG_footer.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
#footerBox{
	padding-top:15px;
}

#panlist{
	
}

.footerLinks{
	width:170px;
	padding-top:25px;
	float:left;
	
}

.footerLinks li{
	padding-top:7px;
	font-size:10px;
}

.footerLinks ul{
	margin-bottom:10px;
}
#copy{
	float:right;
	padding-top:25px;
}


/*------other--------*/
.contentsShadow{
	line-height: 0px;
	font-size: 0px;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.spacing{
	margin-bottom:4px;
}
