@charset "UTF-8";

/* CSS Document */


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

 初期化

------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	line-height: 170%;
	font-weight: normal;
/*	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica; */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	color: #444; /* 文章の基本色 */
	text-align: left;
	margin:0;
	padding:0;
}

body {
	padding: 0 0 15px 0;
	font-size:13px; /* 文章の基本サイズ */
}

*:first-child+html body { font-size:80%;	}

*html body { font-size:80%; }

table,
td,
th {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img { border:0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul { list-style:none; }

caption,
th { text-align:left; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after { content:''; }

abbr,
acronym { border:0; }

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

ページ 基本構造

------------------------------------- */
body { background:#fff url(../img/bg_body.jpg) repeat-x 0 0; }

#wrapper {
	width:100%;
	background:url(../img/bg_wrapper.jpg) no-repeat center 137px;
}

#header,
#contents {
	width:900px;
	margin: 0 auto;
	clear: both;
}

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

 ヘッダー

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

#header {
	height: 126px;
	margin-bottom: 35px;
	position: relative;
}

.logo {
	position: absolute;
	top:19px;
	left:0;
}

h1.logo {
	position: absolute;
	top:19px;
	left:0;
	font-size: 100%;
	border: none;
	margin-bottom: 0;
	padding-top:0;
}

/*
グローバルナビゲーション
---------------------------*/

.gNav {
	position: absolute;
	top:76px;
	left:0;
}

.gNav li { float:left; }

.nav-corporate,
.nav-service,
.nav-products,
.nav-eco,
.nav-ir,
.nav-recruit {
	width:150px;
	height: 53px;
}

.en_header .nav-corporate,
.en_header .nav-service,
.en_header .nav-products,
.en_header .nav-eco,
.en_header .nav-ir,
.en_header .nav-recruit {
	width:180px;
	height: 53px;
}


/*
ヘッダ右上部 テキストナビ
---------------------------*/

.sNav {
	position:absolute;
	top: 46px;
	right: 0px;
	width:auto;
}

.sNav li { float:left; }

.sNav li {
	display: inline;
	font-size: 90%;
	line-height: 1em;
	border-left: 1px solid #ccc;
}

.sNav li.end { border-right: 1px solid #ccc; }

.sNav li a {
	display:block;
	padding:2px 10px;
	text-decoration: none;
	color: #666;
}

.sNav li a:hover {
	color: #2B87DB;
	text-decoration: underline;
}

/*
言語きりかえボタン
---------------------------*/

.language {
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0;
	width: 103px;
	height: 26px;
}

.language li {
	display: inline;
}

.language li.ja {
	position: relative;
	right: -4px;
	width: 50px;
	height: 26px;
	overflow: hidden;
}

.language li.en {
	width: 49px;
	height: 26px;
	overflow: hidden;
}


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

 コンテンツエリア

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

/*
基本構造
---------------------------*/

div#mainContents {
	float: right;
	width: 620px;
	margin: 10px 20px 20px 0;
	display: inline;
	line-height: 180%;
	letter-spacing: 0.04em;
}

*html div#mainContents { margin-right: 10px; }

div#mainContents:after { /* clearFix */
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#mainContents {	/* clearFix for IE7 */ display: inline-block; }

/* Hides from IE-mac \*/
*html div#mainContents { height:1%; }

div#mainContents { display:block; }

/* End hide from IE-mac \*/



h1 {
	font-size: 170%;
	font-weight: bolder;
	letter-spacing: 0.01em;
	line-height: 120%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	/*border-bottom-color: #abc0ef;*/
	border-bottom-color: #6079b6;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	clear:both;
	color: #333;
}

h2 {
	clear:both;
	font-size: 130%;
	font-weight: bolder;
	margin:20px 0;
	background-color:#687691;
/*	text-indent: 1em;*/
	padding: 5px 0 5px 10px;
	line-height: 1.3em;
	color: #fff;
}

h2.crosshead { /* h3風のh2 */
	font-size: 140%;
	font-weight: bolder;
	padding: 5px 0 5px 10px;
	border-bottom: dashed 1px #999;
	text-indent: 0;
	margin: 20px 0 15px 0;
	background: url(../img/bg_h3.gif) no-repeat 0 center #fff;
	clear: both;
	color: #333;
}

h3 {
	font-size: 120%;
	font-weight: bolder;
	padding: 5px 0 5px 10px;
	border-bottom: dashed 1px #999;
	margin: 20px 0;
	background: url(../img/bg_h3.gif) no-repeat 0 center;
	clear: both;
}

#mainContents p {
	/*font-size: 120%;*/
	margin-bottom: 1em;
}

#mainContents table { width: 97%; }

#mainContents th,
#mainContents td {
	padding: 5px;
	border: solid 1px #999;
}

