@charset"Shift_JIS";

h1,h2,dl,dt,dd,ul,li,p{
	margin: 0px;
	padding: 0px;
}

li {
  list-style: none;
}

a img{
	border:none;
}

body{
	line-height: 1.3;
	color: #333;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

br{
	letter-spacing: 0;
}

a:link{
	color: #0066CC;
}

a:visited{
	color:#551A8B;
}

a:hover{
	color: #551A8B;
}

a:active{
	color: #E60000;
}

textarea{
	font-size: 100%;
	line-height: 1.3;
}


/*IRリリース一覧画面*/
	/*日付*/
.index_date{
	background: url(../corporate/img/sankaku_2.gif) top left no-repeat;
	padding: 0px 0px 0px 20px;
}

	/*ヘッダナビ年度*/
div#ir_release_year{
	width: 542px;
	text-align: left;
	margin: 20px 0px 20px 0px;
	font-size: 90%;
	padding: 0px 0px 0px 8px;
}

div#ir_release_year li {
margin-bottom: 8px;
_margin-bottom: 4px;
float: left;
}

div#ir_release_year a,span{
	width: 30px;
	height: 24px;
	padding: 3px 15px;
	border-left: 2px solid #0F218B;
}
	
div#ir_release_year a.end,span.end{
	padding: 3px 15px;
	border-right: 2px solid #0F218B;
}

div#ir_release_year a:hover,a.on,span.on{
	background-color: #B6D7F9;
	color: #0F218B;
}

/*以下IRリリース詳細画面（ニュースリリース流用）*/

/*ニュースリリース詳細画面*/
#container{
	width: 520px;
	text-align: left;
	padding: 0px;
	font-size: 80%;
}


	/*ニュースリリース（日付）*/
#newsdate{
	font-size: 100%;
	text-align: right;
	padding: 5px 0px 10px 0px;
}

	/*ニュースリリース（本件に関するお問い合わせ先）*/
#info{
	width: 520px;
	text-align: center;
	padding: 3px;
	margin: 30px 0px 50px 0px;
	background: #F5F5F5;
	line-height: 1.3em;
}

	/*ニュースリリース（タイトル）*/
h1{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}

	/*ニュースリリース（コピー）*/
h2{
	font-weight: normal;
	font-size: 110%;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

	/*ニュースリリース（画像）*/
.news_image{
	text-align: center;
	padding: 20px 0px 0px 0px;
}

/*財務情報（決算短信）一覧画面*/
div.kessan_year{
	width: 525px;
	text-align: left;
	margin: 20px 0px 5px 8px;
	font-size: 90%;
	font-weight: bold;
	border-left: 2px solid #0F218B;
	background-color: #B6D7F9;
	padding: 5px 0px 5px 15px;
	color: #1F2C7A;
}

div#kessan_next{
	padding: 8px;
	margin-top: 20px;
	text-align: right;
}

