﻿@charset "UTF-8";

/* *********************************
FileName: style.css
UpdatedBy: -
*********************************** */

/* *********************************
特記事項：



*********************************** */


/* *********************************
001: 基本レイアウト
002: ヘッダー
003: フッター
004: コンテンツ
005: テキストリンク
006: 汎用クラス
007: 汎用ボックス
008: CLEARFIX（必要あれば）
009: TOPページ専用
010: 下層ページ専用
011: 
012: 
*********************************** */



/* ===== google-search =============================================== */
div#search {
	position:absolute;
}

div#search input {
	margin:0;
	padding:0;
}


div#searchBox {
	position: relative;
	top: 0;
	left:35px;
	font-size: 12px;
	line-height: 16px;
}

input#searchTxt {
	position: relative;
	right: 0;
	width: 180px;
	padding:2px;
	background-color: #FFFFFF;
	background-image: url(../images/common/google.gif);
	background-position:0;
	background-repeat: no-repeat;
	color: #666666;
}

input#btnG {
	position: relative;
	width: 64px;
	height:23px;
	border:none;
	background-color: #FFFFFF;
	background-image: url(../images/common/btn_serach_on.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-indent:-9999px;
}

/* For Win IE 7 */
/*:first-child + html body{font-family: "メイリオ", Meiryo;}*/
*:first-child + html input#btnG{left:-10px;}
/* For Win IE 6 */
/* html body{font-family: "メイリオ", Meiryo;}*/
* html input#btnG{left:-10px;}

div#searchNone { display: none;}
/* ===== google-search =============================================== */





/* *********************************

/* 001: 基本レイアウト

*********************************** */

/* For Win IE 7 */
/*:first-child + html body{font-family: "メイリオ", Meiryo;}*/
*:first-child + html body{font-family: "ＭＳ Ｐゴシック","MS PGothic";}
/* For Win IE 6 */
/* html body{font-family: "メイリオ", Meiryo;}*/
* html body{font-family: "ＭＳ Ｐゴシック","MS PGothic";}
body {
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
	color: #333;
	font-size: 75%; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 133%;
}

#page {
	width:860px;
	margin:0 auto;
	text-align:left;
}


/* ヘッダ */
#header {border-bottom:6px solid #840017;width:860px;height:60px;_padding-bottom:5px;}

/* コンテンツ */
#content {clear:both;margin:10px 10px 0 10px;;background:url(../images/common/bg_content.gif) 0 0 repeat-y;width:840px;}

/* コンテンツ */
#contentindex {clear:both;margin:10px 10px 0 10px;width:840px;}


	/* コンテンツサイド */
	#side {float:left;width:210px;}
	
	/* コンテンツメイン */
	#main {float:right;width:610px;}
	
	/* コンテンツメイン */
	#pdfpdf {
	width:610px;
	border: 1px solid #000;
		}	

	/* コンテンツメイン */
	#maindex {
	float:right;
	width:840px;
}



/* フッター */
#footer {clear:both;border-top:6px solid #840017;width:860px;height:40px;padding-top:5px;}


/* *********************************

/* 002: ヘッダー

*********************************** */

#header #rogo {float:left;margin:20px 0 0 10px;_margin:20px 0 0 5px;}

#header #right_box {float:right;margin-right:10px;_margin-right:5px;width:425px;}

	#header #right_box ul.link{float:right; margin-bottom:11px; font-size:0; line-height:0;}
	#header #right_box ul.link li{float:left;margin-left:10px;margin-top:3px;}

	/* fontsize_box */
	#header #right_box #fontsize {float:right; font-size:0; line-height:0;}
/*	#header #right_box #fontsize img { font-size:0; line-height:0;} */
	#header #right_box #fontsize img {margin-left:4px; font-size:0; line-height:0;}


#sub_menu2 { width: 200px; margin-top:3px;}
#sub_menu2 ul {height: 20px; display: block; float:right;}
#sub_menu2 ul.fonts li { float: left; background: none; padding: 0;}


#font_s a,
#font_m a,
#font_l a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 20px;
	margin-left:3px;
	_margin-left:1px;
}

#font_s a {
	background: url(../images/common/btn_font_s_off.jpg) 0 0 no-repeat;
	width: 20px;
	margin-left:3px;
	_margin-left:1px;
}


#font_m a {
	background: url(../images/common/btn_font_m_on.jpg) 0 0 no-repeat;
	width: 20px;
	margin-left:3px;
	_margin-left:1px;
}
#font_l a {
	background: url(../images/common/btn_font_l_off.jpg) 0 0 no-repeat;
	width: 20px;
}

