/* CSS Document */


/*======================================================================*
   [ normal / ss ]
 *======================================================================*/

.contentsWidth #normal { padding: 0 13px 20px 13px; }

.contentsWidth #ss {
	padding: 0 10px;
	border: 3px solid #e0e8f6;
}
.contentsWidth #ss h3 {
	margin: 0 -10px 15px -10px;
	padding: 10px;
	background: #e0e8f6;
	color: #0162B1;
	font-size: 117%;
	font-weight: bold;
	text-align: left;
}

/*======================================================================*
   [ list-box ]
 *======================================================================*/

.contentsWidth .list-box {
	width: 250px;
}
.contentsWidth .list-box_l { clear: both; float: left; }
.contentsWidth .list-box_r { float: right; }

.contentsWidth .list-box h4 {
	background: url(../../img/bg-h4_b.gif) left bottom no-repeat;
}
.contentsWidth .list-box h4 a {
	padding: 7px 10px;
	background: url(../../img/bg-h4_t.gif) left top no-repeat;
	color: #0162b1;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.contentsWidth .list-box h4 a:hover { text-decoration: underline; }

.contentsWidth .list-box ul { padding: 7px 13px 20px 13px; }
.contentsWidth .list-box li {
	padding: 0.3em 0 0.3em 11px;
	background: url(../../img/icon-list.gif) left 0.7em no-repeat;
}

