@charset "utf-8";
@import url("../../css/default.css");
@import url("../../css/print.css");
/* -----------------------------------------------------------
CSS English

 ! File name:      english.css
----------------------------------------------------------- */
/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #F97540;
	text-decoration: underline;
}
a:visited {
	color: #F97540;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	height: 204px;
	position: relative;
}
/*	logo
----------------------------------------------------*/
#logo {
	width: 50px;
	height: 40px;
	padding: 8px 0 5px 19px;
	float: left;
}
/*	globalnavi
----------------------------------------------------*/

#header ul#globalnavi {
	margin: 16px 0 0 0;
	float: right;
}
ul#globalnavi li {
	float: left;
}
/*	メイン画像
----------------------------------------------------*/
h1 {
	position: absolute;
	top: 85px;
	left: 0;
	clear: both;
}
/*	#top_links
----------------------------------------------------*/
#top_links {
	width: 950px;
	height: 29px;
	border-bottom: 3px solid #ED1B2E;
	clear: both;
}
#top_links ul {
	padding-top: 3px;
	float: left;
}
#top_links li {
	margin-right: 3px;
	float: left;
}
#top_links img {
	vertical-align: text-bottom;
}
/*	文字サイズ切り替えボタン
----------------------------------------------------*/


#top_links dl dd {
	padding-left: 5px;
	float: left;
}
#top_links dl#fontSizeSwitcher {
	float: right;
	list-style: none;
}
#top_links dl dt {
	float: left;
}
#top_links dl#fontSizeSwitcher dd {
	float: left;
	cursor: pointer;
}
#top_links dl#fontSizeSwitcher dd.current {
}
/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	width: 750px;
	float: right;
}
/*	h2
----------------------------------------------------*/

h2 {
	margin: 0 0 25px 0;
	padding: 0 0 6px 2px;
	border-bottom: 2px solid #c0c0c0;
	clear: both;
	line-height: 2.6;
}
/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 950px;
}
.contents_box {
	margin: 0 0 30px 0;
	padding: 0 5px 0 5px;
}
/*----------------------------------------------------
	#sub サイドメニュー
----------------------------------------------------*/


#sub {
	width: 175px;
	margin-top: -7px;
	padding-right: 25px;
	float: left;
}
#sub h3 {
	height: 20px;
	margin-bottom: 3px;
	padding: 0px;
}
#sub h3 a {
	display: block;
	color: #fff;
}
#sub ul {
	position: relative;
	text-align: right;
}
#sub ul a {
	padding-right: 10px;
	text-decoration: none;
}
#sub ul li {
	margin-bottom: 3px;
	background-color: #F5F5F5;
}
#sub ul li a {
	display: block;
	width: 165px;
	height: 25px;
	line-height: 25px;
	color: #4D4D4D;
}
#sub ul li img {
	padding: 8px 0 0 15px;
	float: left;
}
#sub ul li#current a {
	background: url(../../ir/img/bg_sidenavi_on.gif) no-repeat 0% 0%;
}
#sub ul li a:hover {
	width: 165px;
	background: url(../../ir/img/bg_sidenavi_on.gif) no-repeat 0% 0%;
	text-decoration: none;
}
/*	#holeder(株主の皆さまへ)
----------------------------------------------------*/
#holder {
	margin-bottom: 20px;
}
#holder h3 {
	margin-bottom: 20px;
	padding: 0px 0 0 10px;
}
#holder p {
	width: 517px;
	margin-bottom: 1em;
	float: right;
	text-indent: 1em;
}
#holder .photo {
	width: 208px;
	padding: 0 25px 25px 0;
	float: left;
}
.height_fix {
	width: 750px;
	background: url(../img/height_fix.gif) repeat-y 0% 0%;
}
/*	table
----------------------------------------------------*/
table.irtable {
	border-collapse: separate;
	border-spacing: 5px;
}
table.irtable td {
	padding: 0 20px 0 10px;
	vertical-align: top;
}
table.irtable td.left2 {
	width: 150px;
	background-position: right;
	border-right: 1px solid #aaa;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
.pagetop {
	width: 950px;
	background-color: #fff;
	clear: both;
	text-align: center;
}
#footer {
	margin-top: 10px;
	padding-bottom: 32px;
	border-top: 1px solid #000;
}
#footer #b_logo {
	width: 61px;
	height: 27px;
	padding: 10px 0 0 0;
	float: left;
}
#footer ul {
	margin-top: 12px;
	float: right;
}
#footer ul li {
	float: left;
}
#footer #copy {
	padding: 10px 0 0 22px;
	text-align: right;
	font-size:90%;
	color:#717171;
}
