/*------------------------------------------------------------*/
/*						   CSS STYLE						  */
/*				   COMPOSED BY Sophia Racing				  */
/*------------------------------------------------------------*/

/* ------------------ BODY指定 ------------------ */
body
{
	margin:0px;
	padding:0px;
	font-size:small;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif;
	line-height:130%;
	text-align:center;
	background:url(../img/bg.gif) repeat;
}

/* ------------------ BODY指定（IE7専用） ------------------ */
/*html>body
{
	margin:0px;
	padding:0px;
	font-size:0.75em;
	text-align:center;
	background:url(../img/bg.gif) repeat;
	line-height:160%;
}*/

/* ------------------ ページ位置制御 ------------------ */
#page
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	/*
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	*/
}

/* ------------------ ページブロック ------------------ */
#block
{
	width:100%;
	border-top:5px solid #cd0c0c;
	border-bottom:3px double #999;
	text-align:left;
	background-color:#fff;
}

/* ------------------ メイン ------------------ */
#main
{
	background-color:#fff;
	padding:10px;
	width:740px;
	clear:both;
}

#main_sub
{
	background-color:#fff;
	padding:25px 50px 20px 50px;
	width:660px;
	line-height:150%;
	clear:both;
}

/* ------------------ メイン領域左 ------------------ */
#area_left
{
	width:540px;
	float:left;
}

/* ------------------ メイン領域右 ------------------ */
#area_right
{
	width:190px;
	float:right;
	padding-left:10px;
}

/* ------------------ ヘッダー ------------------ */
.bg{background-color:#000;}

#header
{
	width:740px;
	height:60px;
	background-color:#000;
	padding:8px 10px 3px 10px;
	border-top:3px solid #999999;
	border-bottom:1px solid #999999;
	overflow:hidden;
	text-align:right;
	background:url(../img/logo.gif) 10px 5px no-repeat;
	/* クリスマス用
	background:url(../img_camp/snowman.gif) 10px 5px no-repeat;
	*/
}

#header ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header li
{
	float:right;
	display:block;
	margin:0px 7px 0px 0px;
	padding:3px 0px 0px 22px;
	background-image:url(../img/h_list.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}

#header li.en
{
	float:right;
	display:block;
	margin:0px;
	margin-left:8px;
	padding:3px 0px 0px 22px;
	background-image:url(../img/ico_eng.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}

#header li.jp
{
	float:right;
	display:block;
	margin:0px;
	margin-left:8px;
	padding:3px 0px 0px 22px;
	background-image:url(../img/ico_jp.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}

#header a{ text-decoration:none; color:#eeeeee; }
#header a:hover{ text-decoration:underline;}

/* ------------------ メニュー ------------------ */
#menu
{
	width:100%;
	height:25px;
	overflow:hidden;
	background:url(../img/menu_off.gif) repeat-x;
	border-bottom:1px solid #cccccc;
	line-height:12px;
}

#menu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu li
{
	font-size:12px;
	float:left;
	display:block;
	margin:0px;
}

#menu li.act
{
	background-image:url(../img/menu_on.gif);
}

#menu a
{
	text-decoration:none;
	color:black;
	display:block;
	border-right:1px solid #cccccc;
	padding:7px 8px;
}

#menu a:hover
{
	color:#990000;
	background-image:url(../img/menu_on.gif);
}

/* ------------------ イメージメニュー ------------------ */
#imageMenu {
	position: relative;
	width: 538px;
	height: 170px;
	overflow: hidden;
	background: black;
	text-align: left;
}

#imageMenu ul.ims {
	list-style: none;
	margin: 0px;
	display: block;
	height: 170px;
	width: 1000px;
	padding: 0;
}

#imageMenu ul.ims li {
	float: left;
}

#imageMenu ul.ims li a {
	text-indent: -1000px;
	background: #f2f2f1 none repeat scroll 0%;
	border-right: 2px solid #f2f2f1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 106px;
	height: 170px;
}

#imageMenu ul.ims li.menu1 a {
	background: url(../img/img_top_photos_formulasae.jpg) repeat scroll 0%;
}

#imageMenu ul.ims li.menu2 a {
	background: url(../img/img_top_photos_innovation.jpg) repeat scroll 0%;
}

#imageMenu ul.ims li.menu3 a {
	background: url(../img/img_top_photos_recruiting.jpg) repeat scroll 0%;
}

#imageMenu ul.ims li.menu4 a {
	background: url(../img/img_top_photos_human.jpg) repeat scroll 0%;
}

