
/* ===============================================
  カテゴリ 共通設定
=============================================== */

#toiawase_waku,
#corp_waku {
	width:960px;
	margin:0 auto;
	padding:25px 0 0;
}

#toiawase_waku:after,
#corp_waku:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
	overflow:hidden;
}

/* ========= h3〜h5 ========= */

h3 {
	font-size: 22px;
	margin-bottom:22px;
	padding:0 0 10px 0;
	border-bottom:1px solid #111;
	font-style: normal;
	font-variant: normal;
	color:#111;
	letter-spacing:1px;
}

h4 {
	font-size: 17px;
	margin-top:2em;
	margin-bottom:1em;
	color:#444;
	font-weight:bold;
	border-bottom: 3px solid #ddd;
	padding-bottom: 6px;
	letter-spacing:1px;
	line-height:1.2;
}

h5 {
	font-size: 14px;
	margin-bottom:0.5em;
	font-weight:bold;
}


/* ========= 左ナビゲーション ========= */

#navi,
#category_menu {
	width:200px;
	float:left;
	margin:0 0;
}

#category_menu dt {
	background-color:#0075c2;
	border-radius: 4px 4px 0 0;
	padding:5px 15px;
}

#category_menu dt a,
#category_menu dt a:hover{
	color:#f6f6f6;
}

#category_menu ul li a{
	display:block;
	width:170px;
	padding:5px 15px;
	background-color:#e9f3f8;
	border-bottom:1px solid #fff;
	color:#222;
}

#category_menu ul li a:hover{
	background-color:#dbebf3;
	color:#222;
	text-decoration:none;
}

#category_menu ul li.here a {
	background-color:#c2def0;
	border-bottom:none;
}

#category_menu ul li ul {
	border:1px solid #c2def0;
	padding:3px 0;
	font-size:13px;
}

#category_menu ul li.here ul li a{
	background-color:#fff;
	margin:3px 15px;
	background: url(../img/arrow_01.gif) no-repeat 0 0.5em;
	padding: 0 0 0 12px;
}

#category_menu ul li.here ul li a:hover {
	text-decoration:underline;
}

#category_menu #submenu a.current,
#category_menu a.ayumi {
	background: url(../img/arrow_03.gif) no-repeat 0 0.5em !important;
	font-weight:bold;
}


/* ========= メインコンテンツ枠 ========= */

#main-contents {
	width:720px;
	float:right;
	text-align:left;
	margin:0 0;
}

