@charset "shift_jis";

/* ****************************************************
Since : 2007-12-10
Last Modified: 2008-03-00
***************************************************** */

/* ****************************************************
1: Share Style
2: Box
3: Link Color
4: Title
5: Contents
6: General Elements
7: Clearfix
***************************************************** */

/*  
 Share Style 
------------------------------------------------ */  
body{   
    font-size:80%;  
    FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}   
html,body{
	margin:0 auto;
}
* html{ /* IEロールオーバー対策 */
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

p,li,dt,dl{   
    line-height:1.6;
} 
table{
	font-size:1em;
}
hr{
	display:none;
}
li{   
    list-style-type:none;
	zoom:1;
 }   
img{   
    border:0;
}   
address{   
    font-style:normal;
}   

/*  
 Box  
------------------------------------------------ */
.section01{
	width:555px;
	margin:20px 0 0;
}
.section02{
	width:535px;
	margin:10px 0 0 10px;
}

/*  
 Link Color  
------------------------------------------------ */ 
a:link{   
    color:#235aac;   
    text-decoration:underline;   
}   
a:visited{   
    color:#330099;   
    text-decoration:underline;   
}   
a:hover{
    color:#33bbff;   
    text-decoration:none;   
}   
a:active{   
    color:#33bbff;
    text-decoration:none;   
}

/*  
 Title 
------------------------------------------------ */ 
h1{
	width:585px;
}
h2,h3,h4{
	font-weight:bold;
	clear:both;
}
h2{
	clear:both;
	background:url(../images/com_bg001.gif) no-repeat 0 100%;
	margin:20px 0 0;
	padding:0px 0px 0px 0px;
	font-size:110%;
	line-height:115%;
}
h2 span{
	display:block;
	background:url(../images/com_bg007.gif) no-repeat 0 0;
	min-height:26px;
	_height:34px;
	padding:7px 0 1px 15px;
	zoom:1;
}

h3{
	clear:both;
	margin:20px 0 0;
	padding:0;
	font-size:105%;
	line-height:115%;
	color:#235aac;
}
h3 span{
	display:block;
	background:url(../images/com_bg002.gif) repeat-y 0px 100%;
	min-height:13px;
	padding:0 0 5px 10px;
	zoom:1;
}
h4{
	background:url(../images/com_ic004.gif) no-repeat 0px 0.33em;
	margin:20px 10px 0px;
	padding:0 0 0 13px;
	font-size:100%;
	color:#235aac;
	zoom:1;
}
h5{
	width:525px;
	margin:20px 0 0 30px;
	font-size:100%;
}

/*  
 Contents  
------------------------------------------------ */
ul.flat3 li{
	float:left;
	width:155px;
	margin:0 35px 0 0;
}
ul.flat3 li.last{
	margin-right:0;
}
a.anchor{
	background:url(../images/com_ic001.gif) no-repeat 0px 0.35em;
	padding-left:16px;
	zoom:1;
}
a.navi5{
	background:url(../images/com_ic002.gif) no-repeat 0px 0.1em;
	_background:url(../images/com_ic002.gif) no-repeat 0px 0.45em;
	padding:1px 0 1px 16px;
	zoom:1;
}
p.back{
	float:left;
	background:url(../images/com_ic003.gif) no-repeat 0 0.6em;
	padding:2px 0 2px 16px;
}
p.next{
	float:right;
	background:url(../images/com_ic002.gif) no-repeat 100% 0.6em;
	padding:2px 16px 2px 0px;
}
p.backIndex{
	background:url(../images/com_ic002.gif) no-repeat 0 0.6em;
	float:right;
	padding:2px 10px 2px 16px;
}

p.lead{
	color:#666666;
	font-weight:bold;
}

p.leadtop{
	color:#666666;
	font-weight:bold;
	font-size:120%;
}

p.indent{
	width:495px;
	margin:0 20px;
}
span.indent{
	margin-left:1.2em;
	_margin-left:1.7em;
}

/* 注釈	*/

#contents p.notes{
	clear:both;
 margin:0;
	font-size:90%;
	_font-size:80%;
}
#contents ul.notes{
	padding-left:2em;
	font-size:95%;
	text-indent:-2em;
}

