
/* ========== サイトインフォ用スタイル ========== */

div#contentbody h2 {
	margin: 0;
	padding: 10px 0;
	clear: both;
}

div.contents {
	padding: 0 10px;
}

div#contentbody h3 {
	margin: 20px 0 10px;
	padding: 10px 0 5px;
	background: url(../images/line_head03.gif) no-repeat left bottom;
	clear: both;
}

div#contentbody h3 strong {
	padding: 5px 28px;
	background: url(../images/bur_head03.gif) no-repeat 0 4px;
	font-size: 100%;
	color: #444444;
}

* html div#contentbody h3 strong { font-size: 90%; }

div#contentbody h4 {
	margin: 20px 0 0 5px;
	padding-left: 16px;
	background: url(../images/bur_head04.gif) no-repeat 0 7px;
	font-size: 100%;
	color: #0060a1;
}

div#contentbody h4 a {
	text-decoration: none;
	color: #0060a1;
}

div#contentbody h4 a:hover {
	text-decoration: underline;
}

div.infobody ol, div.infobody ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-size: 80%;
}

div.infobody ol ul, div.infobody ul ol, div.infobody ol ol, div.infobody ul ul {
	font-size: 100%;
}

div.infobody li {
	margin: 10px 0;
}

div.infobody p {
	font-size: 80%;
	line-height: 1.75;
	margin: 10px 0;
}

div.infobody p.notes {
	font-size: 70%;
}



ol.personal02 {
	line-height: 1.75;
}

ol.personal02 li {
	margin: 5px 0;
}

ol.personal02 strong {
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #aaaaaa;
}

ol.personal02 strong a {
	color: #444444;
	text-decoration: none;
}

ol.personal02 strong a:hover {
	text-decoration: underline;
}

ol.personal02 strong.apply a {
	color: #23608c;
}

ol.personal02 div.details strong {
	display: inline;
	color: #444444;
	border: none;
}

div.infobody ol.personal02 p {
	font-size: 100%;
}

div.infobody p.pdflink {
	background: url(../images/ico_pdf.gif) no-repeat;
	padding-left: 20px;
}

div.infobody p.pnotes {
	margin-bottom: 20px;
	padding: 10px 15px;
	border: solid 1px #cccccc;
	background: #f6f6f6;
}



table.infotable {
	width: 100%;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 80%;
}

table.infotable th {
	padding: 5px 20px;
	color: #23608c;
	text-align: left;
}

table.infotable td {
	padding: 10px 20px;
}

table.infotable td ol, table.infotable td ul {
	margin: 0;
	padding-left: 20px;
}

table.infotable td dl {
	width: 100%;
	margin: 0;
}

table.infotable td dt {
	padding: 2px 5px;
	border-bottom: dotted 1px #aaaaaa;
	font-weight: bold;
}

table.infotable td dd {
	margin: 5px 0 10px;
	padding: 0 5px;
}

table.infotable td ul {
	list-style-type: circle;
}

tr.odd th {
	background: #bfdce6;
}

tr.even th {
	background: #d9e9f0;
}

tr.even td {
	background: #f3f6f9;
}



ul.maincontent, ul.basic {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 10px 10px 40px;
}

ul.maincontent li, ul.basic li {
	float: left;
}

ul.maincontent li {
	padding: 3px 20px 3px 50px;
	background: url(../images/arw_next.gif) no-repeat;
	font-weight: bold;
}

ul.basic li {
	padding: 5px 22px;
	background: url(../images/tab_arrow.gif) no-repeat 0 8px;
	font-size: 80%;
}