#mainContents table th { background-color: #eeeeee; }

 #mainContents table.directors { width: auto; }

#mainContents table.directors td {
	text-align: justify;
	text-justify: distribute	;
}

#mainContents .aboutusBox th {
	background: #eeeeee;
}

div#mainContents a {
	color: #0F5199;
}

div#mainContents a:hover {
	color: #2B87DB;
}


/*
ローカルナビゲーション
---------------------------*/
#sideBar {
	float: left;
	width: 200px;
	margin: 10px 20px;
	display: inline;
}

#sideBar .title {
	background: #006 url(../img/bg_category.jpg) repeat-x 0 0;
	color: #fff;
	font-size: 110%;
	padding:5px 0 5px 17px;
	font-weight: bolder;
}

ul.localNav {
	width: 198px;
	background-color: #efefef;
	margin:10px 0;
	border: 1px solid #ccc;
}

ul.localNav li {
	width:100%;
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.3em;
	font-weight: bolder;
}

ul.localNav li a {
	display: block;
	padding: 7px 8px 8px 8px;
	text-decoration:none;
	color: #666;
}

ul.localNav li a:hover {
	text-decoration:underline;
	color: #2B87DB;
}

ul.localNav li a.current,
ul.localNav li a.parentsLink { /* ナビの色反転 */
	background-color: #2F509F;
	background: url(../img/bg_lnav.jpg) repeat-x 0 0;
	color: #fff;
	display: block;
}

ul.localNav li a.current:hover,
ul.localNav li a.parentsLink:hover { /* ナビの色反転 */
	color: #fff;
}


 /* IR情報 大西電気へのリンクボタン */
ul.onishi li {
	margin: 10px 0;
	color: #fff;
	font-weight: bolder;
	padding: 10px 0;
	text-align: center;
	background: #00b8d3 url(../img/bg_onishi.jpg) repeat-x 0 0;
}

ul.onishi li a:link {
	color: #fff;
	text-decoration: none;
}



ul.onishi li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.onishi li a:hover {
	text-decoration: underline;
	color: #2B87DB;
}


/*
ローカルナビゲーション（入れ子）
---------------------------*/

ul.localNav li ul {
	width: 90%;
	background-color: #fff;
	padding: 5px;
	margin-left: 5px;
	border-top: 1px solid #ccc;
}

ul.localNav li li {
	font-size: 90%;
	border: none;
}

ul.localNav li li a { padding: 5px 5px 4px 5px; }

ul.localNav li li a.current,
ul.localNav li li a.parentsLink { /* ナビの色反転 */
	background-image: none;
	background-color: #83a0e6;
	color: #fff;
	display: block;
}

img.outside { padding-left: 5px; }

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

 メインコンテンツ

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

ul.cNav {
	clear: both;
	display: block;
}

ul.cNav li {
	float: left;
	margin: 3px 20px 3px 0px;
	padding-left: 20px;
	background: url(../img/icon_arrow.gif) no-repeat 0 center;
	line-height: 150%;
	vertical-align: top;
	white-space: nowrap;
}

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

 フッターエリア

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

#footer {
	position: relative;
	width:100%;
	height: 120px;
	clear: both;
	background: url(../img/bg_footer.jpg) no-repeat center 0;
}

.copyright {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.02em;
}

.fNav {
	position:absolute;
	top: 40px;
	right: 0;
	display:block;
	width:auto;
	clear: both;
	width:100%;
	text-align: center;
}

.fNav li {
	display: inline;
	border-left: 1px solid #999;
}

.fNav li.end { border-right: 1px solid #999; }

.fNav li a {
	padding:2px 15px;
	color: #666;
	text-decoration: none;
}

.fNav li a:hover {
	color: #2B87DB;
	text-decoration: underline;
}

.goToTop {
	width: 840px;
	margin:  0 auto;
	text-align: right;/*	border-bottom: dashed 1px #ccc;*/
}

.goToTop p {
	margin: 10px;
	text-align: right;
	padding-right: 10px;
}

.goToTop p a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	font-weight: bolder;
	padding: 3px;
	background-color: #ccc;
}