/* コラム */

#contents #column{
	width:536px;
	margin:10px;
	border:1px double #91acd5;
}
#contents #column table{
	background:#e9f2ff;
	width:100%;
	border:2px solid #ffffff;
}
#contents #column th{
	padding:10px 10px 5px;
	font-size:83%;
	font-weight:bold;
	text-align:left;
}
#contents #column td{
	padding:0px 10px 20px;
}
#contents #column li{
	float:left;
	width:47%;
	background:url(../images/com_ic006.gif) no-repeat 2px 0.6em;
	padding:0px 0px 0px 15px;
}

/* テーブル */
#contents .section02 .unit{
	text-align:right;
}
#contents .section02 table{
	border-top:1px solid #91acd5;
	border-left:1px solid #91acd5;
	border-collapse:separate;
}
#contents .section02 th{
	background:#dee6f3;
	padding:3px 20px;
	font-weight:normal;
	border-right:1px solid #91acd5;
	border-bottom:1px solid #91acd5;
}
#contents .section02 td{
	padding:3px;
	border-right:1px solid #91acd5;
	border-bottom:1px solid #91acd5;
}
#contents .section02 th.total,
#contents .section02 td.total{
	border-top:1px solid #91acd5;
}
#contents .section02 th.ti-left{
	background:#e8e7e7;
	padding:3px 18px;
}
#contents .section02 th.department{
	background:#375d97;
	color:#ffffff;
}

#contents div.section02 .table-left{
	float:left;
	width:49%;
	margin-bottom:10px;
}
#contents div.section02 .table-right{
	float:right;
	width:49%;
	margin-bottom:10px;
}
#contents .section02 th.noline{
	background:#e8e7e7;
	border-right:1px solid #91acd5;
	border-bottom:1px solid #91acd5;
}
#contents .section02 td.noline{
	border-right:1px solid #91acd5;
	border-bottom:1px solid #91acd5;
}
#contents .section02 th.hc01,
#contents .section02 td.hc01{
	height:33.35em;
	_height:30.4em;
}
#contents .section02 th.hc02,
#contents .section02 td.hc02{
	height:27.5em;
	_height:25.1em;
}

/* ボタン */
#contents .btbox ul li{
	float:left;
	margin:0 8px 7px 0;
}
#contents .btbox ul li.last{
	margin-right:0;
}
#contents .boxleft{
	float:left;
}
#contents .boxright{
	float:right;
}

/* リンク */
.linkbox{
	padding:5px;
	border:1px solid #cccccc;
}
.txtlink{
	/*display:block;*/
	background:url(../images/com_ic002.gif) no-repeat 0px 0.1em;
	padding:0 0 5px 15px;
}
.small-link{
	background:url(../images/com_ic007.gif) no-repeat 0 6px;
	padding-left:10px;
	font-size:80%;
	zoom:1;
}
.outlink{
	background:url(../images/com_ic005.gif) no-repeat 0px 0.25em;
	*background:url(../images/com_ic005.gif) no-repeat 0px 0.5em;
	padding:0 0 0 15px;
	zoom:1;
}
.section02 td .outlink{
	background:url(../images/com_ic005.gif) no-repeat 0px 0.25em;
	padding:0 0 0 15px;
	zoom:1;
}
.pdf{
	background:url(../images/com_ic008.gif) no-repeat 0 0;
	padding:0 0 2px 15px;
	zoom:1;
}
.linkbox ul.box01{
	float:left;
	width:220px;
}
.linkbox ul.box02{
	float:right;
	width:290px;
}
.linkbox ul.box01 li{
	margin:0 0 10px 0;
}

#investment .section02 td .pdf {
	*background:url(../images/com_ic008.gif) no-repeat 0 0.4em;
	padding:0 0 2px 15px;
	zoom:1;
}
#investment .section02 td .outlink{
	background:url(../images/com_ic005.gif) no-repeat 0px 0.25em;
	*background:url(../images/com_ic005.gif) no-repeat 0px 0.5em;
	padding:0 0 0 15px;
	zoom:1;
}

