@charset "shift_jis";

/* ===================================================
	Common CSS
	
	1. 全体設定
	2. レイアウト
	3. ページ内
====================================================== */


/* 1.全体設定
--------------------------------------------------- */

* { margin: 0; padding: 0; font-style: normal;}

.clear{ clear: both;}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/**/
* html div.clear { min-height: 1px; overflow: hidden; }
*+ html div.clear { min-height: 1px; overflow: hidden; }
/**/


p {
	line-height: 1.5;
	font-size: 0.75em;
}

ul {
	line-height: 1.6;
	list-style: none;
	font-size: 0.75em;
}

table{
	font-size: 0.75em;
}


/* -------------------------------- */


a {	text-decoration: none; outline: none;}

a:link { color: #947238; text-decoration: none; }
a:visited { color: #b97661;	text-decoration: none;}
a:hover,a:active{ color: #947238; text-decoration: underline;}

a img {
	border-style: none; 
	border-width: 0px;
	text-decoration: none;
}
	
img {
	border: none;
	vertical-align: bottom;
}



/* 2.レイアウト
--------------------------------------------------- */


body{ text-align: center; }


#all{
	margin: 0 auto;
	width: 780px;
	color: #252525;
	text-align: left;
	font-family: "ＭＳ ゴシック",Arial,"ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}



/* 3.ページ内
--------------------------------------------------- */


/* ヘッダー */

#header{
	height: 82px;
	background: url(../img/common/bg_header.gif) no-repeat;
}

#logo{
	padding: 10px 0 0;
	width: 390px;
	float: left; 
}

#logo a{
	padding: 0 0 0 15px;
}


#head_navi{
	padding-top: 10px;
	width: 370px;
	float: right;
}

#head_navi ul{
	height: 60px;
}

#head_navi ul li{
	display: inline;
}

#head_navi ul li a{
	display: block;
	width: 82px;
	float: left;
	margin-right: 5px;
}



/* ナビゲーション */

#navigation {
	padding-left: 10px;
	height: 55px;
	width: 780px;
	background: url(../img/common/bg_navigation.gif) no-repeat;
}

#navigation ul { font-size: 12px;}

#navigation ul li{
	width: 152px;
	height: 43px;
	float: left;
	text-indent: -9999px;
	position: relative;
}

#navigation ul li table {
	border-collapse: collapse;
	position: absolute;
	top: 0; left: 0;
}

#navigation ul li ul {
	list-style: none;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 100;
}

#navigation ul li ul li {
   height: 28px;
}

#navigation ul li ul li a {
	height: 28px;
	width: 152px;
	color: #fff;
	line-height: 28px;
	text-indent: 0;
	text-align: center;
	background: transparent url(../img/common/bg_subnavi.png) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='../img/common/bg_subnavi.png');
}

/**/
* html #navigation ul li ul li a {
	line-height: 28px;
	background: url(../img/common/bg_subnavi.png) no-repeat;
}

* html #navigation ul li ul li a  {
	behavior: url("js/iepngfix/iepngfix.htc");
}
/**/


#navigation ul li a{
	width: 152px;
	height: 43px;
	background: url(../img/common/navigation.jpg) no-repeat;
	display: block;
}

#navigation #nav-topics a   { background-position:    0    0;}
#navigation #nav-info a     { background-position: -152px  0;}
#navigation #nav-product a  { background-position: -304px  0;}
#navigation #nav-ir a       { background-position: -456px  0;}
#navigation #nav-recruit a  { background-position: -608px  0;}

#navigation ul li a:hover {
	position: relative;
	z-index: 100;
}

#navigation ul li:hover ul,
#navigation ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}



/* メイン */

#main{
	padding: 0 0 25px;
}


/* フッター */

div#footer{
	clear: both;
}

#fot_area{
	padding: 0 20px;
	background: #898989;
}


p#copyright{
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	background: #3f3a39;
}


#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:active{
	color: #fff;
	text-decoration: underline;
}