@charset "utf-8";
@import "pc_common.css";

/* ------------------------------
Main
------------------------------ */

#main {
	margin-bottom: 20px;
}

#main #content {
	float: left;
	width: 700px;
}

#main #sideRight {
	float: right;
	width: 250px;
}

/* ------------------------------
Main Content
------------------------------ */

#main #content #introduction {
	margin-bottom: 20px;
}

#main #content #introduction h2 {
	border-left: 5px solid #f4939a;
	font-size: 150%;
	padding-bottom: 0.5em;
	padding-left: 10px;
}

#main #content #introduction p {
	border-left: 5px solid #000;
	font-size: 87.5%;
	padding: 5px 10px;
}

#main #content #searchByArea h3, 
#main #content #searchByGenre h3, 
#main #content #areaOverview h3 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}

#main #content #areaOverview h3 {
	clear: both;
}

#main #content #searchByArea {
	float: left;
	margin-bottom: 20px; 
	width: 420px;
}

#main #content #searchByGenre {
	float: right;
	margin-bottom: 20px; 
	width: 270px;
}

#main #content #searchByArea img {
	padding: 10px;
	padding-top: 0;
}

#main #content #searchByGenre h4 {
	font-size: 87.5%; 
	font-weight: bold;
	margin: 0 10px;
}

#main #content #searchByGenre ul {
	font-size: 81.25%;
	margin: 0 10px 10px 10px; 
}

#main #content #searchByGenre ul li {
	background: url(/images/marker_small.gif) left center no-repeat;
	display: inline; 
	padding-left: 9px;
	padding-right: 1em;
}

#main #content #areaOverview {
	margin-bottom: 20px; 
	width: 700px;
}

#main #content #areaOverview div.unit {
	float: left; 
	margin-bottom: 10px;
	padding: 0 10px;
	width: 330px;
}

#main #content #areaOverview h4 {
	font-size: 87.5%; 
	font-weight: bold;
	margin-bottom: 0.2em;
}

#main #content #areaOverview p {
	font-size: 81.25%;
}

#main #content #areaOverview img {
	float: left; 
	padding-right: 10px;
}

/* ------------------------------
Main Side Right
------------------------------ */

#main #sideRight .sideAd {
	margin-bottom: 10px;
}

#main #sideRight #hotPlace {
	border: 1px solid #f4939a;
}

#main #sideRight #hotPlace h3 {
	background: #fcc url(/images/bg_title_pink.gif) left top repeat-x;
	font-size: 87.5%; 
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 10px;
}

#main #sideRight #hotPlace ul {
	margin: 0 10px 10px 10px;
}

#main #sideRight #hotPlace ul li {
}

#main #sideRight #hotPlace h4 {
	font-size: 81.25%; 
	font-weight: bold;
	line-height: 1.2em;
}

#main #sideRight #hotPlace h4 .sub {
	color: #666;
	font-weight: normal;
	padding-left: 0.5em;
}

#main #sideRight #hotPlace img {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}

#main #sideRight #hotPlace p {
	font-size: 81.25%; 
	line-height: 1.2em;
}

#main #sideRight #hotPlace hr {
	border: 1px solid #f4939a;
	border-width: 1px 0px 0px 0px;
	clear: left; 
	height: 1px;
	margin: 0 0 10px 0;
}
