@charset "Shift_JIS";

/* kessan.css */

html {
	height: 100%;
}
body {
	height: 100%;
	line-height: 1.5;
	color: #545454;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	background: #ffffff url("../images/bodyback.gif") repeat-x 50% 0;
}
a:link, a:visited {
	color: #180678;
	text-decoration: none;
}
a:hover, a:active {
	color: #180678;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 809px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url("../images/kwrapperback.gif") repeat-y 0;
}
* html #wrapper {
	height: 100%;
}
#wrapperinner {
	min-height: 675px;
	background: transparent url("../images/kwrapperinnerback.gif") no-repeat 50% 0;
}
* html #wrapperinner {
	height: 795px;	/* only for IE6 */
}
#site {
	width: 739px;
	height: 71px;
	margin: 0 auto;
	padding: 9px 0 0;
	background: #ffffff url("../images/ksiteback.gif") no-repeat 50% 0;
}
#logo {
	padding: 0 0 0 13px;
}
#logo a {
	display: block;
	width: 320px;
	height: 57px;
	overflow: hidden;
	padding: 0 0 0 1px;
	text-indent: -9999px;
	background: transparent url("../images/sitelogo.gif") no-repeat 1px 0;
}
#page {
	width: 600px;
	margin: 0 auto;
	padding: 26px 69px 0 70px;
	background: #ffffff url("../images/kpageback.gif") repeat-y 0 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0 0 0 7px;
	border-bottom: 1px dotted #dcdcdc;
	border-left: 3px solid #9488d2;
	font-weight: bold;
	font-size: 16px;
}
#pagebody {
	padding: 0 21px;
}
h2 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
h2 span {
	font-weight: normal;
	font-size: 12px;
}
#page ul {
	margin-bottom: 29px;
	padding-left: 39px;
}
#page li {
	height: 19px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-left: 41px;
	border-bottom: 1px solid #dadada;
	background: transparent url("../images/kicon-pdf.gif") no-repeat 0 0;
}
#linkToIrSite {
	padding-bottom: 50px;
	text-align: center;
}
#publication {
	width: 710px;
	margin: 0 auto;
	padding: 10px 15px 14px 14px;
	background: #ffffff url("../images/kpublicationback.gif") no-repeat 0 0;
}
#publicationinner {
	padding: 10px 0;
}

/* start: clearfix */
#publicationinner {
	display: inline-block;
}
#publicationinner {
	display: block;
}
#publicationinner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* end: clearfix */

#companylogo {
	float: left;
	width: 137px;
	height: 16px;
	padding: 9px 20px 10px 0;
}
#companylogo a {
	display: block;
	width: 137px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../images/publicationcompanylogo.gif") no-repeat 0 0;
}
#publicationnav {
	float: right;
	padding: 8px 0 0 10px;
	font-size: 10px;
}
#publication address {
	font-size: 10px;
}
