@charset "UTF-8";


/*--------------------------------------
    base
--------------------------------------*/

* {
	margin:0;
	padding:0;
	font-size:1.0em;
}

body {
	margin:0;
	padding:0;
	font-family:verdana,helvetica,arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック';
	color:#333;
	background:url(../img/body_bk.gif) repeat-x;
	font-size:0.8em;
}

div{
	zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


img {
	border:0;
}
a {
	color:#C00;
}
a:hover {
	color:#F66;
}
a:visited {
	color:#F66;
}



.no-wrap{
	white-space:nowrap;
}


.small{
	font-size:0.8em;
	}

.att{
	font-size:0.8em;
	color:#C00;
	background-color:#FFFF66;	
	margin:15px 10px 10px 10px;
	padding:3px;
	}

/*--------------------------------------
    div#header
--------------------------------------*/

#header-area {
}
#header {
	width:901px;
	height:100px;
	border-right:1px solid #CCC;
}
#header ul{
	list-style-type:none;
}
#header-top {
	float:right;
	margin-top:2px;
	margin-right:9px;
}
#header-top li {
	float:left;
	margin-right:2px;
}
#logo {
	position:absolute;
	top:29px;
	left:20px;
}
#header-nav {
	position:absolute;
	top:34px;
	left:461px;
}
#header-nav li {
	float:left;
	margin-right:1px;
}
#text-size {
	position:absolute;
	top:63px;
	left:707px;
	width:180px;
}
#text-size ul {
	float:left;
}
#text-size ul li {
	float:left;
}
#header-print {
	margin:0 5px;
}
#header-search {
	margin:0 5px;
	background:url(../img/header_search.gif) no-repeat;
	position:relative;
	width:133px;
	height:23px;
}
#search-text {
	width:108px;
	position:absolute;
	left:2px;
	top:2px;
	height:17px;
	font-size:10px;
	color:#999;
	border:1px solid #e5e5e5;
}
#search-button {
	position:absolute;
	left:112px;
	top:0;
}


/*--------------------------------------
    div#main
--------------------------------------*/

#main {
	width:901px;
	background:url(../img/main_bk.gif) repeat-y #FFF;
	border-right:1px solid #CCC;
}


/*--------------------------------------
    div#nav-area
--------------------------------------*/

#nav-area {
	float:left;
	width:168px;
	padding-top:1px;
}
#nav-area ul {
	list-style-type:none;
	margin-top:0px;
	font-size:0;
	line-height:0;
}
#nav-area li img {
	vertical-align:bottom;
}
#global-nav {
	border-bottom:1px solid #999;
	margin-left:1px;
	margin-right:1px;
}
#global-nav li {
}
#category-nav {
	margin-top:0;
}
#category-nav li img {
	vertical-align:top;
}
#sub-nav {
	margin-left:1px;
	margin-right:1px;
	border-bottom:1px solid #999;
	padding-top:10px;
}

#mobile-rink{
	margin-top: 5px;
}

/*--------------------------------------
    div#content
--------------------------------------*/

#content {
	float:right;
	width:732px;
	padding-bottom:20px;
}
#page-title {
	width:712px;
	height:70px;
	background:url(../img/title_bk.gif) no-repeat #FFF;
	margin-left:10px;
}
#content h2 {
	padding:19px 0 0 10px;
}
#topic-path {
	color:#666;
	height:34px;
}
#topic-path dt {
	display:none;
}
#topic-path dd {
	padding:8px 0 0 10px;
	font-size:12px;
}
#h2-cap {
	float:right;
	font-size:12px;
	line-height:1.3;
	margin:22px 8px 0 0;
}

#h2-img {
	float:right;
	margin:13px 8px 0 0;
}

#content p {
	line-height:1.8;
	margin:15px 25px 0px 25px;
}
#content ol {
	line-height:1.8;
	margin:15px 25px 15px 25px;
	padding-left:30px;
}
#content ul {
	line-height:1.8;
	margin:15px 25px 15px 25px;
	padding-left:30px;
}
#content ol li {
	padding-bottom:15px;
}
#content .p-l {
	float:left;
	padding-top:8px;
	padding-bottom:12px;
}
#content .p-r {
	margin-left:32px;
	padding-top:8px;
	padding-bottom:12px;
}
	.pagetop{
	margin-right:10px;
	margin-top:15px;
	text-align:right;
	clear:both;
}
#content h3{
	margin:15px 10px 15px 10px;
	color:#333;
	background:url(../img/h3_bk.gif) no-repeat;
	padding:0 10px;
	clear:both;
	height:28px;
	line-height:2.3em;
}
#detail h3 {
	margin:15px 10px 10px 10px;
	color:#333;
	background:url(../img/h3_bk2.gif) no-repeat;
	padding:0 10px;
	clear:both;
	height:40px;
	line-height:1.4em;
}

