@charset "utf-8";
/* CSS Document */


/* アイキャッチ */
#eyecatch {
	clear: left;
	text-align: center;
}

/* コンテナー */
#container {
	padding-top: 10px;
}

/* サイドメニュー */

#left {
	width: 230px;
	padding-left: 8px;
	float: left;
}
#left .sidemenu {
	margin-bottom: 5px;
}

#left #sonota_waku{
	background: #CCCCCC;
	width: 210px;
	margin-left: 3px;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
}
#left .sonota {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #828282;
	background: #FFFFFF;
	display: block;
	width: 95%;
	margin: 5px auto;
	text-indent: 5px;
}
#left .small {
	line-height: 20px;
}
#left a {
	text-decoration: none;
	color: #828282;
	display: block;
}
#left a:hover {
	color: #333333;
}

/* サイドメニュー ２*/
#left #left2_waku {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 210px;
}
#left .left2 {
	background: #009999;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 3px;
	line-height: 30px;
	border: 1px solid #cccccc;
	margin-bottom: 4px;
}
#left .left2 a {
	display: block;
	color: #828282;
	background: #FFFFFF;
	text-decoration: none;
}
#left .left2 a:hover {
	color: #009999;
}

/* メイン */

#main_top {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	width: 530px;
}
#osirase {
	padding-bottom: 15px;
}
#osirase h2{
	text-indent: 15px;
	background: url(../images/point.gif) no-repeat left;
	font-weight: bold;
	margin-top: 10px;
}
#osirase a {
	text-decoration: none;
	color: #333333;
}
#osirase a:hover {
	text-decoration: underline;
}

.osirase_text {
	margin-left: 15px;
	margin-top: 5px;
	color: #333333;
}

#news_button {
	margin-top: 10px;
}
#news .button{
	float: left;
	width: 144px;
	background: url(../images/news_s2.gif) no-repeat;
	display: block;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 25px;
}
#news .button a {
	padding-left: 25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	height: 25px;
	color: #828282;
	margin-left: -25px;
}
#news .button a:hover{
	background: url(../images/news_s2.gif) no-repeat 0px -25px;
	line-height: 25px;
	display: block;
	color: #666666;
}
#news .last{
	margin-right: 0px;
}
.pagetitle {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	border-right: #00DF0A;
	border-left: 10px solid #00DF0A;
	border-top-color: #00DF0A;
	border-bottom: 1px solid #00DF0A;
	color: #00458A;
	padding: 3px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 10px;
}
.pagetitle2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 3px;
	background: #CFEEF5 url(../images/h2_2.gif) no-repeat left;
	color: #00458A;
	text-indent: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