#font_s a:hover {background: url(../images/common/btn_font_s_on.jpg) 0 0 no-repeat;}
#font_m a:hover {background: url(../images/common/btn_font_m_on.jpg) 0 0 no-repeat;}
#font_l a:hover {background: url(../images/common/btn_font_l_on.jpg) 0 0 no-repeat;}


#font_s a span,
#font_m a span,
#font_l a span {
	display: none;
}

div#search {
	width:300px;
}


/* *********************************

/* 003: フッター

*********************************** */

#footer #fnavi {float:left;margin-left:10px;_margin-left:5px;}

#footer #copyright {float:right;margin-right:10px;_margin-right:5px;}


/* *********************************

/* 004: コンテンツ

*********************************** */

/* サイド:メニュー */

#content #side #menu {margin-bottom:15px;}
		* html #content #side #menu {margin-bottom:10px;}
		*:first-child + html #content #side #menu {margin-bottom:10px;}

#content #side #menu a{color:#000;}
#content #side #menu a:hover{color:#840017;}

#content #side #menu img {margin-bottom:10px;}

	#content #side #menu ul{margin-bottom:10px;}
	#content #side #menu ul.act li.title{background:url(../images/common/side_icon_02.gif) 0 5px no-repeat;font-weight:bold;}
		* html #content #side #menu ul.act li.title { background-image:url(../images/common/side_act_01.gif);}
		*:first-child + html #content #side #menu ul.act li.title { background-image:url(../images/common/side_act_01.gif);}
		
	#content #side #menu ul.act li.title2{background:url(../images/common/side_icon_02.gif) 0 5px no-repeat;font-weight:bold;}
		* html #content #side #menu ul.act li.title2{ background-image:url(../images/common/side_act_01.gif);}
		*:first-child + html #content #side #menu ul.act li.title2{ background-image:url(../images/common/side_act_01.gif);}
		
	#content #side #menu li {border-bottom:1px dashed #B4C9E8;padding-bottom:2px;padding-top:2px;padding-left:20px;}
	#content #side #menu li.title {background:url(../images/common/side_icon_01.gif) 0 5px no-repeat;font-weight:bold;}
		* html #content #side #menu li.title {background:url(../images/common/side_icon_01.gif) 0 7px no-repeat;}
		*:first-child + html #content #side #menu li.title {background:url(../images/common/side_icon_01.gif) 0 7px no-repeat;f}
		
	#content #side #menu li.title2 {border-top:1px dashed #B4C9E8;background:url(../images/common/side_icon_01.gif) 0 5px no-repeat;font-weight:bold;}
		* html #content #side #menu li.title2 {background:url(../images/common/side_icon_01.gif) 0 7px no-repeat;}
		*:first-child + html #content #side #menu li.title2 {background:url(../images/common/side_icon_01.gif) 0 7px no-repeat;}
	
	#content #side #menu li.menu_nesting {padding-left:50px;text-indent:-1.3em;_text-indent:-1.4em;}
	#content #side #menu li.menu_nesting_2 {padding-left:55px;}
	
	#content #side #menu ul.act li.current{background-color:#F2E5E7;}


/* サイド:グループ一覧リスト */

#content #side #grouplist {}
	#content #side #grouplist li {margin:8px 0;}
	


/* トピックパス */
#topic_path {
	margin:5px 0;
	padding:0;
}


/* *********************************

/* 005: テキストリンク

*********************************** */