#imageMenu ul.ims li.menu5 a {
	width: 108px;
	background: url(../img/img_top_photos_wos.jpg) repeat scroll 0%;
}

/* ------------------ プリント ------------------ */
#print
{
	float:right;
	width:70px;
	height:18px;
	padding:6px 10px 5px 0px;
	background:url(../img/menu_on.gif) repeat-x;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
	text-align:right;
}

/* ------------------ サブメニュー ------------------ */
#sub_menu
{
	width:680px;
	height:18px;
	padding:6px 0px 5px 0px;
	background:url(../img/menu_on.gif) repeat-x;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
	float:left;
}

#sub_menu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#sub_menu li
{
	font-size:12px;
	float:left;
	display:block;
	margin:0px;
	padding:0px 10px 0px 8px;
}


#sub_menu a
{
	/*
	color:#999;
	text-decoration:none;
	*/
	font-weight:bold;
}

/*
#sub_menu a:hover
{
	color:red;
	text-decoration:underline;
}
*/

/* ------------------ トピックパス ------------------ */
#pass
{
	width:740px;
	padding:6px 10px;
	border-bottom:1px dotted #ccc;
}

/* ------------------ タイトル ------------------ */
.title
{
	width:645px;
	border-left:5px solid #008800;
	border-bottom:1px solid #999;
	padding:3px 0px 3px 10px;
}

.title_tp
{
	width:645px;
	border-left:5px solid #cc0000;
	border-bottom:1px solid #999;
	padding:3px 0px 3px 10px;
	font-size:medium;
	color:navy;
	margin-top:1.5em;
	margin-bottom:0.8em;
	clear:both;
}

.title_tp h2
{
	display:inline;
	font-size:medium;
	color:navy;
}

.title h2
{
	display:inline;
	font-size:medium;
	color:navy;
}

.s_title
{
	width:660px;
	padding-top:1.0em;
	margin-bottom:8px;
	padding-bottom:2px;
	color:#cc0000;
	border-bottom:1px dashed #cccccc;
	clear:both;
}

.a_title
{
	width:640px;
	padding-top:1.0em;
	margin-bottom:8px;
	border-bottom:1px solid #880000;
	padding:2px 10px;
	background-color:#cc0000;
	color:white;
	clear:both;
}

.event1
{
	width:650px;
	padding:2px 0px 2px 10px;
	background:#e6f7ff;
	clear:both;
}

.event2
{
	width:650px;
	padding:2px 0px 2px 10px;
	background:#ffdff9;
	clear:both;
}

/* ------------------ フッター ------------------ */
.footer
{
	clear:both;
	width:100%;
	margin:auto;
	text-align:center;
	border-top:1px solid #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
}

/* ------------------ フッターCT内リンク ------------------ */
.f_ct
{
	width:650px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px 0px 1px 8px;
	margin-top:10px;
	background:#eee;
	color:#999;
}

.f_ct_link
{
	width:658px;
	padding:5px 0px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	margin-bottom:10px;
}

/* ------------------ リリース ------------------ */
.ir
{
	width:172px;
	padding:3px 9px;
	background:url(../img/img_bg_info.gif) no-repeat;
	height:19px;
}

.ir a{color:#666;text-decoration:none;border-bottom:1px dotted #666;}
.ir a:visited{color:#666;text-decoration:none;border-bottom:1px dotted #666;}
.ir a:hover{color:white;border-bottom:1px dotted white;}

.ir_sub
{
	width:172px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0px 8px 8px 8px;
	line-height:130%;
}

.ir_center
{
	background:url(../img/img_bg_info_center.gif) no-repeat;
	color:#666;
}

.ir_sub_bottom {
	border-bottom:1px solid #cccccc;
}

ul#ir_list {
	list-style-type:none;
	line-height:130%;
	margin:0;
	padding:10px 8px 6px 5px;
}

.ir,.topics_sub ul
{
	list-style-type:none;
	line-height:130%;
}

.ir_sub dt
{
	padding-top:1.0em;
}


.ir_sub dd
{
	margin-left:0.5em;
}

.ir_sub dl
{
	margin:0px;
}

/* ------------------ コンテンツ ------------------ */
.icon
{
	width:248px;
	border-left:5px solid #008800;
	border-bottom:1px dotted #000;
	padding-left:10px;
}

.icon_sub
{
	width:248px;
	border-left:5px solid #c5ffa6;
	padding-left:10px;
	padding-top:1.0em;
	margin-bottom:10px;
}

/* ------------------ [TOP] スポンサー ------------------ */
.sps {clear:both;}

.sps ul{
	/*width:660px;*/
	list-style-type:none;
	margin:0;
	padding:0;
	/*padding:10px 0 0 80px;
	border-top:1px dotted #ccc;*/
	padding-top:8px;
}

.sps li{
	/*float:left;*/
	margin-right:10px;
}

/* ------------------ [TOP] 広告 ------------------ */
#top-ad {
	color:#999;
	font-size:9px;
	margin:5px 0 2px 0;
	line-height:160%;
}