/* PageTop */
.pagetop .ictop{
	float:right;
	background:url(../images/index_ic023.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}

/* ニュース */
#contents .news{
	width:535px;
	margin:10px 0 30px 10px;
}
#contents .news table{
	width:100%;
}
#contents .news th,
#contents .news td{
	padding:8px 0px;
	border-bottom:1px dotted #666666;
	font-weight:normal;
	line-height:120%;
	vertical-align:text-top;
	text-align:left;
}
#contents .news td{
	padding:8px 0;
	/*padding:8px 0 8px 45px;*/
}
#contents .news td.ir{
	background:url(../images/com_ic009.gif) no-repeat 0px 12px;
}
#contents .news td.press{
	background:url(../images/com_ic010.gif) no-repeat 0px 12px;
}
/* PDF */
#contents p.download{
	padding:10px;
	margin-bottom:20px;
	border:1px solid #cccccc;
	line-height:120%;
}
#contents .download img{
	float:left;
	width:120px;
	margin-right:15px;
}
#contents .download span{
	float:left;
	width:400px;
	display:block;
}
#main #contents .download a.outlink{
	background:url(../images/com_ic005.gif) no-repeat 0px 0.4em;
	padding:0 0 0 13px;
}
/* 画像とテキスト */
.ph-txt{
	margin-bottom:30px;
}
.ph-txt .ph-l01{
	float:left;
	width:50%;
	margin-right:10px;
}
.ph-txt .ph-l02{
	float:left;
	width:33%;
	margin-right:10px;
}
.ph-txt .ph-r02{
	float:right;
	width:33%;
	margin-left:10px;
}
.ph-txt .ph-r03{
	float:right;
	width:200px;
	margin-left:10px;
}
.ph-l01 span{
	display:block;
	margin-top:6px;
	font-size:83%;
	line-height:140%;
}
.ph-l02 span,
.ph-r02 span{
	display:block;
	margin-top:6px;
	font-size:83%;
	line-height:140%;
}
.ph-txt p.txbox{
	float:right;
	width:345px;
}

/* 画像 */
.phbox{
	margin-bottom:20px;
}
.phbox .l01{
	margin-right:14px;
	float:left;
}
.phbox .l02{
	margin-right:12px;
	float:left;
}
.phbox .last{
	margin-right:0px;
	float:left;
}
.phbox h4{
	width:237px;
	margin-left:0;
}
.phbox span{
	display:block;
	margin-top:6px;
	font-size:83%;
	line-height:140%;
	text-align:center;
}

