@charset "utf-8";

html, body{
	height:auto;
}

/* #################### ページ #################### */
#PAGE_TOP{
	min-width:710px;
	height:auto;
	background:#fff none;
}
#PAGE_TOP.full{
	min-width:950px;
}
/* #################### ページヘッダ #################### */
#PAGE_HEADER{
	height:40px;
	background:none;
}
#PAGE_HEADER_WRAPPER{
	height:40px;
	background:none;
}
/* ------ サイトタイトル ------ */
#SITE_TITLE{
	position:static;
	width:710px;
	margin:0;
}
#PAGE_TOP.full #SITE_TITLE{
	width:950px;
}

#SITE_TITLE a{
	position:static;
}
/* ------ グローバルナビゲーション ------ */
#GLOBAL_NAVI{
	display:none;
}
/* ------ グローバルツール ------ */
#GLOBAL_TOOLS{
	display:none;
}
body.popup .close{
	display:none;
}
/* ------ アニュアルレポート ------ */
body.popup.ar .pagination{
	display:none;
}
/*
body.popup.ar .pageTitle{
	display:none;
}
*/
/* #################### カテゴリタイトル #################### */
#PAGE_CTITLE{
	min-width:710px;
	height:134px;
	margin:0 0 20px;
}
#PAGE_CTITLE_WRAPPER{
	margin:0;
	width:710px;
}
#PAGE_CTITLE_WRAPPER .categoryTitle{
	width:710px;
	height:134px;
}
#PAGE_CTITLE_WRAPPER .categoryTitle img{
	width:1046px;
	height:134px;
	margin:0 -168px;
}

/* #################### ページコンテンツ #################### */
#PAGE_CONTENTS{
	padding-top:0;
	background:#fff none;
	min-width:710px;
	position:static;
}
#PAGE_TOP.full #PAGE_CONTENTS{
	min-width:950px;
}
#PAGE_CONTENTS_WRAPPER{
	width:710px;
	margin:0;
}
#PAGE_TOP.full #PAGE_CONTENTS_WRAPPER{
	width:950px;
}
#MAIN{
	width:710px;
	padding:0 0 60px;
	float:none;
}
#PAGE_TOP.full #MAIN{
	float:left;
}
#SUB{
	display:none;
}
#PAGE_TOP.full #SUB{
	display:block;
}

/* #################### ページサイトマップ #################### */
#PAGE_SITEMAP{
	display:none;
}
/* #################### ページフッター #################### */
#PAGE_FOOTER{
	min-height:145px;
	background:#fff none;
}
#PAGE_FOOTER_WRAPPER{
	min-height:145px;
	background:#fff none;
}
#FOOTERL_NAVI{
	display:none;
}
#COPYRIGHT{
	border-top:#333 1px solid;
	position:static;
	width:auto;
	height:auto;
	margin:0;
	padding:10px 0 0;
	text-indent:0;
	text-align:center;
	background:none;
}

/* #################### 共通パーツ #################### */
*:first-child+html #MAIN>.twoColumn>.section{
	width:327px;
}