#top-ad a{color:#999;text-decoration:none;}
#top-ad a:visited{color:#999;}
#top-ad a:hover{color:#999;}

/* ------------------ BPTリンク ------------------ */
.bpt
{
	padding:5px 0px;
	width:100%;
	text-align:right;
	clear:both;
}

.np
{
	padding:5px 0px;
	width:100%;
	text-align:center;
	clear:both;
}

/* ------------------ 領域2分割 ------------------ */
.dvd1
{
	width:50%;
	float:left;
	padding-top:2px;
}

.dvd2
{
	width:50%;
	float:left;
	text-align:right;
	padding-top:2px;
}

.dvd3
{
	width:264px;
	float:left;
	padding-left:6px;
	padding-top:2px;
}

/* ------------------ 問い合わせ ------------------ */
.contact
{
	border-left:5px solid #d7ebff;
	padding-left:15px;
	margin-left:20px;
}

/* ------------------ 標準リンク ------------------ */
a:hover{ color:#990000; }

/* ------------------ フォーム指定 ------------------ */
.f-style
{
	margin:0px;
	padding-top:3px;
	clear:both;
}

/* ------------------ マージン調整 ------------------ */
#search
{
	margin-bottom:4px;
	border:1px solid #cccccc;
}

/* ------------------ 見出しスタイル ------------------ */
h1,h2,.no { display:none; }

/* ------------------ 段落スタイル ------------------ */
p.sp0{ margin:0px; }
.sp1{ padding-right:10px; }
.sp2{ margin-right:15px; margin-bottom:15px; }
p{margin-top:0px;margin-bottom:1.0em;}

/* ------------------ カラー制御 ------------------ */
.red {color : red ;}
.blue{color : navy ;}
.white{color : white ;}
.black{color : black ;}
.orange{color : #ff6600 ;}
.green{color : green ;}
.green_s{color : green ; font-size:smaller;}
.gray{color : #666666 ;}
.gray2{color : #cccccc ;}

/* ------------------ 画像スタイル ------------------ */
.img
{
	border:1px solid #cccccc;
}

.img2
{
	border:1px solid #cccccc;
	margin-left:1.5em;
	margin-bottom:1em;
}

.img3
{
	border:1px solid #cccccc;
	margin-right:1.5em;
	margin-bottom:0.5em;
}

.img_galr{ text-align:center; padding-top:20px; }

img
{
	border:0px;
}

.img_rss{padding-bottom:1px;}

/* ------------------ テーブル調整 ------------------ */
.ts
{
	margin-bottom:15px;
	clear:both;
}

/* ------------------ リスト調整 ------------------ */
.links { width:100%;clear:both; }

.links ul
{
	margin-left:0px;
	padding-left:12px;
	margin-top:4px;
	margin-bottom:10px;
}

.links li
{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:20px;
	background-image:url(../img/next.gif);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
}

#pdf li
{background-image:url(../img/pdf_ico.gif);}

/* ------------------ 表示位置 ------------------ */
.cent {text-align:center;}
.art {text-align:right;}

/* ------------------ 文字サイズ ------------------ */
.lar{font-size:110%;}
.l_big{line-height:160%;}

/* ------------------ 引用 ------------------ */
.qt
{
	border-left:5px solid #d7ebff;
	padding-left:15px;
}

/* ------------------ トップ左下 ------------------ */
#advs
{
	border:3px double #77A877;
	background:#F7FCED;
	margin-top:8px;
	clear:both;
}

.bold{font-weight:bold;}

/* ------------------ PR ------------------ */
.ffc{font-size:10px;padding:5px;text-align:center;color:#999}
.ffc a:link{color:#999;text-decoration:none;}
.ffc a:visited{color:#999;text-decoration:none;}
.ffc a:hover{color:#999;text-decoration:none;}

.img_right
{
	float:right;
	margin-left:1.5em;
	margin-bottom:1em;
	text-align:center;
	font-size:10px;
	display:inline;
}

.img_left
{
	float:left;
	margin-right:1.5em;
	margin-bottom:1em;
	text-align:center;
	font-size:10px;
	display:block;
}