.icon {
	vertical-align:middle;
	margin-right:3px;
}
	.pdflink {
}
	.xlslink {
}

#content-nav {
	width:712px;
	margin:14px 10px;
}
#content-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content-nav li {
	float:left;
	white-space:nowrap;
}
#content-nav li.double {
	float:left;
	line-height:1.1;
}
#content-nav li.double a.ni {
	color:#333;
	background:url(../img/content_nav_arrow.gif) no-repeat;
	display:block;
	padding:0 0 0 25px;
	margin:0 0 0 10px;
}
#content-nav a {
	color:#333;
	background:url(../img/content_nav_arrow.gif) no-repeat;
	display:block;
	padding:3px 3px 3px 25px;
	margin:2px 0 2px 10px;
}
#content-nav a.right {
	color:#333;
	background:url(../img/content_nav_arrow_r.gif) no-repeat;
	display:block;
	padding:3px 3px 3px 25px;
	margin:2px 0 2px 10px;
}
#content-nav a.green {
	background:url(../img/content_nav_arrow_g.gif) no-repeat;
}
#content-nav a.orange {
	background:url(../img/content_nav_arrow_o.gif) no-repeat;
}
#content-nav li .current {
	text-decoration:none;
}


/* --------------------------------------
/* 余白 */
-------------------------------------- */

.no-margin {
	margin: 0;
}
.marginS {
	margin-top: 5px;
}
.marginM {
	margin-top: 15px;
}

.spS {
	padding-top: 5px;
}
.spM {
	padding-top: 10px;
}
.spL {
	padding-top: 30px;
}


/* --------------------------------------
    div#content table
-------------------------------------- */
#content table.out {/* 通常幅以外のサイズは各ディレクトリＣＳＳで指定 */
	margin:0 25px 0px 25px;
	border:1px solid #ccc;
	padding:0px;
}
#content table.out-normal {/* 通常の幅指定 */
	width:682px;
	margin:0 25px 0px 25px;
	border:1px solid #ccc;
	padding:0px;
}
#content table.in{
	width:100%;
	margin: 0px;
	background-color:#fff;
}
#content table.outnoline {
	width:682px;
	margin:5px 25px;
	padding:0px;
	background-color:#fff;
}


#content table.outnolinel {
	width:682px;
	margin:5px 25px;
	padding:0px;
	background-color:#fff;
}
#content table.outnolinel td {
	vertical-align:top;
	font-size:10px;
	padding:3px;
	line-height:1.5em;
}

#content table.outnoline td {
	text-align:right;
	font-size:10px;
	padding:0px;
	line-height:1.5em;
}
#content table.in td.B-no {
	border-none;
}
#content table.in td.B-TRLwhite {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#content table.in td.B-TRLwhite_BD {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #666;
}
#content table.in td.B-TRwhite {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#content table.in td.B-TRwhite_BD {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #666;
}
#content table.in td.B-ALLwhite {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#content table.in td.B-TRBwhite {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #fff;
}
#content table.in td.C-DarkGray {
	background-color:#e2e2e2;
}
#content table.in td.C-Gray{
	background-color:#f0f0f0;
}
#content table.in td.C-Beige{
	background-color:#F7F3EA;
}
#content table.in td.T-Bold {
	font-weight:bold;
}
#content table.in td.T-Small {
	font-size:10px;
}
#content table.in td.T-L {
	text-align:left;
}
#content table.in td.T-R {
	text-align:right;
}
#content table.in td.T-C {
	text-align:center;
}
#content table.in td.T-T {
	vertical-align:top;
}
#content table.in td.T-M {
	vertical-align:middle;
}
#content table.in td.T-B {
	vertical-align:bottom;
}
#content table.in td.L-M {
	line-height:1.8;
}
#content table.in td.P-M {
	padding:8px 12px;
}
#content table.in td.P-S {
	padding:6px 8px;
}

#content table.in td.C-Yellow{
	background-color:#FFC;
}
/*--------------------------------------
    div#footer
--------------------------------------*/

#footer-area {
	background:url(../img/footer_bk.gif) repeat-x #eeeeee;
	height:65px;
}
#footer {
	width:900px;
	padding-top:20px;
}
#footer-nav {
	float:left;
	margin-left:8px;
	list-style-type:none;
}
#footer-nav li {
	float:left;
	margin-right:2px;
}
#copyright {
	float:right;
	margin-right:5px;
}


/*--------------------------------------
    list
--------------------------------------*/

