@charset "shift_jis";
/* ******************************************************************************** _ 
	タイトル：	common_gnav.css

	使用目的：　ヘッダー部、パンクくずナビ、フッター部の要素のスタイルを設定
	
				1. ヘッダー部の要素
				2. パンくずナビゲーション
				3. 印刷イメージ表示ボタン
				4. フッターの要素

				※marginのbottom はできるだけ設定しないでください。
				　上下の余白は、marginのtop で設定してください。
				　（マージンの相殺を回避するため）
				※アンダースコアをクラス名やIDに使用しない。（ハイフンを使用する）
				※行間の指定に単位をつけないでください。

	作成日：	2007/2/20  SSP
	最終更新日：2011/01/28  SSP	旧ヘッダー、フッダーをコメントアウト
_ ******************************************************************************** */

/*#header p {
	margin-left: 0;
}

#header p img {
	margin-left: 0;
}*/

/* -------------------------------------------------------- 1. ヘッダー部の要素 */
/*div#header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

/* ---------------- シャープロゴ */
/*#logo_sharp {
	z-index: 0;
	float: left;
	width: 118px;
	height: 17px;
	margin: 15px 0 15px 0;
}*/
/* ---------------- 会社名 */
/*#name_ssp {
	z-index: 0;
	float: right;
	width: 216px;
	height: 15px;
	margin: 15px 5px 15px 0;
}
*/
/* ---------------- グローバルナビゲーション */
/*div#gnav_bar {
	clear: both;
	height: 35px;
	background-image: url(/images_global/bg_gnav_bar.jpg);
	background-repeat: repeat-x;
}

ul#gnav {
	clear: both;
	float: left;
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

#gnav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
#gnav li a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-decoration: none;
}

a#gnav_home {
	position:absolute;
	margin: -27px 0 0 155px;
	margin: -30px 0 0 155px;
	width: 70px;
	height: 10px;
	background: none;
}

a#gnav_pro {
	width: 130px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(/images_global/bg_gnav_pro.jpg);
}

a#gnav_event {
	width: 102px;
	text-indent: -9999px;
	background-image: url(/images_global/bg_gnav_event.jpg);
}

a#gnav_corp {
	width: 59px;
	text-indent: -9999px;
	background-image: url(/images_global/bg_gnav_corp.jpg);
}

a#gnav_inq {
	width: 82px;
	text-indent: -9999px;
	background-image: url(/images_global/bg_gnav_inq.jpg);
}

a#gnav_sitemap {
	width: 100px;
	margin: 0 0 0 87px;
	text-indent: -9999px;
	background-image: url(/images_global/bg_gnav_sitemap.jpg);
}
*/
/* ---------------- 検索フォーム */
/*#form_search {
	float: left;
	width: 146px;
	width: 188px;
	height: 20px;
	margin: 6px 0px 0px 10px;
}

#form_search input#MF_form_phrase {
	width: 141px;
	height: 20px;
	_height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background-image: url(/images_global/bg_txt_search.gif);
	background-repeat: repeat-x;
}

#form_search input#btnSearch {
	width: 30px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images_global/bg_btn_search.jpg);
	background-repeat: no-repeat;
}*/

/* -------------------------------------------------------- 2. パンくずナビゲーション部分 */
p#crumbsnav {
	/*clear: both;*/
	/*float: left;
	width: 600px;*/
	margin: 20px 0 0 5px;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

/* -------------------------------------------------------- 3. 印刷イメージ表示ボタン */
p#btn_print {
	/*float: right;
	width: 147px;*/
	text-align:right;
	margin: -23px 1px 0 0;
	padding: 0;
	font-size: 83%;
	line-height: 1em;
}

p#btn_print img {
	margin: 0;
}

/* -------------------------------------------------------- 4. フッターの要素 */
/* ------------------------ フッターナビゲーション */

/*#footer ul {
	list-style-type: none;
	float: left;
	height: 12px;
	margin: 0.3em 0 0 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
}

#footer li a {
	display: block;
	height: 12px;
	overflow: hidden;
	text-decoration: none;
}

a#fnav_sitep {
	width: 77px;
	text-indent: -9999px;
	background-image: url(/images_global/m_sitepolicy.gif);
}

a#fnav_privacyp {
	width:91px;
	text-indent: -9999px;
	background-image: url(/images_global/m_privacypolicy.gif);
}

a#fnav_privacym {
	width: 120px;
	text-indent: -9999px;
	background-image: url(/images_global/m_privacy_m.gif);
}

a#fnav_copy {
	width: 213px;
	margin-left: 256px;
	text-indent: -9999px;
	background-image: url(/images_global/m_copy.gif);
}
*/