a {color:#840017;text-decoration:none;}
a:hover{text-decoration:underline;}

h3 div.float_left a {color:#000;text-decoration:none;}
h3 div.float_left a:hover{text-decoration:underline;}

h3 div.detail a {color:#000;text-decoration:none;}
h3 div.detail a:hover{text-decoration:underline;}

/* *********************************

/* 006: 汎用クラス

*********************************** */

/* 見出し */
h1{
	font-weight:bold;
	margin:0 0 15px 0;
	padding-left:30px;
	padding-top:5px;
	_padding-top:7px;
	color:#FFFFFF;
	font-size:115%;
	height:21px;
	_height:26px; /* for IE6 */
	background-image:url(../images/common/h1_bg.gif);
	background-repeat:no-repeat;
	font-family: "メイリオ", Meiryo;
}

h2{
	font-weight:bold;
	border-left:5px solid #C17F8B;
	margin:0 0 15px 10px;
	padding-bottom:6px;
	padding-left:1em;
	padding-top:6px;
	font-size:115%;
}

h3{
	margin:0 0 10px 0;
	padding-left:1.7em;
	padding-top:11px;
	font-size:120%;
	font-weight:bold;
	height:24px;
	_height:35px; /* for IE6 */
	background-image:url(../images/common/h3_bg.jpg);
	background-repeat:no-repeat;
}

h3 div.detail{
	font-size:85%;
	font-weight:100;
	float:right;
	padding-right:10px;
}

h3.long{
	background-image:url(../images/common/h3_bg_long.jpg);
	background-repeat:no-repeat;
}

h4{
	clear:both;
	margin:0 0 5px 0;
	padding-left:30px;
	padding-top:2px;
	font-weight:bold;
	font-size:110%;
	height:18px;
	_height:23px; /* for IE6 */
	background-image:url(../images/common/h4_bg.jpg);
	background-repeat:no-repeat;
}


/* 汎用ライン */

.line{
	border-bottom:1px solid #E6CCD1;
}

.line_top{
	height:7px;
	font-size:1px;
	line-height:0;
	background-image:url(../images/common/line_bg_top.gif);
	background-repeat:no-repeat;
}

.line_bottom{
	height:7px;
	font-size:1px;
	line-height:0;
	background-image:url(../images/common/line_bg_bottom.gif);
	background-repeat:no-repeat;
}


/* 基本テキスト段落 */
.indent {
	margin:0 28px;
}	
	
/* テキストサイズ */
.font_xs {font-size:70%;}
.font_s {font-size:90%;}
.font_l {font-size:120%;}

/* テキスト強調 */
.bold {font-weight: bold;}
.u_line{text-decoration:underline;}

/* テキストカラー */
.red  {color: #ff0000;}
.blue {color: #0033FF;}
.orange {color: #FF9900;}

/* テキスト位置 */
.left  {text-align:left;}
.center{text-align:center;}
.right {text-align:right;}

.top    {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

/* 回りこみ */
.float_left  {float:left;}
.float_right {float:right;}
.float_left2{
	float:left;
	margin:0 15px 5px 0;
}
.float_right2{
	float:right;
	margin:0 0 5px 15px;
}


/* 画像専用回りこみ */
.img_float_left  {float:left;margin-left:10px;margin-right:10px;margin-bottom:10px;}
.img_float_right {float:right;margin-left:10px;margin-right:10px;margin-bottom:10px;}

/* マージン系 */
.margin10 {margin:10px;}

.marginleft5  {margin-left:5px;}
.marginleft10 {margin-left:10px;}
.marginleft15 {margin-left:15px;}
.marginleft20 {margin-left:20px;}
.marginleft40 {margin-left:40px;}

.margintop5  {margin-top:5px;}
.margintop10 {margin-top:10px;}
.margintop20 {margin-top:20px;}
.margintop30 {margin-top:30px;}

.marginbottom5 {margin-bottom:5px;}
.marginbottom10 {
	margin-bottom:10px;
	margin-left: 10px;
}
.marginbottom20 {margin-bottom:20px;}
.marginbottom202 {
	margin-top:2px;
	margin-bottom:10px;
	width:610px;
}

.marginbottom202index {
	margin-top:10px;
	margin-bottom:10px;
	width:840px;
}


.margintopbottom10 {margin:10px 0px;}
.margintopbottom20 {margin:20px 0px;}

.indent1 {margin-left:1em;}
.indent2 {margin-left:15px;}
.indent3 {margin-left:30px;}


/* 汎用リスト */

ul.anchor01   { padding:0 0 0 28px;}
ul.anchor01 li{
	padding:0 0 5px 24px;
	background-image:url(../images/common/list_icon02.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
}
ul.anchor01 li a{
	color:#333;
	text-decoration:none;
	}
ul.anchor01 li a:hover{
	color:#333;
	text-decoration:underline;
	}
ul.anchor01 li.act{
	background-image:url(../images/common/list_icon01.jpg);
}
ul.anchor01 li.act a{
	color:#840017;
	font-weight:bold;
}

div.auto {
	margin:0 auto;
	width:88%;
	text-align:center;
}
ul.anchor02   {display:inline; }
ul.anchor02 li{
	float:left;
	padding:0 20px 5px 24px;
	background-image:url(../images/common/list_icon02.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	display:inline;
}
ul.anchor02 li a{
	color:#333;
	text-decoration:none;
	}
ul.anchor02 li a:hover{
	color:#333;
	text-decoration:underline;
	}

ul.anchor03   { padding:0 0 0 28px;}
ul.anchor03 li{
	text-indent:-1.3em;
	padding:0 0 5px 42px;
	background-image:url(../images/common/list_icon02.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
}
ul.anchor03 li a{
	color:#333;
	text-decoration:none;
	}
ul.anchor03 li a:hover{
	color:#333;
	text-decoration:underline;
	}
ul.anchor03 li.act{
	background-image:url(../images/common/list_icon01.jpg);
}

ul.anchor04   { padding:0 0 0 25px; margin-bottom:5px; zoom:1;}
ul.anchor04 li{
	float:left;
	padding:0 10px 5px 22px;
	background-image:url(../images/common/list_icon02.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
}
ul.anchor04 li a{
	color:#333;
	text-decoration:none;
	}
ul.anchor04 li a:hover{
	color:#333;
	text-decoration:underline;
	}
ul.anchor04 li.act{
	background-image:url(../images/common/list_icon01.jpg);
}

/* *********************************

/* 007: 汎用ボックス

*********************************** */

.box_100{width:100px;}
.box_200{width:200px;}
.box_300{width:300px;}
.box_400{width:400px;}
.box_500{width:500px;}
.box_450{width:450px; margin:0 auto;}

/* 段組 */
div.step_double,
div.step_triple,
div.step_4ple,
div.step_5ple {clear: both;width: 99.9%;}

div.step_double div {float: left;padding-right: 0px;width: 49.1%;}
div.step_triple div {float: left;padding-right: 1px;width: 33%;}
div.step_4ple div   {float: left;padding-right: 3px;width: 24.3%;}
div.step_5ple div   {float: left;padding-right: 2px;width: 19%;}

/* 2段組 */

.step {
	margin-bottom:20px;
}

.step p {
	margin:0 10px;
}

.step_left {
	width:300px;
	float:left;
}
.step_right {
	width:300px;
	float:left;
	margin-left:10px;
	_margin-left:5px; /* for IE6 */
}


/* テーブル */

table.type1 {
	clear:both;
	border:1px solid #ccc;
	border-bottom:0;
	margin:0 10px;
	width:590px;
}

table.type1 th{
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F5EBED;
	_font-size:80%; /* for IE6 */
}

table.type1 td{
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #ccc;
	line-height:1.3;
	_font-size:80%; /* for IE6 */
}

table.type2 {
	clear:both;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:0;
	margin:0 10px;
	width:590px;
}

table.type2 th{
	padding:5px;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F5EBED;
	_font-size:80%; /* for IE6 */
}

table.type2 td{
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1.5;
	_font-size:80%; /* for IE6 */
}

table.type_form {
	clear:both;
	border:1px solid #ccc;
	border-bottom:0;
	margin:0 10px;
	width:590px;
}

table.type_form input {
	margin:0 2px;
}

table.type_form button {
	width:200px;
}

table.type_form th{
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F5EBED;
	_font-size:80%; /* for IE6 */
}

table.type_form th span{
	color:#FF0000;
}

table.type_form td{
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #ccc;
	line-height:1.3;
	_font-size:80%; /* for IE6 */
}


div#adbbanner,
div#flashbanner {
	clear: both;
	margin: 10px 40px;
}
div#adbbanner dt,
div#flashbanner dt {
	float: left;
	margin-right: 10px;	
}
div#adbbanner dd,
div#flashbanner dd {
}

/* *********************************

/* 008: CLEARFIX（必要あれば）

*********************************** */

.space{clear:both;}
.clfx{clear:both;zoom:1; /*for IE 5.5-7*/ min-height: 1px;}

.clfx:after{/*for modern browser*/
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
}

br.blockend{content:" "; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0;}



/* *********************************

/* 009: TOPページ専用

*********************************** */

/*


#main #news2 {margin-top:15px;}

	#news .title {background:url(../images/common/index_news2.gif) 0 0 no-repeat;width:525px;height:26px;}
	#news .title .left {float:left;margin:6px 0 0 10px;}
	#news .title .right {float:right;margin:6px 28px 0 0;_margin:6px 14px 0 0;}
	#news .title .right img {margin-left:9px;}
	
	#news .news_detail {margin-top:10px;border:1px solid #999999;padding:5px 0 0;}
	
	#news .news_detail table{width:600px;_font-size:100%;}
	#news .news_detail tr {}
	#news .news_detail th {padding:8px 5px 8px 85px;width:125px;font-weight:normal;border-bottom:1px dotted #999999; vertical-align:top;}
		#news .news_detail th.exch {background:url(../images/common/index_icon_news01.gif) 8px 6px no-repeat;}
		#news .news_detail th.ir   {background:url(../images/common/index_icon_news02.gif) 8px 6px no-repeat;}
		#news .news_detail th.pr   {background:url(../images/common/index_icon_news03.gif) 8px 6px no-repeat;}
	#news .news_detail td {padding:8px 8px 8px 0;border-bottom:1px dotted #999999;}

*/

/*
#main #news1 {margin-top:15px;}

	#news_wrap{text-align:center;}
	#news{width:525px;margin:auto;text-align:left;}

	#news .title {background:url(../images/common/index_news.gif) 0 0 no-repeat;width:525px;height:26px;}
	#news .title .left {float:left;margin:6px 0 0 10px;}
	#news .title .right {float:right;margin:6px 28px 0 0;_margin:6px 14px 0 0;}
	#news .title .right {float:right;margin:6px 28px 0 0;_margin:6px 14px 0 0;}
	#news .title .right img {margin-left:9px;}
	
	#news .news_detail {margin-top:10px;border:1px solid #999999;padding:5px 0 0;}
	
	#news .news_detail table{width:525px;_font-size:100%;margin:auto;}
	#news .news_detail tr {}
	#news .news_detail th {padding:8px 5px 8px 85px;width:125px;font-weight:normal;border-bottom:1px dotted #999999; vertical-align:top;}
		#news .news_detail th.exch {background:url(../images/common/index_icon_news01.gif) 8px 6px no-repeat;}
		#news .news_detail th.ir   {background:url(../images/common/index_icon_news02.gif) 8px 6px no-repeat;}
		#news .news_detail th.pr   {background:url(../images/common/index_icon_news03.gif) 8px 6px no-repeat;}
	#news .news_detail td {padding:8px 8px 8px 0;border-bottom:1px dotted #999999;}

*/



#main #news1 {margin-top:15px;}

	#news_wrap{text-align:center;}
	#news{	width:600px;	margin:auto;	text-align:left;}
	#news .title {	background:url(../images/common/index_news.gif) 0 0 no-repeat;	width:600px;	height:26px;}
	#news .title .left {float:left;margin:6px 0 0 10px;}
	#news .title .right {float:right;margin:6px 28px 0 0;_margin:6px 14px 0 0;}
	#news .title .right img {margin-left:9px;}
	#news .news_detail {width:580px;margin-top:10px;border:1px solid #999999;padding:5px 0 0;}
	#news .news_detail table{width:580px;_font-size:100%;margin:auto;}
	#news .news_detail tr {}
	#news .news_detail th {padding:8px 5px 8px 85px;width:125px;font-weight:normal;border-bottom:1px dotted #999999; vertical-align:top;}
	#news .news_detail th.exch {background:url(../images/common/index_icon_news01.gif) 8px 6px no-repeat;}
	#news .news_detail th.ir   {background:url(../images/common/index_icon_news02.gif) 8px 6px no-repeat;}
	#news .news_detail th.pr   {background:url(../images/common/index_icon_news03.gif) 8px 6px no-repeat;}
	#news .news_detail td {padding:8px 8px 8px 0;border-bottom:1px dotted #999999;}

	#newsindex{
	width:840px;
	margin:auto;
	text-align:left;
}
	#newsindex .title {
	background:url(../images/common/index_news.gif) 0 0 no-repeat;
	width:840px;
	height:26px;
}
	#newsindex .title .left {float:left;margin:6px 0 0 10px;}
	#newsindex .title .right {float:right;margin:6px 28px 0 0;_margin:6px 14px 0 0;}
	#newsindex .title .right img {margin-left:9px;}
	#newsindex .news_detail {width:820px;margin-top:10px;border:1px solid #999999;padding:5px 0 0;}
	#newsindex .news_detail table{width:820px;_font-size:100%;margin:auto;}
	#newsindex .news_detail tr {}
	#newsindex .news_detail th {padding:8px 5px 8px 85px;width:125px;font-weight:normal;border-bottom:1px dotted #999999; vertical-align:top;}
	#newsindex .news_detail th.exch {background:url(../images/common/index_icon_news01.gif) 8px 6px no-repeat;}
	#newsindex .news_detail th.ir   {background:url(../images/common/index_icon_news02.gif) 8px 6px no-repeat;}
	#newsindex .news_detail th.pr   {background:url(../images/common/index_icon_news03.gif) 8px 6px no-repeat;}
	#newsindex .news_detail td {padding:8px 8px 8px 0;border-bottom:1px dotted #999999;}




/* *********************************

/* 010: 下層ページ専用

*********************************** */

#pagetop{
	text-align:right;
	margin:15px 0;
	}

/* company｜index.html */

#company .index_01 img{
	margin-top:10px;
	margin-bottom:10px;
	}

#company .line_gray{
	margin-top:30px;
	height:5px;
	font-size:1px;
	background-color:#F4F4F4;
	background-repeat:no-repeat;
	line-height:0;
}

/* company｜message.html */

#company .massage_01{
	width:600px;
	_width:610px;
	padding:10px 15px;
	line-height:150%;
	}
	
#company .massage_02{
	width:590px; _width:610px;
	padding:10px;
	line-height:150%;
	text-align:right;
	border-top:#F4F4F4 solid 5px;
	border-bottom:#F4F4F4 solid 5px;
	}


/* company｜organization.html */

#company .organization_01{
	text-align:center;
	margin-top:15px;
	padding-bottom:30px;
	border-bottom:#F4F4F4 solid 5px;
	}
	
	
