@charset "UTF-8";

/* －－－－－ トップ用スタイル －－－－－ */

#content #mainimage {
	margin: 0px 0px 15px 0px;
	}

#content h3 {
	color: #336699;
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	font-size: 100%;
	border-bottom-style: none;
	}

#content #about {
	width: 255px;
	float: left;
	margin: 0px 20px 0px 0px;
	}

#content #info {
	width: 270px;
	height: 410px;
	overflow: atuo;
	float: left;
	margin: 0px 20px 0px 0px;
	}

#content #search {
	width: 255px;
	float: left;
	margin: 0px 0px 0px 0px;
	}

#content .tblockAbout {
	height: 360px;
	overflow: auto;
	padding: 5px;
	}

#content .tblockInfo {
	height: 270px;
	/* overflow: auto; */
	padding: 5px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#content .tblockInfo ul {
	list-style-type: none;
	width: 260px;
	height: 360px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	position: relative;
	top: 0px;
	left: 0px;
	list-style-position: outside;
	}

#content .tblockInfo ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px;
	padding: 5px;
	list-style-position: outside;
	}

#content .tblockSearch {
	
	
	}

#content .tblockSearch p.search_cap {
	padding: 5px;
	}


