/*------------------------------------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------------------------------------*/

/*
トップタイトル
---------------------------------------------------*/
* html h2 {
	behavior: expression(IEPNGFIX.fix(this));
}

h2.sm {
	width: 780px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/top_title_sm.gif) 0 0 no-repeat;
	text-align: center;
	margin: 0 auto;
	
}



.sm_title {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	border-left: 3px solid #cccccc;
	background-color: #eeeeee;
	padding: 5px 0 2px 6px;
	margin: 7px 20px 5px 20px;
	letter-spacing: 0.05em;

}

.sm_txt {
	display: block;
	text-align: left;
	font-size: 80%;
	padding: 0 0 1px 10px;
	margin-left: 30px;
	background: url(../images/icon_sm.gif) 0 0 no-repeat;
	
}

.sm_txt a {
	text-decoration: underline;
	color: #444444;
	padding: 0 15px 0 0;
}

.sm_txt a:hover {
	text-decoration: none;
	color: #999999;
}


























