/* company｜policy.html */

#company .policy_01{
	margin:10px 15px;
	line-height:150%;
	}
	
#company .policy_02{
	margin:10px 15px;
	line-height:150%;
	padding-bottom:30px;
	border-bottom:#F4F4F4 solid 5px;
	}
	

/* company｜governance.html */

#company .governance_01{
	margin:10px 15px;
	line-height:150%;
	}
	
#company .governance_02{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#F4F4F4 solid 5px;
	}
	
#company .governance_03{
	width:580px; _width:610px;
	padding:0 15px;
	line-height:150%;
	}
	
	
/* company｜executives.html */

#company .executives_01{
 margin:10px 15px;
 line-height:150%;
 }
 
#company .executives_02{
 margin-top:15px;
 border-bottom:#F4F4F4 solid 5px;
 }
 
#company .executives_03{
 padding:0 10px 20px 15px;
 border-bottom:#CCCCCC solid 1px;
 margin-top:20px;
}

#company .executives_03_01{
 padding:0 10px 20px 15px;
 margin-top:20px;
}


#company .executives_04{
 margin-left:8px;
 width:445px;
 float:right;
 line-height:150%;
 }

#company .executives_04 dt{
	font-weight:bold;
	}
	
#company .executives_05{
	padding-left:15px;
	margin-bottom:20px;
	}

