@charset "UTF-8";

/*
ja_JP
*/

/* te */
@import "/css/jpn/te/te_list.css";
@import "/css/jpn/te/te_desc.css";

/* =========================================================
common
========================================================= */

/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #008db7;
}
a:visited {
	color: #008db7;
}
a:hover {
	color: #ed6d35;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #339966;
	border-bottom: 1px solid #339966;
}
#side-left .menu div a {
	background-color: #339966;
}
#side-left .category li {
	background: url(/img/common/te/left_nav_point.png) no-repeat 0 8px;
}

#side-left .bn-btg {
	text-align: center;
	margin: 20px 0 0 0;
}
#side-left .bn-btg a {
	display: inline-block;
	background-image: url(/img/jpn/te/bn_btg.png);
	background-size: 160px 85px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 160px;
	height: 85px;
}
#side-left .bn-btg span {
	display: none;
}
/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #339966;
}
.location div {
	background: url(/img/common/te/location_bg.png) no-repeat 100% 100%;
	height: 11px;
}
.location p {
	background: url(/img/common/te/location_arrow.png) no-repeat 10px 0;
	height: 11px;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/jpn/te/title.gif) no-repeat 0 0;
	width: 143px;
	height: 50px;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #339966;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #e0efe8;
}