@charset "UTF-8";

/*
********************************

	Bottom Stylesheet

********************************
*/


/* --------------- #topicPath --------------- */

#topicPath {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#topicPath li {
	float: left;
	font-size: 0.9em;
	margin-left: 6px;
	padding-left: 12px;
	background: url(../img/ico_topicpath.png) no-repeat left center;
}

#topicPath li:first-child {
	margin-left: 0;
	background-image: none;
}

* html #topicPath {
	overflow: hidden;
}

* html #topicPath ul {
	overflow: hidden;
	height: 1.5em;
	margin-left: -17px;
}


/* --------------- #contents --------------- */

#contents {
	clear: both;
	width: 960px;
	margin: 0 auto;
}


/* --------------- #main --------------- */

#main {
	float: left;
	width: 715px;
	min-height: 400px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	behavior: url(css/PIE.htc);
	position: relative;
}

#main .left {
	float: left;
}

#main .right {
	float: right;
}

#main .text_right {
	text-align: right;
}

#main h1 {
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	position: relative;
}

#main h1 img {
	margin: 53px 0 0 35px;
}

#main h2 {
	clear: both;
	color: #09c;
	font-size: 1.3em;
	height: 41px;
	line-height: 40px;
	margin-top: 35px;
	padding: 0 20px 0 30px;
	background: url(../img/btm_ttl01.png) no-repeat;
}

#main h2.first {
	margin-top: 18px;
}

#main h3 {
	clear: both;
	color: #09c;
	font-size: 1.2em;
	margin: 25px 20px 0;
	padding-bottom: 8px;
	background: url(../img/btm_ttl02.png) repeat-x bottom;	
}

#main h4 {
	font-size: 1.15em;
	margin: 20px 20px 10px;
	padding: 1px 0 1px 15px;
	background: url(../img/btm_ttl03.png) no-repeat left center;
}

#main p,
#main ul {
	line-height: 1.6;
	margin: 1em 20px 0;
}

#main ol {
	line-height: 1.6;
	margin: 1em 20px 0 43px;
}

#main ul.disc {
	list-style-type: disc;
	margin-left: 36px;
}

#main ul.arrow li a {
	padding-left: 8px;
	background: url(../img/arrow_s.png) no-repeat left center;
}

#main table {
	font-size: 0.9em;
	line-height: 1.6;
	width: 675px;
	margin: 15px 20px 0;
	border-top: 1px dotted #bbb;
}

#main tr:nth-child(odd) {
	background-color: #f5f5f5;
	/* nth-childの使えないIE8以下はjqueryで対応（index.phpに記述） */
}

#main th {
	color: #046;
	text-align: left;
	vertical-align: top;
	padding: 12px;
	border-bottom: 1px dotted #bbb;
	background-color: #e9f3f4;
}

#main th span {
	font-weight: normal;
}

#main td {
	padding: 12px;
	border-bottom: 1px dotted #bbb;
}

#main table ul {
	margin: 0;
}

#main table .table_btn {
	margin: 6px 0;
}

#main form {
	margin: 1em 20px;
}

#main form legend {
	display: none;
}


/* --------------- #btm_aside --------------- */

#btm_aside {
	float: right;
	width: 225px;
	margin-bottom: 30px;
}

#btm_aside #topics {
	margin-bottom: 15px;
}


/* .aside_link */

.aside_link {
	width: 225px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(../img/aside_link_ttl.png) repeat-x top;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	behavior: url(css/PIE.htc);
	position: relative;
}

.aside_link h2 {
	height: 36px;
	color: #fff;
	font-size: 1.1em;
	line-height: 35px;
	padding: 0 15px;
}

.aside_link h2 a {
	color: #fff;
	padding-left: 8px;
	background: url(../img/arrow_white.png) no-repeat left center;
}

.aside_link li a{
	display: block;
	line-height: 1.3;
	padding: 9px 10px 9px 24px;
	background: url(../img/aside_link_li_off.png) no-repeat left center;
}

.aside_link li:last-child a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.aside_link li a:hover,
.aside_link li a.here {
	background: #e2faff url(../img/aside_link_li_on.png) no-repeat left center;
}

* html .aside_link li a{
	height: 1%;
}
