@charset "UTF-8";




/********************************************************************************************************
CSS 構成書

 File Name:      top.css
 Style Info:     トップページ専用CSS
 Author:         Mika Ariga
 Last Modified:	 2009.03.09 
********************************************************************************************************/




/*
階層構造(トップページのみ)
--------------------------------------------------------------------------

#container					width : 100%					-------(ページ全体を包括)
	#header					width : 800px / height : 126px	-------(ヘッダー領域)
		#header_nav											-------(ヘッダーナビ)
		#font_size_select									-------(文字サイズ変更ボタン)
		#search_form		width : 180px / heihgt : 30px	-------(検索フォーム)
		#global_navi										-------(グローバルナビ)
	#top_fla				width : 800px / height : 325px	-------(トップflash（swf）｜noscript時fp案内表示)
	#content				width : 800px					-------(メインコンテンツ領域)
		#top_main			width : 600px					-------(新着情報・製品情報・関連リンク)
		#top_sub_nav		width : 200px					-------(サブナビゲーション)
	#footer					width : 800px					-------(フッター領域)
		#foot_nav											-------(フッターナビ)
				
---------------------------------------------------------------------------
*/




/* 
▼開いているページ
---------------------------------------------------------------- */
ul#global_navi li.top a {
	width: 92px;
	background: url(../img/global_nav_01_on.jpg) 0 0 no-repeat;
}




/* 
▼会社ロゴ(その他のページはpで指定)
---------------------------------------------------------------- */
h1 {
	display: block;
	width: 235px;
	height: 62px;
	position: absolute;
	top: -7px;
	left: -24px;
	font-size: 12px; /* 文字サイズの変更対応 */
}

/* 
▼ページ全体を包括
--------------------------------------------------------------------------------- */
body {
	background: url(../img/main_bg.jpg) 0 0 repeat-x;	
}
#container {
	width: 950px;
	margin: 0 auto;
	border: 0px;
	text-align: center; /* IE6対策 */
}

/* 
▼ヘッダー ここから
--------------------------------------------------------------------------------- */
#header {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
/*
ヘッダーナビ
---------------------------------------------------------------- */
#header ul#head_navi {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
}
/* IE6対策 */
* html #header ul#head_navi {
	right: -5px;
}
#header ul#head_navi li {
	font-size: 0.9em;
	float: left;
}
#header ul#head_navi li a {
	display: block;
	margin-right: 0.5em;
	padding: 0.1em 0.7em 0.1em 0.7em;
	border: 1px solid #A4B4C4;
	text-decoration: none;
}
#header ul#head_navi li a:hover {
	background: #E7F0F9;
	color: #455A75;
}

/*
他言語対応
---------------------------------------------------------------- */
	* html #header ul#head_navi li.eng_1 a {
		width: 100px;
		height: 26px;
		margin-right: 0px;
	}
	* html #header ul#head_navi li.ru_1 a {
		width: 100px;
		height: 26px;
		margin-right: 0px;
	}
	* html #header ul#head_navi li.cn_1 a {
		width: 100px;
		height: 26px;
		margin-right: 0px;
	}
	* html #header ul#head_navi li.eng_3 a {
		width: 100px;
		height: 26px;
		margin-right: 0px;
	}

/*
文字サイズの変更
---------------------------------------------------------------- */
#header ul#sl_sr {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0px;
	/* right: 115px; */
}
/* IE6対策 */
* html #header ul#sl_sr {
	right: 0px;
	/* right: 115px; */
}
#header ul#sl_sr li {
	display: block;
	height: 22px;
	margin-right: 0.1em;
	padding-left: 0.5em;
	border-left: 1px solid #fff;
	font-size: 12px; /* 文字サイズ固定 */
	float: left;
}
#header ul#sl_sr li span {
	margin-top: 0.2em;
}


/*
▽TERZOバナー
---------------------------------------------------------------- */
.top_terzo {
	display: block;
	width: 110px;
	height: 28px;
	position: absolute;
	top: 50px;
	right: 0;
}



/* 
▼コンテンツ領域
---------------------------------------------------------------- */
#main {
	width: 950px;
	height: 420px;
	margin-top: 60px;
}
	#main #fla_area { /* FLASH領域 */
		width: 950px;
		height: 400px;
		float: left;
	}
#content {
	width: 950px;
	margin: 0 auto;
	background: #f5f5f5;
	float: left;
	clear: both;
}
#content #area_left { /* width:200px */
	width: 198px !important;
	width: 200px;
	background: #f5f5f5;
	border-left: 0;
	border-right: 0;
	float: left;
}
#content #area_right {
	width: 750px;
	background: #f5f5f5;
	position: relative;
	float: left;
}
#content #area_right #area_center {
	text-align: center;
	width: 520px;
	float: left;
}
	/* ie6 hack */
	* html #content #area_right #area_center {
		margin-right: 7px;
	}