#company .executives_05 .step_4ple p{
	width:123px;_width:125px;
	text-align:center;
	padding:5px 0;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	}

/* services｜index.html by shibata*/


#company ul.index4_01{
	 margin:3px 0 2px 30px;
 }
#company ul.index4_01 li{
	 margin-bottom:1px;
	 list-style-type:disc;
	 }
/* services｜index.html by shibata */

/* services｜index.html */

#services .index_01{
	text-align:center;
	margin: 30px 0;
	}
	
#services .index_01 p{
	text-align:right;
	padding-right:15px;
	margin-top:10px;
	}
	
#services .index_02{
	padding: 0 15px 30px 15px ;
	line-height:150%;
	border-bottom:#F4F4F4 solid 5px;
	}

/* services｜index1.html */

#services .index1_01{
	text-align:center;
	margin: 30px 0;
	}
	
	
/* ir｜index1.html */

#ir .index_01 ul{
	padding-left:23px;
	}

#ir .index_01 li{
	text-indent:-1.3em;
	padding:0 0 5px 25px;
	background-image:url(../images/ir/index_02.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	}
	
#ir .index_01 li a{
 color:#333333;
 }
 
#ir .index_01 li a:hover{
 color:#840017;
 }


/*
#ir .index_02{
	width:580px;
	height:200px;
	overflow:auto;
	border-bottom:#CCCCCC 2px solid;
	border-top:#CCCCCC 5px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:15px;
	margin-bottom:20px;
	}
	
#ir .index_02 dl{
	margin:5px 15px;

	}
	
#ir .index_02 dt{
	font-weight:bold;
	float:left;
	padding:7px 0;
	}
	
#ir .index_02 dd{
	padding:7px 0;
	background:url(../images/ir/dot.gif) 0 100% repeat-x;
	padding-left:10em;
	}
*/

