@charset "utf-8";

@import url("2col-lt-layout.css");
@import url("document.css");

/*--------------------------------------
  wrapper > content > sidebar
---------------------------------------*/

.sidebar div#contentmenu {
}

.sidebar div#catlistmenu {
	border-bottom: 1px solid #CCC;
	background: url(../image/common/bg-sidebar.gif) repeat-x top;
}

.sidebar div#adbnr {
	padding: 5px;
	text-align: center;
}

.sidebar div#adbnr img {
	width: 150px;
	height: 35px;
}

.sidebar div#adbnr ul li {
	background: none;
}

.sidebar div#qamenu ul {
	padding-bottom: 5px;
}

.sidebar div#qamenu li {
	background: none;
	display: inline;
	padding-right: 10px;
}

.sidebar div#qamenu li.last {
	padding-right: 0;
}


/* ========== 個別設定 ========== */

/* 広告の表示・非表示 */
#gyousei .sidebar div#adbnr,
#syoukai .sidebar div#adbnr {
	display: none;
}

/*--------------------------------------
  wrapper > content > main
---------------------------------------*/

h2.ttl {
	font-size: 191%;
	font-weight: bold;
	padding-left: 56px;
	min-height: 44px;
	margin: 0 0 0.5em;
}

* html h2.ttl {
	padding-top: 10px;
	padding-bottom: 10px;
}


#bunka h2.ttl {
	background:url(../image/common/icon-bunka.gif) no-repeat 0 center;
}

#fukushi h2.ttl {
	background:url(../image/common/icon-fukushi.gif) no-repeat 0 center;
}

#gyousei h2.ttl {
	background:url(../image/common/icon-gyousei.gif) no-repeat 0 center;
}

#kankyou h2.ttl {
	background:url(../image/common/icon-kankyou.gif) no-repeat 0 center;
}

#kenkou h2.ttl {
	background:url(../image/common/icon-kenkou.gif) no-repeat 0 center;
}

#kyoiku h2.ttl {
	background:url(../image/common/icon-kyoiku.gif) no-repeat 0 center;
}

#machi h2.ttl {
	background:url(../image/common/icon-machi.gif) no-repeat 0 center;
}

#nousui h2.ttl {
	background:url(../image/common/icon-nousui.gif) no-repeat 0 center;
}

#seikatu h2.ttl {
	background:url(../image/common/icon-seikatu.gif) no-repeat 0 center;
}

#shigoto h2.ttl {
	background:url(../image/common/icon-shigoto.gif) no-repeat 0 center;
}

#syoukou h2.ttl {
	background:url(../image/common/icon-syoukou.gif) no-repeat 0 center;
}

#syoukai h2.ttl {
	padding-left: 0;
}

h4.ttl1 {
	margin: 1em 0 0.3em;
}

#info {
	border: 1px solid #CCC;
	margin-bottom: 2em;
}

#info ul {
	margin: 0.5em;
}

#info ul li {
	background: url(../image/common/line-dot.gif) repeat-x bottom;
	line-height: 1.8em;
	padding-left: 5px;
}

#info ul li span {
	padding-right: 2em;
}

#info h3 {
	background: url(../image/common/bg-h3-info.png) no-repeat;
	text-indent: -999em;
	height: 34px;
	margin-bottom: 0.5em;
}

table.categorytable {
	width: 100%;
}

table.categorytable td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

table.categorytable td.ka-shitsu {
	padding-left: 1.5em;
}

table.striped .odd-row {
	background-color: #FFFFDD;
}