.goToTop p a:hover { background-color: #999; }

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

 その他 フォーマット

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

/*
2段組みレイアウト
---------------------------*/

.container01 { /*  外枠  */
	margin: 20px auto;
	clear: both;
}

.leftColumn { /*	左側コラム	*/
	float: left;
	width: 49%;
}

.rightColumn { /*  右側コラム  */
	float: right;
	width: 49%;
}

/*
囲ケイ付 ボックス
---------------------------*/

.container02 { /*  外枠  */
	margin: 20px auto;
	clear: both;
	padding: 0 15px 15px 15px;
	border: solid 1px #999;
}

/*
囲ケイ付 ボックス 背景色有
---------------------------*/

.container02b { /*	外枠	*/
	margin: 20px auto;
	clear: both;
	padding: 15px;
	border: solid 1px #999;
	background-color: #f2f2f2;
}

/*
PDFダウンロード ボックス
---------------------------*/
.pdfDownload { /*  外枠  */
	margin: 20px auto;
	clear: both;
	padding: 15px 15px 0 15px;
	border: solid 1px #999;
	font-size: 90%;
	background-color: #eee;
}

/*
リストスタイル
---------------------------*/
ul.list01 {
	widrh: 95%;
	margin:10px 0;
	border-top: solid 1px #999;
}

ul.list01 li {
	font-size:100%;
	padding: 1em 0 1em 25px;
	border-bottom: dashed 1px #999;
}

ul.list01 li { background: url(../img/icon_arrow2.gif) no-repeat 2px center; }

ul.list01 li.pdf { background: url(../img/icon_pdf2.jpg) no-repeat 0 center; } /*  先頭にPDFアイコン	*/

ul.list01 li.ms { background: url(../img/asx.gif) no-repeat 0 center; } /*	先頭にMSのストリーミングアイコン	*/


ul.list02 {
	widrh: 95%;
	margin:10px 0;
}

ul.list02 li {
	padding: 0 0 0.2em 10px;
	background: url(../img/listmark_blue.gif) no-repeat left 7px;
	font-size:100%;
}

ul.list02 li img.must {
	float: none;
	position: relative;
	margin: 0 3px 0 0;
	vertical-align: middle;
}



/*
定義リストスタイル
---------------------------*/

dl.tableList {
	padding-top: 1em;
	margin-top: 1em;
/*	border-top: 1px dotted #333; */
	background: url(../img/dot_x.gif) repeat-x left bottom;
}

dl.tableList dt,
dl.tableList dl { float: left; }

dl.tableList dt {
	clear: left;
	width: 5em;
}

/* 順序説明 */
dl.numbering { margin-left: 35px; }

dl.numbering dt {
	padding: 20px 0 3px 0;
	margin: 10px 0 3px 0;
	font-weight: bolder;
	background: url(../img/numbering_arrow.jpg) 20px 0px no-repeat;
	border-bottom: 1px dashed #ccc;
}

dl.numbering dt.lastChild { border: none; }

dl.numbering dt.firstChild { background-image: none; }

dl.numbering dd { padding-left:1em; }

/* FAQのQ */
dl.faq dt {
	padding-top:1.5em;
	padding-bottom: 10px;
	margin-top:1.5em;
	border-top: 1px dashed #999;
	line-height: 170%;
	padding-left: 60px;
	font-size: 110%;
	font-weight: bolder;
	background-image: url(../../common/img/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 20px 1.4em;
}

/* FAQのA */
dl.faq dd {
	line-height: 170%;
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../../common/img/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 20px 0.1em;
}

dl.faq dd.lastChild {
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom: 1px dashed #999;
}

/*
リンクスタイル
---------------------------*/
a.arrow { /*	先頭に矢印アイコン	*/
	background: url(../img/icon_arrow2.gif) no-repeat 0 center;
	padding-left:1.2em;
}

a.popup { /*	尻に別ウィンドウアイコン	*/
	background: url(../img/icon_window.gif) no-repeat right center;
	padding-right:16px;
	margin-right:4px;
}




/*
フロート & クリア
---------------------------*/
.float-l {
	float: left;
	margin: 0 15px 10px 0;
}

.float-r {
	float: right;
	margin: 0 0 15px 0px;
}

.clear_l { clear: left; }

.clear_r { clear: right; }

.clear_b { clear: both; }

.note {
	padding-left: 1.1em;
	background: url(../img/bg_note.gif) 0 0.2em no-repeat;
}

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

 クリアフィックス

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

.clearfix:after {
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height:1%; }

.clearfix { display:block; }

/* End hide from IE-mac \*/


/*

#sideBar .title {
	font-size: 110%;
	letter-spacing: 0.05em;
	padding: 8px 0 8px 15px;
}

#mainContents h1 {
	font-size: 170%;
	padding-bottom: 8px;
	letter-spacing: 0em;
}

#mainContents h3 {
	font-size: 110%;
	letter-spacing: 0.05em;
}

#mainContents p,
.leftColumn1 p,
.leftColumn2 p {
	letter-spacing: 0.04em;
}

ul.localNav li {
	font-size: 95%;
	letter-spacing: 0.02em;
}

*/

.align_r {
	text-align: right;
}

.align_l {
	text-align: left;
}

#mainContents .captionBox_r {
	width: 95%;
	margin: 20px -8px 0 auto;
	line-height: 130%;
	font-size: 90%;
	text-align: left;
}