@charset "utf-8";

/* ****************************************************
  other styles
***************************************************** */




/* layout
=========================================*/
#content-main-other {
	line-height: 1.7;
	text-align: left;
}



/* list
=========================================*/
#content-main-other .map-list {
	width: 710px;
}
#content-main-other .map-list li {
	float: left;
	width: 164px;
	margin-bottom: 5px;
}




/* site-search
=========================================*/
#content-main-other #site-search-block {
	float: left;
	width: 310px;
}
#content-main-other #site-search-block input.content-search-text {
	float: left;
	padding: 2px 5px;
	margin: 0;
	width: 242px;
	border: 1px solid #bbbbbb;
}
#content-main-other #site-search-block input.content-search-btn {
	float: right;
}
#content-main-other #site-search-block legend {
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	text-align: left;
}




/* two-col-img
=========================================*/
#contents-area #content-main-other .two-column .two-col-img01,
#contents-area #content-main-other .two-column .two-col-img02 {
	float: left;
}

#contents-area #content-main-other .two-column .two-col-img01 {
	margin-right: 30px;
}



/* column
=========================================*/
#contents-area .two-column {
	clear: both;
	width: 920px;
}
#contents-area .two-column .col-01 {
	float: left;
	width: 450px;
	padding: 0 10px 0 0;/* 10px → 0.72em */
}

#contents-area .two-column .col-01 .sub-column {
	clear: both;
	width: 420px;
}

#contents-area .two-column .col-01 .sub-column .sub-col-01 {
	float: left;
	width: 195px;
	padding: 0 0.64em 0 0;/* 10px → 0.72em */
}


/* sitemap-column */
#contents-area .sitemap-column .left-col,
#contents-area .sitemap-column .center-col {
	float: left;
	width: 293px;
	margin: 0 20px 0 0;
}
#contents-area .sitemap-column .right-col {
	float: left;
	width: 293px;
	margin: 0;
}



/* table
=========================================*/
#search-area table {
	border-top: none;
	border-left: none;
}
#search-area table th {
	border-right: none;
	border-bottom: none;
}
#search-area table td {
	border-right: none;
	border-bottom: none;
	padding: 0;
}
#search-area table td table td {
	padding: 0 4px;
}
#search-area table td img {
	vertical-align: baseline;
}



/* text-indent
=========================================*/
.note-indent {
	text-indent: -1em;
	padding-left: 1em
}

/* Clear fix
=========================================*/
#content-main-other .map-list:after,
#contents-area .sitemap-column:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#content-main-other .map-list,
#contents-area .sitemap-column {
	min-height: 1px;
}

* html #content-main-other .map-list,
* html contents-area .sitemap-column {/* for IE6 */
	height: 1px;
}

*:first-child+html #content-main-other .map-list,
*:first-child+html #contents-area .sitemap-column {/* for IE7 */
	zoom: 1;
}
