/* ナビゲーション部分 ここから */

	#top-sidebar {
	FLOAT: left;
	VERTICAL-ALIGN: top;
	WIDTH: 190px;
	margin-right: 8px;
	}

	/* サブメニュー -------------------------------------------------------------------------------------------------- */
	#sub-navi {
	border: 2px solid #5185BD;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	}
	#sub-navi-text {
	background-image: url(../images/sub_lm_default_back.jpg);
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
	background-repeat: no-repeat;
		
	}
	#sub-navi-list{
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	#sub-navi-list LI {
		display:block;
		text-align: left;
		vertical-align: middle;
		line-height: 150%;
	}
	#sub-navi-list LI img {
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
/* ナビゲーション部分 ここまで */


/* メインコンテンツ部分 ここから */

	.index-title {
		FLOAT: left;
		margin-bottom: 10px;
	}
	#main {
		FLOAT: right;
		WIDTH: 550px;
	}
	#sub-title {
	background-image: url(../images/sub_title_back.gif);
	height: 30px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #0d6eff;
	padding-top: 6px;
	float: left;
	width: 520px;
	}
	#contents-list {
	FLOAT: left;
	VERTICAL-ALIGN: top;
	width:540px;
	padding-left: 10px;
	text-align: left;
	margin-top: 10px;
	}
	#contents-list UL {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
	}
	#contents-list LI {
	CLEAR: both;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 15px;
	FONT-SIZE: 1em;
	BACKGROUND: url(../images/default_list_obje.gif) no-repeat 0em 0.4em;
	PADDING-BOTTOM: 10px;
	LINE-HEIGHT: 130%;
	PADDING-TOP: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}

/* メインコンテンツ部分 ここまで */
