@charset "utf-8";

/* sub column */
.nav ul { margin-bottom: 15px; }
.nav img { vertical-align: bottom; }
.nav p {
	font-size: 10px;
	line-height: 1.3em;
	margin: 3px 0 20px;
}

/* main column */
/* headings, texts */
.main h2 {
	background: url(../images/bg_main.png) no-repeat left top;
	padding: 7px 7px 0;
}
.main h3 {
	font-size: 17px;
	line-height: 1em;
	margin-bottom: 15px;
}
.main h3.year {
	background: url(../images/ir/bar_year.gif) no-repeat left top;
	line-height: 33px;
	text-indent: 30px;
	color: #fff
}
.main h3.square {
	background: url(../images/square.gif) no-repeat left center;
	line-height: 33px;
	text-indent: 20px;
	border-bottom: 1px dotted #b2b2b2;
}
.main h3 span {
	font-size: 12px;
	font-weight: normal;
}
.main h4 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
}
.nanakan { padding-top: 10px; }
.main .nanakan h4 { margin-bottom: 30px; }
.main p {
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}
.main p.under {
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 1em;
}

/* list */
.main ul {
	margin-bottom: 40px;
	padding-left: 10px;
	list-style: disc inside;
	font-size: 14px;
	line-height: 1.6em;
}
.main ul.six-c {
	margin: 0;
	padding: 0 0 30px 240px;
}
.index {
	width: 766px;
	margin-right: -50px;
}
.index ul {
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
}
.index li {
	width: 383px;
	float: left;
}

/* difinition list */
.main dl {
	font-size: 14px;
	line-height: 1.6em;
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 50px;
}
.main dt {
	border-top: 1px dotted #b2b2b2;
	padding: 5px 0;
	text-indent: 7px;
	float: left;
	width: 9.5em;
	clear: left;
}
.main dd {
	margin-left: 9.5em;
	border-top: 1px dotted #b2b2b2;
	background: url(../images/3arrow.gif) no-repeat left 14px;
	padding: 5px 0 5px 40px;
}
.main dd img { vertical-align: middle; }

.main dl.profile dt {
	background: url(../images/square.gif) no-repeat 2px 8px;
	text-indent: 20px;
	width: 10em;
}
.main dl.profile dd {
	margin-left: 10em;
	background: url(none);
	padding-left: 0;
}

.index dl {
	width: 383px;
	float: left;
	border: none;
	margin: 0;
	padding-bottom: 30px;
}
.index dt {
	margin-bottom: 10px;
	border: none;
	padding: 0;
	float: none;
}
.index dt img { display: block; }
.index dd {
	width: 333px;
	margin: 0;
	border: none;
	background: url(none);
	padding: 0;
}
.index dd img { margin-top: 7px; }

/* table */
table { border: none; }
th, td { 
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}
th { white-space: nowrap; }

table.border {
	width: 100%;
	border-bottom: solid 1px #999ec5;
	margin-bottom: 30px;
}
.border th, .border td { padding: 10px 24px; }
.border th {
	border: solid #999ec5;
	border-width: 1px 1px 0;
	background: #eff0f6;
}
.border td {
	border: solid #999ec5;
	border-width: 1px 1px 0 0;
}
.border caption {
	font-size: 13px;
	text-align: right;
}
.border td.cap {
	border-right: none;
	padding: 20px 0 5px;
	font-weight: bold;
}

table.left-border {
	border-left: solid 1px #999ec5;
}
.left-border th {
	border-left: none;
}

table.enquete { margin-bottom: 20px; }
.enquete th, .enquete td { padding: 5px 30px 5px 0; }
.enquete th {
	background: url(../images/square.gif) no-repeat left 8px;
	text-indent: 20px;
}

/* form */
button {
	border: none;
	background: #fff;
}

/* other */
a.pdf {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding-left: 19px;
	font-size: 13px;
	margin-left: 1em;
}
a.backnumber {
	display: block;
	background: url(../images/ir/bar_year_bn.gif) no-repeat left top;
	font-size: 13px;
	line-height: 43px;
	color: #5f67a4;
	text-indent: 33px;
}
.pagetop {
	padding: 30px 6px;
	text-align: right;
}
.right-align { text-align: right; }
.pic-right { float: right; }
.must {
	color: #ff0000;
	font-size: 12px;
	line-height: 1.3em;
}



