@charset "utf-8";

/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

body{
	text-align:center;
}


/* 各ページ用追加スタイル */
/* ---------------------------------------------------------------- */

/* メイン画像 */
#flashContent{
	width:1000px;
	height:340px;
	margin:0 auto;
	}


/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	padding: 0;
	margin:25px auto 10px;
	text-align:left;
	width:910px;
	_zoom:1;
	overflow:hidden;
}

/* ---------------------------------------------------------------- */
/* トピックス */
/* ---------------------------------------------------------------- */

#topics{
	width:330px;
	margin-right:-10px;
	float:left;
	_zoom:1;
	overflow:hidden;
}
#topics ul{
	float:left;
	padding:0;
	margin:5px 10px 0 0;
	list-style:none;
}
#topics ul img{
	vertical-align:bottom;
	margin:0;
}
#topics li{
	padding:0 0 10px;
	margin:0;
}

#topics li a:hover img{
/*opacity ie*/
filter: alpha(opacity=70);
/*opacity for mozila,safari*/
-moz-opacity:0.70;
opacity:0.70;
}

.bnr_glalent a{
	background:url(../images/top/bnr_glalent.jpg) no-repeat 0 0;
	display:block;
	width:155px;
	height:30px;
	padding-top:30px;
	text-align:right;
}
.bnr_glalent a:hover{
/*opacity ie*/
filter: alpha(opacity=70);
/*opacity for mozila,safari*/
-moz-opacity:0.70;
opacity:0.70;
}

/* ---------------------------------------------------------------- */
/* ニュース */
/* ---------------------------------------------------------------- */

#news{
	width:545px;
	float:right;
}

#sinsai{
}
#sinsai p{
	padding-bottom:3px;
	font-size:75%;
	line-height:140%;
}
#sinsai div{
	font-size:70%;
	color:#999999;
	line-height:130%;
	padding-bottom:3px;
}
#sinsai a{
	color:#3366CC;
	text-decoration:none;
	background:url(../images/top/arrow_sinsai.gif) no-repeat right 0.4em;
	padding-right:12px;
}
#sinsai a:hover{
	color:#0066FF;
	text-decoration:none;
}


#news ul{
	list-style:none;
	background:url(../images/top/news.gif) no-repeat left bottom;
	margin:10px 0 3px;
	padding:0;
	_zoom:1;
	overflow:hidden;
}
#news ul img{
	vertical-align:bottom;
	margin:0;
}
#news ul li{
	float:right;
	padding-left:1px;
}




#tab1{
	background-color:#F9F6F4;
	height:185px;
	width:545px;
	/*border: 2px solid #FF9900;*/
	overflow:auto;
	margin:0px;
	padding:0px;
}

#tab2

  {
	background-color: #F9F6F4;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#tab3

  {
	background-color: #F9F6F4;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#tab4

  {
	background-color: #F9F6F4;
	height: 70px;
	width: 430px;
	border: 2px solid #FF9900;
	overflow: auto;

}

#news table {
	margin:0;
	padding:0;
	color:#666666;
	font-size:75%;
}

#news table a{
	color:#666666;
}
#news table a:hover{
	color:#666666;
	text-decoration:underline;
}

#news table.data th{
	padding:10px 0 0 15px;
	white-space: nowrap;
	font-weight:normal;
	background-color: #F9F6F4;
	vertical-align: top;
}

#news  table.data td {
	padding:10px 10px 0 0;
}



/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

.bg_header{
	background:#EAE7E0;
}

#header{
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	height:50px;
	top:15px;
}
h1{
	position:relative;
	top:10;
}

#header ul{
	list-style:none;
	_zoom:1;
	overflow:hidden;
}
#header li{
	float:left;
}

.h_nav{
	position:absolute;
	left:480px;
	top:0;
}
.h_nav li{
	padding-right:25px;
}
.changeFont{
	position:absolute;
	left:710px;
	top:0;
	border-right:solid 1px #CCCCCC;
}
.changeFont li{
	padding-right:2px;
}
.toEnglish{
	position:absolute;
	right:0;
	top:0;
}


/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	background:url(../images/top/bg_nav.jpg) repeat-x top;
	_zoom:1;
	overflow:hidden;
}
.nav {
	_zoom:1;
	overflow:hidden;
	width:910px;
	margin:0 auto;
	
}
#gNavigation ul {
	float: left;
	_zoom:1;
	overflow:hidden;
	list-style:none;
	padding-top:1px;
}
#gNavigation li {
	float: left;
}


#siteSearchArea {
	padding-top: 17px;
}

#siteSearchArea img {
	margin-left: 4px;
}

#siteSearchArea form input {
	vertical-align: middle;
}

#siteSearchArea form input.textBox {
	width: 110px;
}

#siteSearchArea form input.searchBtn {
	
}


/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	margin:0 auto;
	text-align:left;
	padding:0;
	width:910px;
	_zoom:1;
	overflow:hidden;
}

.f_nav{
	_zoom:1;
	overflow:hidden;
	border-bottom:solid 1px #ECEBEA;
	margin-bottom:5px;
}
.f_nav p{
	float:left;
	width:500px;
	font-size:70%;
	color:#999999;
	padding-top:15px;
}
.f_nav a{
	color:#999;
	text-decoration:none;
}
.f_nav a:hover{
	color:#666;
	text-decoration:none;
}

.f_nav div{
	float:right;
}



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

/* 追加CSS制御 */
/* ---------------------------------------------------------------- */

/* ホーム ニュース用 */

#news {
	
}

#news ul.tabNav {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#news ul.tabNav li {
	display: inline;
}

#news ul.tabNav li a {
	width: 64px;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#news ul.tabNav li a img {
	display: none;
}

#news ul.tabNav li#tab1box a {
	background-image: url(../images/tab01.gif);
}

#news ul.tabNav li#tab1box a.active {
	background-image: url(../images/tab01_on.gif);
}

#news ul.tabNav li#tab2box a {
	background-image: url(../images/tab02.gif);
}

#news ul.tabNav li#tab2box a.active {
	background-image: url(../images/tab02_on.gif);
}

#news ul.tabNav li#tab3box a {
	background-image: url(../images/tab03.gif);
}

#news ul.tabNav li#tab3box a.active {
	background-image: url(../images/tab03_on.gif);
}

#news ul.tabNav li#tab4box a {
	background-image: url(../images/tab04.gif);
}

#news ul.tabNav li#tab4box a.active {
	background-image: url(../images/tab03_on.gif);
}