#area_right #area_bnr {
	width: 230px;
	float: left;
}
	/* ie6 hack */
	* html #area_right #area_bnr {
		width: 220px;
		margin-left: -10px;
		backgorund: #ff0000;
	}

#area_right #area_bnr ul li.t_r {
	text-align: right;
	margin-top:0px;
}

#area_right #area_bnr ul li.t_r a {
	color: #666;
	text-decoration: underline;
}

#area_right #area_bnr ul li.t_r a:hover {
	color: #003399;
}


/*
▼flash JavaScript無効時(#flashcontent)
-------------------------------------------------------------------------- */
#flashcontent {
	width: 620px;
	height: 450px;
	padding-top: 3em;
}
#flashcontent dl {
	width: 350px;
	margin: 0px auto;
	padding: 20px;
	border: 3px double #cecece;	
}
#flashcontent dt {
	width: 25%;
	text-align: center;
	padding: 10px;
	float: left;
}
#flashcontent dd {
	width: 65%;
	border-left: 1px solid #ccc;
	float: left;
	padding-left: 10px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: auto;	
}
#flashcontent strong {
	font-weight: normal;
	font-size: 1.25em;
	color: #000098;
	padding-bottom: 5px;
}




/*
#area_center

news_area new_item_area
---------------------------------------------------------------- */
#area_center p {
	margin-left: 9px;
	text-align: center;
}

#area_center div.newstitle,
#area_center div.newitemtitle {
	display: block;
	width: 520px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* h2 */
#area_center div.newstitle h2.h2_news,
#area_center div.newitemtitle h2.h2_new_item {
	display: block;
	width: 320px;
	height: 18px;
	text-align:left;
	float: left;
}
#area_center div.newstitle {
	background: url(../img/top_h2_01.gif) 10px 0 no-repeat;
}
#area_center div.newitemtitle {
	background: url(../img/top_h2_02.gif) 10px 0 no-repeat;
}
#area_center div.newstitle h2.h2_news span,
#area_center div.newitemtitle h2.h2_new_item span {
	position: absolute;
	left: -9999px;
}

#area_center div.newstitle div.newslist,
#area_center div.newitemtitle div.newslist {
	float: right;
	font-size:0.8em;
	margin: 4px 10px 12px auto;
}


/*
ニュース・ニューアイテム
----------------------------------------------- */
#area_center div.news_box {
	width: 520px;
	margin: 10px 0 0 10px;
	text-align: center;
}

#area_center div.news_box dl#news_area,
#area_center div.news_box dl#new_item_area {
	padding-top: 6px;
	display: block;
	width: 500px;
	height: 150px;
	font-size: 0.9em;
	line-height: 1.4;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	clear: both;
}
	/* ie6 hack ------------------- */
	* html #area_center div.news_box dl#news_area {
		margin-left: -15px;
	}
	* html #area_center div.news_box dl#new_item_area {
		margin-left: -15px;
	}
	/* //ie6 hack ------------------- */

	/* ie7 hack ------------------- */
	*:first-child+html #area_center div.news_box dl#news_area {
		margin-left: -15px;
	}
	*:first-child+html #area_center div.news_box dl#new_item_area {
		margin-left: -15px;
	}
	/* //ie7 hack ------------------- */


/* //News RSS area ------------------- */

#newsall{
    margin:0 auto;
	clear: both;
}

/* //NewItem RSS area ------------------- */

#newitem{
    margin:0 auto;
	clear: both;
}


#area_center dl#news_area dt,
#area_center dl#new_item_area dt {
	display: block;
	width: 70px;
	text-align: left;
	padding-right: 20px;
	color: #666;
	float: left;
}
#area_center dl#news_area dd,
#area_center dl#new_item_area dd {
	display: block;
	width: 390px;
	margin-bottom: 0.6em;
	text-align: left;
	float: left;
}

/* //NEWicon
--------------------------------------------------------------------------------- */
span.new {
    display: none;
    color: red;
}


span.new img {
    vertical-align: middle;
}



/*
コンテンツナビゲーション
---------------------------------------------------------------- */
#area_right #area_bnr {
}
#area_right #area_bnr ul#contents_menu {
	margin-top: -16px;
}
	/* ie6 hack */
	#area_right #area_bnr ul#contents_menu {
		margin-top: -17px;
	}
#area_right #area_bnr ul#contents_menu li {
	margin-bottom: 10px;
	font-size: 12px;
}




/*
▼フッター
--------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 3em;
	background: #E3E4E6;
	border: 0px;
	text-align: center;
	position: relative;
	clear: both;
}
