@charset "UTF-8";

/*
---------------------------------------------------------------------------- 

  common テキスト用CSS
 
----------------------------------------------------------------------------
*/
/*----------------------------------
 text-link style
------------------------------------*/
a {
	outline: 0;
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #039;
	text-decoration: underline;
}


.font11{
	 font-size: 11px;
    line-height: 1.5;
}
.font12{
	font-size: 12px;
	line-height: 1.5;	
}
.font16{
	font-size: 16px;
	line-height: 1.5;	
}
.font24{
	font-size: 24px;
	line-height: 1.5;	
}
.redBold {
	font-weight: bold;
	color: #cc0000;
}

/*
---------------------------------------------------------------------------- 

  common レイアウト用CSS
 
----------------------------------------------------------------------------
*/
html{
	background-color:#ffffff;
}

/* ----------------------------------------- 
 *	body 
 * ----------------------------------------- */
body {
}
.unit10{
	padding: 0px 0px 10px;
}
.unit25 {
	padding: 0px 0px 25px;
}
.unit45 {
	padding: 0px 0px 45px;
}
.unit50 {
	padding: 0px 0px 50px;
}
.unit60 {
	padding: 0px 0px 60px;
}
.unit105 {
	padding: 0px 0px 105px;
}
.unit_w700{
	width:700px;
	margin: 0px auto;
}

table,tr,td,th{
	vertical-align:top;
    border:medium none;
}
table.list {
	border-bottom: 1px solid #cddce4;
	width: 100%;
}
table.list th {
	background: url(../img/slash_bg.gif) repeat left top;
	font-weight: bold;
	width: 30%;
	color: #555;
}
table.list th,table.list td{
	border-top: 1px solid #cddce4;
	padding:10px 15px;
}
table.list td{
	width:70%;
}


/* ----------------------------------------- 
 *	#header
 * ----------------------------------------- */ 
 #header {
	
	height: 175px;
	width: 100%;
	padding-bottom: 20px;
}
.headerInner {
	margin: 0px auto;
	height: 100px;
	text-align: left;
	width: 900px;
	padding-bottom: 20px;
	position: relative;
}
.hInnerLeft {
	float: left;
	width: 300px;
	display: block;
	height: 100px;
	
}
.hInnerLeft p.desc{
	display: block;
	height:20px;
	padding-top: 10px;
}
#header h1,
#header p.ci {
	height: 70px;
	width: 235px;
	
}
.hInnerRight {
	float: right;
	width: 300px;
	display: block;
	height: 100px;
	
	
}

div#tel {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}


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

ul#pnav li{
	float:left;
	font-size:11px;
	background: url(../img/arrow.gif) no-repeat scroll left center;
	display: inline;
	padding-left: 15px;
	margin-left: 20px;
	line-height: 2;
}


/* #gnav */

#gnav {
	background: url(../img/gnav_bg.gif) repeat-x left top;
	padding: 0;
	height: 55px;
	width: 100%;
	margin: 0px;
}

.gnavInner {
	background: url(../img/gnavInner_bg.gif) no-repeat left top;
	width: 900px;
	margin: 0px auto;
	padding: 0
}

#gnav ul{
	list-style-type: none;
	padding: 0 0px 0 20px;
}
#gnav li{
	text-indent: -9999px;
	float:left;
	width: 215px;
	margin: 0;
	padding: 0;
}

#gnav a{
  display: block;
  width: 100%;
  height: 55px;
  background-image: url(../img/gnav_btn.gif);
  background-repeat: no-repeat;
}

#gn_company a{background-position: 0 -55px;}
#gn_service a{background-position: -215px -55px;}
#gn_contact a{background-position: -430px -55px;}
#gn_recruit a{background-position: -645px -55px;}



#globalnavi a:hover{
  background-image: url(../img/gnav_btn.gif);
  background-repeat: no-repeat;
}

#gn_company a:hover{background-position: 0 0;}
#gn_service a:hover{background-position: -215px 0;}
#gn_contact a:hover{background-position: -430px 0;}
#gn_recruit a:hover{background-position: -645px 0;}


/* ----------------------------------------- 
 *	#wrapper
 * ----------------------------------------- */
 
 #wrapper {
	width: 100%;
}
#wrapperInner {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

/* ----------------------------------------- 
 *	#topicPath  
 * ----------------------------------------- */ 
#topicPath {
	padding: 20px 0px;
}
li.home {
	background: url(../img/home.gif) no-repeat scroll left 2px;
	padding-left: 20px;
}
#topicPath li {
	float: left;
	display: inline;
	font-size: 11px;
	list-style: none;
}
#topicPath li a {
	background: url(../img/topicArrow.gif) no-repeat scroll right center;
	margin-right: 5px;
	padding-right: 12px;
}

/* ----------------------------------------- 
 *	#mainContents 
 * ----------------------------------------- */ 
#mainContents {
	width: 900px;
}

h1.mainTitle {
	padding-top: 5px;

}
p.titleText {
	padding-bottom: 80px;
	font-size: 14px;
	line-height: 2;
}


/* ----------------------------------------- 
 *	#pageTop 
 * ----------------------------------------- */ 

#pageTop {
	padding: 30px 0px;
	height: 24px;
	width: 900px;
	clear: both;
	text-align: right;
}
#pageTop a:hover img {
	opacity:0.7;
}

/* ----------------------------------------- 
 *	#footer
 * ----------------------------------------- */
#footer {
	background: #164c84 url(../img/footer_bg.gif) repeat-x left top;
	text-align: center;
	width: 100%;
	position: relative;
	color: #FFF;
}
#footer .footerInner {
	margin: 0px auto;
	width: 900px;
	text-align: left;
	padding: 35px 0px 70px;
	background: url(../img/fInner_bg.gif) no-repeat center top;
}
div.footerInnerLeft {
	width: 450px;
	float: left;
}
p.fRef {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height:1.5;
}
#fNav .fnavTop {
	border-left-style: none;
}
div.footerInnerRight {
	width: 430px;
	float: right;
	margin: 0;
	padding: 0;
}
ul#fNav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul#fNav li{
	float:left;
	display: inline;
	padding-left:15px;
	margin-left: 15px;
	line-height: 2;
	border-left: 1px solid #FFF;
}

#footer a {
	outline: 0;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #b7d2e2;
	text-decoration: underline;
}

#footer p .finvo {
	text-align: right;
	margin-top:15px;
}
