/* CSS Document */

body{
	font-family:font-family:"Trebuchet MS",Trebuchet, Verdana, Arial, sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka";
	color:#222222;
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
}

#backGround{
	display:block;
	width:794px;
	height:100%;
	margin:0 auto;
	/*border:1px solid black;*/
}

#container{
	margin:0px;
}

a{
	outline:none;
}

a:link, a:visited{
	color:#0066FF;
	text-decoration:underline;
}
a:hover{
	color:#003399;
	text-decoration:underline;
}


img{border:none;}



.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.border{border-bottom:1px solid black;}


/*----------------------------------------------------*/
/*ヘッダー											  */
/*----------------------------------------------------*/
#header{
	background:url(../images/header.gif) no-repeat;
	height:30px;
	width:794px;
}
#header h1,
#header div{
	display:none;
}
/*----------------------------------------------------*/
/*メニュー											  */
/*----------------------------------------------------*/
#mainMenu_f{
	background-color:#dddddd;
	padding:15px 0px;
}
#mainMenu_f #flash{
	width:740px;
	border:1px outset #666666;
	margin:auto;
}

/* グローバルナビゲーション
--------------------------------------------------*/
#gnavi{
	margin:22px 0 5px 0;
	height:40px;
}
#gnavi ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#gnavi ul li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

#gnavi ul li.home a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_01.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.home a:hover{
	background:url(../images/g-navi_01.png) no-repeat left -50px;
}
#gnavi ul li.homeNow a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_01.png) no-repeat left -50px;
	text-indent:-9999px;
}

#gnavi ul li.profile a{
	width:133px;
	height:40px;
	display:block;
	background:url(../images/g-navi_02.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.profile a:hover{
	background:url(../images/g-navi_02.png) no-repeat left -50px;
}
#gnavi ul li.profileNow a{
	width:133px;
	height:40px;
	display:block;
	background:url(../images/g-navi_02.png) no-repeat left -50px;
	text-indent:-9999px;
}

#gnavi ul li.product a{
	width:130px;
	height:40px;
	display:block;
	background:url(../images/g-navi_03.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.product a:hover{
	background:url(../images/g-navi_03.png) no-repeat left -50px;
}
#gnavi ul li.productNow a{
	width:130px;
	height:40px;
	display:block;
	background:url(../images/g-navi_03.png) no-repeat left -50px;
	text-indent:-9999px;
}

#gnavi ul li.investment a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_04.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.investment a:hover{
	background:url(../images/g-navi_04.png) no-repeat left -50px;
}
#gnavi ul li.investmentNow a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_04.png) no-repeat left -50px;
	text-indent:-9999px;
}

#gnavi ul li.announce a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_05.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.announce a:hover{
	background:url(../images/g-navi_05.png) no-repeat left -50px;
}
#gnavi ul li.announceNow a{
	width:132px;
	height:40px;
	display:block;
	background:url(../images/g-navi_05.png) no-repeat left -50px;
	text-indent:-9999px;
}


#gnavi ul li.recruit a{
	width:135px;
	height:40px;
	display:block;
	background:url(../images/g-navi_06.png) no-repeat;
	text-indent:-9999px;
}
#gnavi ul li.recruit a:hover{
	background:url(../images/g-navi_06.png) no-repeat left -50px;
}
#gnavi ul li.recruitNow a{
	width:135px;
	height:40px;
	display:block;
	background:url(../images/g-navi_06.png) no-repeat left -50px;
	text-indent:-9999px;
}


/* メインビジュアル
--------------------------------------------------*/

#mainvisual{
	clear:both;
}

/*----------------------------------------------------*/
/*メイン											  */
/*----------------------------------------------------*/
#contents{
	padding-bottom:2em;
}
/*TOP--------------------*/
#info{
	font-weight:bold;
	color:white;
	width:540px;
	line-height:1.6em;
	float:right;
	margin-top:1em;
	margin-bottom:0.3em;
}
#info .bar1{
	float:left;
	background-color:#3e82b9;
	width:120px;
	text-align:center;
}
#info .bar2{
	float:left;
	background-color:#bbbbbb;
	text-indent:1em;
	width:420px;
}
#listOfInfo{
	float:right;
	width:540px;
	margin-bottom:1em;
}
#listOfInfo ul{
	margin:0px;
	padding:0px;
}
#listOfInfo li{
	list-style-type:none;
}


#topics{
	font-weight:bold;
	color:white;
	width:540px;
	line-height:1.6em;
	float:right;
	margin-top:1em;
}
#topics .bar1{
	float:left;
	background-color:#df7403;
	width:120px;
	text-align:center;
}
#topics .bar2{
	float:left;
	background-color:#bbbbbb;
	text-indent:1em;
	width:420px;
}
#listOfTopics{
	float:right;
	width:540px;
	margin-bottom:1em;
}
#listOfTopics .year{
	clear:both;
	color:blue;
	font-weight:bold;
	margin-top:5px;
}
#listOfTopics .date{
	clear:both;
	float:left;
	text-indent:1.8em;
	width:90px;
	background-image:url(img/base/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
#listOfTopics .description{
	float:left;
	width:450px;
}

#listOfEvent{
	float:right;
	width:540px;
	margin-bottom:1em;
}
#listOfEvent .year{
	clear:both;
	color:red;
	font-weight:bold;
	margin-top:5px;
}
#listOfEvent .date{
	clear:both;
	float:left;
	text-indent:1.8em;
	width:120px;
	background-image:url(img/base/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
#listOfEvent .description{
	float:left;
	width:420px;
}

#event{
	font-weight:bold;
	color:white;
	width:540px;
	line-height:1.6em;
	float:right;
}
#event .bar1{
	float:left;
	background-color:#00996f;
	width:120px;
	text-align:center;
}
#event .bar2{
	float:left;
	background-color:#bbbbbb;
	text-indent:1em;
	width:420px;
}

#attention{
	float:right;
	width:540px;
	margin-top:1em;
	border-top:1px solid #666666;
	font-size:1em;
	color:#666666;
}
#contact{
	float:right;
	width:540px;
	border-top:1px dotted #666666;
	font-size:1em;
	color:#666666;
	
}

.catalogBt{
	width:140px;
	text-align:center;
}

/*----------------------------------------------------*/
/*フッター											  */
/*----------------------------------------------------*/
#footer{
	width:794px;
	background-image:url(../images/footerlogo.gif);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#003399;
	color:white;
	font-size:0.9em;
	font-style:normal;
	text-align:right;
	line-height:25px;
	height:25px;
	margin:0px;
}
#footer address{
	display:none;
}