.listtable {
	margin:5px 25px;
}
.listdate {
	padding:6px;
	color:#cc0000;
	white-space:nowrap;
	vertical-align:top;
}
.listicon {
	width:22px;
	padding-top:6px;
	text-align:center;
	vertical-align:top;
}
.listdetail {
	padding:6px;
	vertical-align:top;
}
.listdetail a {
	color:#333;
}
.listdetail a:hover {
	color:#999;
}


/*--------------------------------------
    index ir etc..
--------------------------------------*/

#indexflashcontent {
	width:900px;
	height:264px;
	margin-left:1px;
}

.indexnews {
	border-bottom:1px dotted #adadad;
	padding:5px 0;
	clear:both;
}
.indexnewsicon {
	float:left;
	width:55px;
}
.indexnewsdate {
	float:left;
	font-size:10px;
	color:#C33;
	white-space:nowrap;
	width:75px;
}
.indexnewspdf {
	float:left;
	width:24px;
}
.indexnewsdetail {
	float:left;
	width:322px;
	line-height:1.2em;
}
.indexnewsnew {
	color:#FF0000;
}
.indexnewsdetail a {
	color:#333;
}
.indexnewsdetail a:hover {
	color:#666;
}
.indexnewsdetail a:visited {
	color:#666;
}


.news {
	border-bottom:1px dotted #adadad;
	padding:5px 0;
	clear:both;
}
.newsicon {
	float:left;
	width:55px;
}
.newsdate {
	float:left;
	font-size:10px;
	color:#C33;
	white-space:nowrap;
	width:75px;
	margin-left:5px;
}
.newspdf {
	float:left;
	width:24px;
}
.newsdetail {
	float:left;
	width:525px;
}
.newsdetail a {
	color:#333;
}
.newsdetail a:hover {
	color:#999;
}

#content .indexlink {
	float:left;
	margin:10px 5px 10px 5px;
	width:153px;
}
#content .indexlink ul {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
#content .indexlink ul li {
	font-size:10px;
	margin:0;
	padding:0 0 2px 12px;
	background:url(../img/icon_arrow.gif) no-repeat;
}
#content .indexlink ul li a {
	color:#000;
}
#content .indexlink ul li a:hover {
	color:#666;
}
#content .indexlink ul li a:visited {
	color:#666;
}
#content table.in td.P-SS {
	padding:6px 4px;
}
#content table.in td.T-G {
	color:#999;
}

.irindexjrfdatearea {
	border-top:1px solid #CCC;
	padding:6px 4px 0 4px;
	font-size:10px;
	color:#666;
	text-align:right;
}
.irindexjrfdate {
	background:url(../img/index_jrfdate_bk.gif) no-repeat;
	width:193px;
	height:41px;
	margin:3px auto;
	clear:both;
}
.irindexjrfdatel {
	text-align:left;
	float:left;
	color:#FFF;
	font-size:10px;
	padding:7px 0 0 6px;
}

.irindexjrfdatel a {
	color:#FFF;
}

.irindexjrfdatel a:hover {
	color:#FFF;
}

.irindexjrfdatel a:visited {
	color:#FFF;
}

.irindexjrfdater {
	float:right;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:6px 6px 0 0;
}
.irindexjrfdatert {
	float:right;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:12px 6px 0 0;
}
.irindexjrfdaters {
	font-size:10px;
	font-weight:normal;
	padding-left:3px;
}
.irindexaccountarea {
	border-top:1px solid #CCC;
	margin-top:6px;
	font-size:10px;
	background:url(../img/index_account_bk.gif) repeat-y;
}
.irindexaccount {
	margin:5px 8px;
}
.irindexaccountt {
	background:url(../img/index_account_t.gif) no-repeat;
	width:205px;
	height:55px;
	text-align:right;
}
.irindexaccountdate {
	color:#FFF;
	padding:30px 6px 0 0;
}
.dback {
	margin:20px 0 0;
	text-align:center;
}
#portfolio table.memo2,#ir table.memo2{
	margin-left:13px;
	width:325px;
}
#portfolio table.memo2 td.line,#ir table.memo2 td.line{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	border-top:dotted 1px #ccc;
	color:#963;
	font-size:10px;
	line-height:1.5em;
}
#portfolio table.memo2 td,#ir table.memo2 td{
	padding:10px;
	line-height:1.5em;
}
#portfolio table.memo1,#ir table.memo1{
	width:678px;
	margin:15px 25px 10px 25px;
}
#portfolio table.memo1 td,#ir table.memo1 td{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	border-top:dotted 1px #ccc;
	color:#963;
	font-size:10px;
	line-height:1.5em;
}
.indexdata {
	padding:2px 0;
	clear:both;
}
.indexdatapdf {
	float:left;
	width:13px;
}
.indexdatadetail {
	float:left;
	width:170px;
	line-height:1.2em;
}