#ir .index_02{
	width:580px;
/*	height:200px;
	overflow:auto;
	border-bottom:#CCCCCC 2px solid;
	border-top:#CCCCCC 5px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:15px;
	margin-bottom:20px;*/
	}
	
#ir .index_02 dl{
	margin:5px 15px;

	}
	
#ir .index_02 dt{
	font-weight:bold;
	float:left;
	padding:7px 0;
	}
	
#ir .index_02 dd{
	padding:7px 0;
	background:url(../images/ir/dot.gif) 0 100% repeat-x;
	padding-left:10em;
	}
	}


#ir  li.nesting{
 text-indent:-1.3em;
 margin-left:30px;
 padding:0 0 5px 25px;
 background-image:url(../images/common/arr_01.gif);
 background-repeat:no-repeat;
 background-position:0 4px;
 }


/* ir|news｜index.html */

#ir .news_index_01{
	width:580px;
	border-bottom:#CCCCCC 2px solid;
	border-top:#CCCCCC 5px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:15px;
	margin-bottom:20px;
	}
	
#ir .news_index_01 dl{
	margin:5px 15px;

	}
	
#ir .news_index_01 dt{
	font-weight:bold;
	float:left;
	padding:7px 0;
	}
	
#ir .news_index_01 dd{
	padding:7px 0;
	background:url(../images/ir/dot.gif) 0 100% repeat-x;
	padding-left:10em;
	}

