@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:#article
		table
			personal
			ex
	2:#aside
		info
=============================================
*/

/*
===== 1:#article =====
*/
#article  .section dl dd ul li {
	font-size: 100%;
}

#article .submitbtn a {
	display: inline-block;
	margin: 0 5px;
	zoom: 1;
}
#article .section .error {
	color: #ff0000;
	font-size: 100%;
	margin: 0;
}
#article .section textarea {
	font-size: 75%;
	height: 120px;
	margin: 0 20px;
	overflow-y: scroll;
	width: 630px;
}
#article .section .materials {
	float: left;
	padding: 0 18px 0 0;
	text-align: center;
	width: 233px;
}
* html #article .section .materials {width: 251px;}/* IE6 */
#article .section .materials img {
	margin: 0 0 5px;
	cursor:pointer;
}
#article .section .materials input {
	margin: 0 5px 0 0;
}
#article .section .materials label {
	font-weight: bold;
	cursor:pointer;
}


#article .section p.information{
	clear:both;
	text-align:center;
	border:solid 1px #cdcebe;
	background-color:#eef0c9;
	padding:10px 0;
	width:430px;
	margin-left:20px;
}

/* table */
#article .section table {
	margin: 0 0 30px;
	width: 630px;
}

/* personal */
#article .section table.personal {
	background: none;
}
#article .section table.personal th {
	padding: 10px 35px 10px 0;
	vertical-align: top;
	width: 110px;
}
* html #article .section table.personal th {width: 145px;}/* IE6 */
#article .section table.personal th.must {
	background: url(../image/essential.gif) no-repeat right 10px;
}
#article .section table.personal td {
	padding-left: 15px;
}
#article .section table.personal td .zipsearch {
	background: url(../image/link.gif) no-repeat left center;
	font-size: 65%;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#article .section table.personal td #pref {
	margin: 0 0 5px;
}

/* ex */
#article .section table#ex {
	background: none;
}
#article .section table#ex tr {
	background: none;
}
#article .section table#ex tr th,
#article .section table#ex tr td {
	border-bottom: 1px solid #b2b2b2;
}
#article .section table#ex tr th {
	text-align: center;
}
#article .section table#ex .same {
	background: url(../image/td_line.gif) repeat-x left bottom;
}
#article .section table#ex .same td {
	border-bottom: none;
}
#article .section table#ex td.time,
#article .section table#ex td.observation,
#article .section table#ex td.experience {
	text-align: center;
}

/*
===== 2:#aside =====
*/
#aside .localNav {
	margin: 0 0 20px;
}
#aside .localNav li {
	background-position: left center;
	background-repeat: no-repeat;
	color: #ADADAD;
	font-weight: bold;
	padding: 6px 0 6px 20px;
}
#aside .localNav li.active {
	color: #333333;
}
#aside .localNav li.no1 {
	background-image: url(../image/localNav_no1.gif);
}
#aside .localNav li.no1.active {
	background-image: url(../image/localNav_no1_on.gif);
}
#aside .localNav li.no2 {
	background-image: url(../image/localNav_no2.gif);
}
#aside .localNav li.no2.active {
	background-image: url(../image/localNav_no2_on.gif);
}
#aside .localNav li.no3 {
	background-image: url(../image/localNav_no3.gif);
	border-bottom: none;
}
#aside .localNav li.no3.active {
	background-image: url(../image/localNav_no3_on.gif);
}

/* info */
#aside #info {}
#aside #info h2 {
	background-color: #ffffff;
	border-bottom: none;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#aside #info p {
	font-size: 75%;
}

dt{
	margin-top:1em;
}

#h200+ul li{
	margin-bottom:0.5em;
}

