@charset "UTF-8";

/*
ja_JP
*/

/* common */
@import "/css/jpn/common/seed.css";
@import "/css/jpn/common/exmedia.css";
@import "/css/jpn/common/enlarge.css";
@import "/css/jpn/common/fan.css";

/* =========================================================
common
========================================================= */
/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #3333ff;
}
a:visited {
	color: #3333ff;
}
a:hover {
	color: #3333cc;
}
/* -----------------------------------------------
left menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #666;
	border-bottom: 1px solid #666;
}
#side-left .category li {
	background: url(/img/common/ot/left_nav_point.png) no-repeat 0 9px;
}
#side-left .banner-promo {
	margin: 20px 0 0 0;
}
/* -----------------------------------------------
location
----------------------------------------------- */
.location h3 {
	background-color: #666;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name {
	display: none;
}
/* -----------------------------------------------
nodata reg
----------------------------------------------- */
#nodata div a {
	background-color: #f8b500;
}
/* -----------------------------------------------
text ad
----------------------------------------------- */
#sidead li.textad {
	background-color: #fdf3d9;
}
/* =========================================================
title
========================================================= */
/* -----------------------------------------------
banner
----------------------------------------------- */
#title-banner {
	clear: both;
}
/* -----------------------------------------------
desc
----------------------------------------------- */
#title-desc {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 110%;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
/* =========================================================
search
========================================================= */
#search-box {
	display: none;
}
#search-top {
	clear: both;
	background-color: #f7f6f5;
	border-left: 2px #e6eae6 solid;
	border-right: 2px #e6eae6 solid;
	border-bottom: 2px #e6eae6 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 5px;
	padding: 5px 8px;
}
#search-top table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#search-top .search {
	width: 100%;
}
#search-top .button {
	vertical-align: middle;
	padding: 0 0 0 10px;
}
#search-top .button span {
	display: none;
}