/* ir1 */

#ir1 p.indent2{
	 margin-right:15px;
	 margin-bottom:20px;
}
#ir1 ul.index4_01{
	 margin:30px 0 20px 30px;
 }
#ir1 ul.index4_01 li{
	 margin-bottom:5px;
	 list-style-type:disc;
	 }

/* ir2 */

#ir2 p.indent2{
	margin-right:15px;
	margin-bottom:20px;
}

#ir2 p.indent3{
	margin-right:15px;
	margin-bottom:3px;
}

/* ir2|news｜index.html */

#ir2 .news_index_01{
	width:580px;
	border-bottom:#CCCCCC 2px solid;
	border-top:#CCCCCC 5px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:15px;
	margin-bottom:20px;
	}
	
#ir2 .news_index_01 dl{
	margin:5px 15px;

	}
	
#ir2 .news_index_01 dt{
	font-weight:bold;
	float:left;
	padding:7px 0;
	}
	
#ir2 .news_index_01 dd{
	padding:7px 0;
	background:url(../images/ir/dot.gif) 0 100% repeat-x;
	padding-left:10em;
	}

/* ir4 */

#ir4 p.indent2{
	margin-right:15px;
	margin-bottom:20px;
}

#ir4 table.type2{
	border-right:none;
	margin-bottom:15px;
}

#ir4 table.type2 td{
	border-right:1px solid #CCCCCC;
	text-align:center;
	font-size:96%;
}

table.type3 {
	clear:both;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:0;
	margin:0 10px;
	width:590px;
}

table.type3 th{
	padding:5px;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F5EBED;
	_font-size:80%; /* for IE6 */
}

table.type3 td{
	padding:10px;
	text-align:right;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #ccc;
	line-height:1.5;
	_font-size:80%; /* for IE6 */
}

table.type3 td.left{
	text-align:left;
}



table.type4 {
	clear:both;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:0;
	margin:0 5px;
	width:590px;
}

table.type4 th{
	padding:5px;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F5EBED;
	_font-size:80%; /* for IE6 */
}

table.type4 td{
	padding:5px;
	text-align:right;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #ccc;
	line-height:1.5;
	_font-size:80%; /* for IE6 */
}

table.type4 td.left{
	text-align:left;
}



/* privacy */

#privacy p.indent2{
	margin-right:15px;
	margin-bottom:20px;
}


/* sitemap｜sitemap.html */

#sitemap .sitemap_01 ul{
 padding-left:23px;
 }

#sitemap .sitemap_01 li{
 text-indent:-1.3em;
 padding:0 0 5px 25px;
 background-image:url(../images/common/arr_01.gif);
 background-repeat:no-repeat;
 background-position:0 4px;
 }

#sitemap .sitemap_01 li a{
 color:#333333;
 }
 
#sitemap .sitemap_01 li a:hover{
 color:#840017;
 }

#sitemap .sitemap_01 li.nesting{
 text-indent:-1.3em;
 margin-left:30px;
 padding:0 0 5px 25px;
 background-image:url(../images/common/arr_01.gif);
 background-repeat:no-repeat;
 background-position:0 4px;
 }
#sitemap .sitemap_01 li.nesting2{
 text-indent:-1.3em;
 margin-left:60px;
 padding:0 0 5px 25px;
 background-image:url(../images/common/arr_01.gif);
 background-repeat:no-repeat;
 background-position:0 4px;
 }
 
 /* ir_lib */

#ir_lib p.indent2{
	margin-right:15px;
}

/* new｜index.html */

#new .news_index_01{
	width:580px;
	border-bottom:#CCCCCC 2px solid;
	border-top:#CCCCCC 5px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:15px;
	margin-bottom:20px;
	}
	
#new .news_index_01 dl{
	margin:5px 15px;

	}
	
#new .news_index_01 dt{
	font-weight:bold;
	float:left;
	padding:7px 0;
	}
	
#new .news_index_01 dd{
	padding:7px 0;
	background:url(../images/ir/dot.gif) 0 100% repeat-x;
	padding-left:10em;
	}



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


/* 見出し */
#newsrelease h1{
	font-weight:bold;
	margin:0 0 15px 0;
	padding-left:30px;
	padding-top:5px;
	_padding-top:7px;
	color:#FFFFFF;
	font-size:115%;
	height:21px;
	_height:26px; /* for IE6 */
	background-image:url(../images/common/h1_bg.gif);
	background-repeat:no-repeat;
	font-family: "メイリオ", Meiryo;
}

#newsrelease .midashi{
	font-weight:bold;
	margin:0 0 0px 0px;
	padding-bottom:6px;
	padding-top:6px;
	font-size:115%;
	padding-left: 0.5em;
}

