@charset "UTF-8";

/*
zh-CN
*/

/* common */
@import "/css/chi/common/enlarge.css";

/* ls */
@import "/css/chi/ls/ls_list.css";
@import "/css/chi/ls/ls_desc.css";

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

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

a:link {
	color: #339999;
}
a:visited {
	color: #339999;
}
a:hover {
	color: #ffcc00;
}

/* -----------------------------------------------
banner
----------------------------------------------- */

#side-left .banner {
	text-align: center;
	margin-top: 20px;
}
#side-left .banner a img {
	width: 115px;
	height: 90px;
}
#side-left .banner a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#side-left .banner span {
	display: none;
}

/* -----------------------------------------------
location
----------------------------------------------- */

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

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

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

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

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

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

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

/* =========================================================
left menu
========================================================= */

#side-left .menu {
	margin-bottom: 17px;
}
#side-left .menu h3 {
	border-top: 4px solid #333399;
	border-bottom: 1px solid #333399;
}

/* -----------------------------------------------
fan
----------------------------------------------- */

#side-left div.fan a {/* reset */
	margin: -5px 0 0 12px;
}

/* -----------------------------------------------
top
----------------------------------------------- */

#side-left .column p {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #cccc99;
	padding: 4px 4px 4px 0;
}
#side-left .column ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}
#side-left .column li {
	clear: both;
	border-bottom: 1px solid #e6eae6;
	padding: 6px 0;
}
#side-left .column li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#side-left .column dt {
	line-height: 126%;
	margin-bottom: 4px;
}
#side-left .column dt span {
	display: block;
	font-size: 0;
	line-height: 100%;
}
#side-left .column dt img {
	vertical-align: middle;
	margin-right: 2px;
}
#side-left .column dd {
	color: #666666;
}
#side-left .column dd img {
	float: right;
	width: 28px;
	height: 23px;
}
#side-left .column dd div {
	color: #999933;
	font-size: 10px;
	margin-bottom: 2px;
}
#side-left .column dd em {
	color: #333333;
	font-style: normal;
}

/* =========================================================
ls-tab
========================================================= */

.ls-tab {
	text-align: center;
	border-top: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
	background-color: #ffffeb;
	padding: 10px 0;
	margin: 10px 0 0 0;
	margin-bottom: 10px;
}
.ls-tab ul {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.ls-tab li {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
	padding: 0 10px;
}
.ls-tab li:first-child {
	border-left: none;
}
.ls-tab li span {
	display: none;
}

/* life */
.ls-tab li.life-on a {
	display: inline-block;
	background: url(/img/chi/ls/tab_life.png) no-repeat 0 -18px;
	width: 85px;
	height: 18px;
}
.ls-tab li.life-off a {
	display: inline-block;
	background: url(/img/chi/ls/tab_life.png) no-repeat 0 0;
	width: 85px;
	height: 18px;
}
.ls-tab li.life-off a:hover {
	background: url(/img/chi/ls/tab_life.png) no-repeat 0 -18px;
}

/* career */
.ls-tab li.career-on a {
	display: inline-block;
	background: url(/img/chi/ls/tab_career.png) no-repeat 0 -18px;
	width: 89px;
	height: 18px;
}
.ls-tab li.career-off a {
	display: inline-block;
	background: url(/img/chi/ls/tab_career.png) no-repeat 0 0;
	width: 89px;
	height: 18px;
}
.ls-tab li.career-off a:hover {
	background: url(/img/chi/ls/tab_career.png) no-repeat 0 -18px;
}

/* biz */
.ls-tab li.biz-on a {
	display: inline-block;
	background: url(/img/chi/ls/tab_biz.png) no-repeat 0 -18px;
	width: 80px;
	height: 18px;
}
.ls-tab li.biz-off a {
	display: inline-block;
	background: url(/img/chi/ls/tab_biz.png) no-repeat 0 0;
	width: 80px;
	height: 18px;
}
.ls-tab li.biz-off a:hover {
	background: url(/img/chi/ls/tab_biz.png) no-repeat 0 -18px;
}

/* all */
.ls-tab li.all-on a {
	display: inline-block;
	background: url(/img/chi/ls/tab_all.png) no-repeat 0 -18px;
	width: 81px;
	height: 18px;
}
.ls-tab li.all-off a {
	display: inline-block;
	background: url(/img/chi/ls/tab_all.png) no-repeat 0 0;
	width: 81px;
	height: 18px;
}
.ls-tab li.all-off a:hover {
	background: url(/img/chi/ls/tab_all.png) no-repeat 0 -18px;
}