/* Q&A */
.qabox ul{
	margin:0 0 10px 0;
}
.qabox ul li{
	padding:0 0 0 33px;
	zoom:1;
}
.qabox ul li#faq00{
	background:url(../../ir/images/faq_ic001.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq01{
	background:url(../../ir/images/faq_ic002.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq02{
	background:url(../../ir/images/faq_ic003.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq03{
	background:url(../../ir/images/faq_ic004.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq04{
	background:url(../../ir/images/faq_ic005.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq05{
	background:url(../../ir/images/faq_ic006.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq06{
	background:url(../../ir/images/faq_ic007.gif) no-repeat 0px 0.35em;
}
.qabox ul li#faq07{
	background:url(../../ir/images/faq_ic008.gif) no-repeat 0px 0.35em;
}

.qabox dl{
	background:url(../images/com_ex001.gif) repeat-x 0 0%;
 margin-top:10px;
}
.qabox dl.first{
	margin-top:0;
}
.qabox dl dt{
	margin-bottom:5px;
	padding:10px 0 0 35px;
	zoom:1;
}
.qabox dl dd{
	margin-bottom:5px;
	padding:0px 0 0 35px;
	zoom:1;
}
.qabox dl dt#q00{
	background:url(../../ir/images/faq_ic009.gif) no-repeat 0 12px;
	padding:10px 0 0 25px;
}
.qabox dl dd#a00{
	background:url(../../ir/images/faq_ic010.gif) no-repeat 0 2px;
	padding:0 0 0 25px;
}
.qabox dl dt#q01{
	background:url(../../ir/images/faq_ic011.gif) no-repeat 0 12px;
}
.qabox dl dd#a01{
	background:url(../../ir/images/faq_ic012.gif) no-repeat 0 2px;
}
.qabox dl dt#q02{
	background:url(../../ir/images/faq_ic013.gif) no-repeat 0 12px;
}
.qabox dl dd#a02{
	background:url(../../ir/images/faq_ic014.gif) no-repeat 0 2px;
}
.qabox dl dt#q03{
	background:url(../../ir/images/faq_ic015.gif) no-repeat 0 12px;
}
.qabox dl dd#a03{
	background:url(../../ir/images/faq_ic016.gif) no-repeat 0 2px;
}
.qabox dl dt#q04{
	background:url(../../ir/images/faq_ic017.gif) no-repeat 0 12px;
}
.qabox dl dd#a04{
	background:url(../../ir/images/faq_ic018.gif) no-repeat 0 2px;
}
.qabox dl dt#q05{
	background:url(../../ir/images/faq_ic019.gif) no-repeat 0 12px;
}
.qabox dl dd#a05{
	background:url(../../ir/images/faq_ic020.gif) no-repeat 0 2px;
}
.qabox dl dt#q06{
	background:url(../../ir/images/faq_ic021.gif) no-repeat 0 12px;
}
.qabox dl dd#a06{
	background:url(../../ir/images/faq_ic022.gif) no-repeat 0 2px;
}
.qabox dl dt#q07{
	background:url(../../ir/images/faq_ic023.gif) no-repeat 0 12px;
}
.qabox dl dd#a07{
	background:url(../../ir/images/faq_ic024.gif) no-repeat 0 2px;
}

/* リスト */
.listbox{
	width:100%;
	margin-bottom:20px;
}
.listbox ul{
	margin:0 0 10px;
}
.listbox ul li{
	background:url(../images/com_ic006.gif) no-repeat 2px 0.6em;
	padding:0px 0px 0px 15px;
}
.listbox ol li{
	padding:0px 0px 0px 1em;
	text-indent:-1em;
}
.listbox ol.no01 li{
	padding:0px 0px 0px 2.8em;
	_padding:0px 0px 0px 1.7em;
	text-indent:-1.8em;
}
.listbox ul.no01 li{
	margin-left:1.4em;
	_margin-left:0.35em;
	padding:0px 0px 0px 1.4em;
	text-indent:0;
}

/* サイトマップ */
.section02 ul.sitemap li{
	list-style: none;
}
.section02 ul.sitemap li a.small-link{
	background:url(../images/com_ic007.gif) no-repeat 0 3px;
	*background:url(../images/com_ic007.gif) no-repeat 0 8px;
	margin-left:12px;
	padding-left:10px;
	font-size:100%;
	zoom:1;
}
.section02 ul.sitemap li a.small-link02{
	background:url(../images/com_ic007.gif) no-repeat 0 3px;
	*background:url(../images/com_ic007.gif) no-repeat 0 8px;
	margin-left:40px;
	padding-left:10px;
	font-size:100%;
	zoom:1;
}

/*	General Elements
------------------------------------------------ */
.fr{float:right;}
.fl{float:left;}
.clear{clear:both;}

.txtr{text-align:right}
.txtc{text-align:center}
.txtl{text-align:left}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb22{margin-bottom:22px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}

.txt-red{color:#cc0000;}

.last{margin:0;}

.highlight{font-weight:bold;}

.line{
	background:url(../images/com_ex001.gif) repeat-x;
	height:1px;
    margin:0 0 10px;
}

/*	Clearfix
------------------------------------------------ */
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* IE 7 and MacIE*/
.clearfix{
display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix{
   height:1%;
   }
.clearfix{
   display:block;
   }
/* End hide from IE-mac */