#newsrelease .title{
	font-weight:bold;
	margin:5px 5px 5px 5px;
	padding-bottom:6px;
	padding-top:6px;
	font-size:150%;
	padding-left: 0.5em;
	border: 2px solid #F2E5E7;
}


#newsrelease .kokuchi{
	font-weight:bold;
	margin:5px 5px 5px 5px;
	font-size:115%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2E5E7;
	border-right-color: #F2E5E7;
	border-bottom-color: #F2E5E7;
	border-left-color: #F2E5E7;
}


#newsrelease .p_right{
	margin:0 0 0px 0px;
	font-size:1em;
	padding-right: 10px;
}

#newsrelease .p_rightend{
	margin:40px 0px 0px 0px;
	font-size:1em;
	padding-right: 10px;
}

#newsrelease .p_left{
	margin:0 0 0px 0px;
	font-size:1em;
	padding-right: 10px;
	padding-left: 10px;
}


#newsrelease h3{
	margin:0 0 10px 0;
	padding-left:1.7em;
	padding-top:11px;
	font-size:120%;
	font-weight:bold;
	height:24px;
	_height:35px; /* for IE6 */
	background-image:url(../images/common/h3_bg.jpg);
	background-repeat:no-repeat;
}

#newsrelease h3 div.detail{
	font-size:85%;
	font-weight:100;
	float:right;
	padding-right:10px;
}

#newsrelease h3.long{
	background-image:url(../images/common/h3_bg_long.jpg);
	background-repeat:no-repeat;
}

#newsrelease h4{
	clear:both;
	margin:0 0 5px 0;
	padding-left:30px;
	padding-top:2px;
	font-weight:bold;
	font-size:110%;
	height:18px;
	_height:23px; /* for IE6 */
	background-image:url(../images/common/h4_bg.jpg);
	background-repeat:no-repeat;
}

.top_left2 {
	float:left;
	width: 490px;
	margin: 5px 10px 10px 10px;

}



.top_right {
	float:right;
	width: 285px;
	background-image: url(../images/bottom2_off.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top_right:hover {
	float:right;
	width: 285px;
	background-image: url(../images/bottom2_on.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top_bottom1 {
	float:right;
	width: 285px;
	height: 32px;
	background-image: url(../images/bottom2_off.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top_bottom1:hover {
	width: 285px;
	height: 32px;
	background-image: url(../images/bottom2_on.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top_center {
	width: 780px;
	padding-left: 10px;
	font-size:15px;
	font-weight:bold;
	color:#903;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6E282A;
	margin: 5px 10px 10px 10px;
}

.kijibox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #954754;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #F5EBED;
	border-right-color: #F5EBED;
	border-left-color: #F5EBED;
	clear:both;


}

.kiji_day{
	color:#333;
	font-size:12px;
	float: left;
	line-height: 1.2em;
	padding: 2px 5px 2px 5px;
}

.kiji{
	color:#910029;
	font-size:12px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	width: auto;
	padding: 2px 5px 2px 5px;
}

.rtxt{
	margin:10px 5px 5px 5px;
	text-align: left;
	line-height: 1.4em;
	font-size: 10px;
	}
	
.kiki_btm_txt
{
	text-align:left;
	margin-left:25px;
}

.syutten_left{
	font-size:10px;
	line-height: 1em;
	width: 285px;
	float: left;
	margin-left: 20px;
}

.syutten_right{
	font-size:10px;
	line-height: 1em;
	width: 285px;
	float: right;
}

.syutten_max {
	padding-left: 16px;
	line-height: 1.5em;
	margin-left: 10px;
	float: right;
	width: 200px;
}


.syutten_small{
	font-size:9px;
}


.top2_left2 {
	float:left;
	width: 262px;
	margin: 4px 4px 4px 4px;

}

.top2_left3 {
	float:left;
	width: 262px;
	margin: 4px 4px 4px 4px;

}

.top2_left4 {
	float:left;
	width: 262px;
	margin: 4px 0px 4px 4px;

}




.top2_right {
	float:right;
	width: 285px;
	background-image: url(../images/bottom2_off.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top2_right:hover {
	float:right;
	width: 285px;
	background-image: url(../images/bottom2_on.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top2_bottom1 {
	float:right;
	width: 285px;
	height: 32px;
	background-image: url(../images/bottom2_off.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top2_bottom1:hover {
	width: 285px;
	height: 32px;
	background-image: url(../images/bottom2_on.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	
}


.top2_center {
	width: 780px;
	padding-left: 10px;
	font-size:15px;
	font-weight:bold;
	margin: 5px 5px 5px 5px;
}