.headline1{
	font-size:123.1%;
	line-height:1.3;
	color:#333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background:#fff no-repeat 0 50%;
	margin:0 0 20px;
	padding:8px 15px;
}
.section>.headline1:first-child{
	margin:0 -10px 20px;
}
.headline1.t1{
	background-image:url(../image/cmn_mark_headline1_t1.gif);
	border-color:#adc68c;
}
.headline1.t2{
	border-color:#7199c5;
}
.headline2{
	font-size:108%;
	line-height:1.3;
	color:#333;
	border-bottom:solid 2px #d7d7d7;;
	margin:0 0 20px;
	padding:0;
	clear:both;
}
.headline2:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
.headline2 span.text{
	display:inline-block;
	padding:1px 0 3px;
	margin:0 0 -2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.section>.headline2:first-child{
	margin:0 -10px 20px;
}
.headline3{
	font-size:100%;
	line-height:1.3;
	color:#333;
	border-bottom:solid 1px #d7d7d7;
	background:#fff no-repeat 0 50%;
	margin:0 0 15px;
	padding:6px 10px;
}
.section>.headline3:first-child{
	margin:0 -10px 15px;
}
.headline3.t1{
	background-image:url(../image/cmn_mark_headline3_t1.gif);
}
.headline4{
	font-size:100%;
	line-height:1.3;
	color:#333;
	background:#fff url(../image/cmn_mark_headline4.gif) no-repeat 0 50%;
	margin:0 0 10px;
	padding:0 10px;
}
.section>.headline4:first-child{
	margin:0 -10px 10px;
}

.headline7{
	border-top:#d8d8d8 3px solid;
	background-image:none;
	position:relative;
	z-index:1;
}



/* -- リンク -- */
.link{
	display:inline-block;
	padding-left:10px;
	background:url(../image/cmn_mark_link1.gif) no-repeat 0 0.4em;
}
*:first-child+html .link{
	display:inline;
	zoom:1;
}


/* -- 写真配置 -- */
.imageSet{
	display:inline-block;
	vertical-align:top;
}
*:first-child+html .imageSet{
	display:inline;
	zoom:1;
}
.imageSet img{
	border:#cecece 1px solid;
	display:block;
}
.imageSet .caption{
	font-size:77%;
	display:block;
	margin:10px 0 0;
	text-align:left;
}
.imageArea.right{
	float:right;
	margin:0 0 20px 20px;
}
.imageArea.right .imageSet{
	margin:0 0 0 20px;
}
.imageArea.right .imageSet:first-child{
	margin:0;
}
.imageArea.left{
	float:left;
	margin:0 20px 20px 0;
}
.imageArea.left .imageSet{
	margin:0 0 0 20px;
}
.imageArea.left .imageSet:first-child{
	margin:0;
}
.imageArea.center{
	margin:0 auto 20px;
	text-align:center;
}
.imageArea.center .imageSet{
	margin:0 0 0 20px;
}
.imageArea.center .imageSet:first-child{
	margin:0;
}

/* -- 上下マージンなし -- */
.section.fit .imageArea.right,
.section.fit .imageArea.right .imageSet,
.section.fit .imageArea.left,
.section.fit .imageArea.left .imageSet,
.section.fit .imageArea.center,
.section.fit .imageArea.center .imageSet{
	margin-bottom:0!important;
}

/* -- 注釈 -- */
dl.notes{
	margin:10px 0;
	padding:0;
	font-size:77%;
}
dl.notes dt{
	float:left;
	margin-right:5px;
}
dl.notes dd{
	margin-left:0;
	overflow:hidden;
	zoom:1;
}
p.notes{
	font-size:77%;
}

/* -- 汎用定義リスト -- */
dl.itemList{
	margin:10px 0;
	padding:0;
}
dl.itemList dt{
	display:list-item;
	list-style-image:url(../image/cmn_mark_list1.gif);
	font-weight:bold;
	margin:0 0 5px 15px;
	padding:0;
	color:#333;
	line-height:1;
}
dl.itemList dd{
	margin:0 0 10px 15px;
	padding:0;
}
/* -- 汎用連番リスト -- */
ol.nubmerList{
	list-style:none;
	margin:10px 0;
	padding:0;
}
ol.nubmerList li{
	margin:0 0 10px;
	padding:0 0 0 25px;
}
ol.nubmerList li.num01{
	background:url(../image/cmn_mark_numlist_01.gif) no-repeat;
}
ol.nubmerList li.num02{
	background:url(../image/cmn_mark_numlist_02.gif) no-repeat;
}
ol.nubmerList li.num03{
	background:url(../image/cmn_mark_numlist_03.gif) no-repeat;
}
ol.nubmerList li.num04{
	background:url(../image/cmn_mark_numlist_04.gif) no-repeat;
}
ol.nubmerList li.num05{
	background:url(../image/cmn_mark_numlist_05.gif) no-repeat;
}
/* -- リンクリスト -- */
.linkList{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

body.top #MAIN .linkList{
	margin-left:13px;
	font-size:93%;
}



/* -- ページ横移動リンクナビ -- */
.pageLink{
	background:url(../image/cmn_bg_pagelink.gif);
	padding:3px;
}
.pageLink table{
	border:#d0d8c8 1px solid;
	width:100%;
}
.pageLink table tr{
	background:#fafafa url(../image/cmn_bg_pagelink_table.gif) repeat-x;
}
.pageLink table td{
	border-color:#d0d8c8;
	border-style:solid;
	border-width:1px 0 0;
	padding:0 0 0 1px;
}
.pageLink table td:first-child{
	padding-left:0;
}
.pageLink table td a{
	color:#505050;
	display:block;
	margin:0 0 0 -1px;
	padding:12px 10px 12px 30px;
	background:url(../image/cmn_mark_pagelink_t1.gif) no-repeat 0 50%;
}
.pageLink table td.here{
	background:#fafafa url(../image/cmn_bg_pagelink_here.gif) repeat-x;
}
.pageLink table td.here a{
	font-weight:bold;
	color:#55860e;
}
.section .pageLink{
	margin:0 -10px;
}

/* -- ページ内リンクナビ -- */
.anchorLink{
	border-top:#c5c5c5 1px dotted;
	text-align:right;
	font-size:77%;
	overflow:hidden;
}
.anchorLink ul{
	list-style:none;
	margin:0 -11px 0 0;
	padding:10px 0;
}
.anchorLink li{
	display:inline-block;
	margin:0 0 2px 10px;
	padding:0 10px 0 0;
	border-right:#d1d1d1 1px solid;
}
*:first-child+html .anchorLink li{
	display:inline;
	zoom:1;
}
.anchorLink a{
	display:inline-block;
	white-space:nowrap;
	color:#868686;
	padding:0 0 0 15px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
*:first-child+html .anchorLink a{
	display:inline;
	zoom:1;
}
.section .anchorLink{
	margin:0 -10px;
}
.pageLink+.anchorLink{
	margin-top:20px;
}

/* -- リリース記事一覧 -- */
.newsList{
	width:100%;
}
.newsList th,
.newsList td{
	border-bottom:#d8d8d8 1px dotted;
}
.newsList .date{
	color:#666;
	font-weight:normal;
	text-align:left;
	padding:8px 4px 8px 13px;
	white-space:nowrap;
}
.newsList .category{
	padding:8px 4px;
}
.newsList .text{
	width:100%;
	padding:8px 4px;
}

/* -- ページトップ -- */
.pageTop{
	display:none;
}
body.ir #PAGE_CTITLE .information .report .linkList{
	font-size:80%;
}
body.ir #PAGE_CTITLE{
	font-size:80%;
}