/*******************2010/06 井上******************/
/*
==================================================
ヘッダー
==================================================
*/

p img {	/* グローバル設定を無効に */
	margin: 0;
	padding: 0;
}

#area_header {
	position: relative;
	width: 760px;
	background: url(../images_global/bg_header.gif) left bottom repeat-x;
	padding: 15px 0 10px 0;
}

#area_header ul {
	list-style: none outside none;
}

#area_header #sharp_logo {
	margin: 0;
	padding: 0;
}

#area_header #ssp_logo {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 15px;
}

#area_header #utility_nav_head li,
#area_header #global_nav li,
#area_footer #utility_nav_foot li {
	margin: 0;
	padding: 0;
	background: none;
}

#area_header #utility_nav_head li#unh_home {
	position: absolute;
	left: 150px;
	top: 20px;
}

*:first-child+html #area_header #utility_nav_head li#unh_home {
	position: absolute;
	left: 150px;
	top: 17px;
}

#area_header #utility_nav_head li#unh_search {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#area_header #utility_nav_head li#unh_search input.search_box,
#area_header #utility_nav_head li#unh_search input.search_btn {
	vertical-align: middle;
}

input#MF_form_phrase{
	width: 141px;
	height: 20px;
	_height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	/*font-size: 14px;
	text-align: left;
	vertical-align: top;*/
	background-image: url(/images_global/bg_txt_search.gif);
	background-repeat: repeat-x;

}

#area_header #global_nav {
	_zoom: 1;  
    overflow: hidden;
	margin: 25px 0 0 0;
	padding: 0 180px 0 0;
}

#area_header #global_nav li {
	display: inline;
	border-left: 1px solid #999999;
	padding: 0 10px;
	margin: 0 0 0 -1px;
	font-size: 90%;
}

/* html #area_header #global_nav li {
	font-size: 90%;
}

*:first-child+html  #area_header #global_nav li {
	font-size: 90%;
}*/

#area_header #global_nav li a {
	color:#000000;
	text-decoration: none;
}

#area_header #global_nav li a:hover {
	color:#FF6600;
	text-decoration: underline;
}

/*
==================================================
フッター
==================================================
*/

#area_footer {
	width: 760px;
	position: relative;
	border-top: 2px solid #666666;
	margin: 30px 0 0 0;
	clear: both;
	/*20110210 修正 inoue*/
	display:inline-block;
	/********************/
}

#area_footer #utility_nav_foot {
	_zoom: 1;  
    overflow: hidden;
	/*20110210 修正 inoue*/
	/*margin: 10px 0 10px -10px;*/
	/*padding: 0 213px 0 0;*/
	margin: 10px 0 0 -10px;
	padding:0 0 10px 0;
	width:auto;
	float:left;
	/********************/
}

#area_footer #utility_nav_foot li {
	display: inline;
	border-left: 1px solid #999999;
	padding: 0 10px;
	margin: 0 0 0 -1px;
}

#area_footer #utility_nav_foot li a {
	color:#000000;
	text-decoration: none;
}

#area_footer #utility_nav_foot li a:hover {
	color:#FF6600;
	text-decoration: underline;
}

#area_footer p#copyright {
	/*20110210 修正 inoue*/
	/*position: absolute;
	right: 0;
	top: 10px;
	margin: 0;*/
	/********************/
	padding: 0;
	/*20110210 修正 inoue*/
	float:right;
	margin-top:10px;
	width:auto;
	/********************/
}

#area_footer p#copyright a {
	color:#000000;
	text-decoration: none;
}

#area_footer p#copyright a:hover {
	color:#FF6600;
	text-decoration: underline;
}




/*ニューズウォッチ用 2011/05*/
#suggestarea1 {
	z-index:120;
	position:absolute;
	display:none;
	border-top:1px solid #ccc;
}
#suggestarea1 ul{
	padding:0;
	margin:0;
}
#suggestarea1 ul li{
	list-style-type:none;
	padding:3px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:10px;
	background-color:#fff;
	text-align:left;
	background-image:none;
}
#suggestarea1 ul li.odd{
	background-color:#f2f2f2;
}
#suggestarea1 ul li.slct {
	background-color: #cccccc;
}
/**/

