@charset "EUC-JP";

/***************

　トピックス　

****************/

/* ------------------------------------------------
_side-navi.css[]
------------------------------------------------- */
@import url("side-navi.css");


/********************************************************************************/


/* ボタン　ロールオーバー up */

#topics #sub li.navi1 a {
}

/* ボタン　ロールオーバー down */

#topics #sub li.navi1 {
	background: url(../img/topi/bt_01_down.gif) no-repeat left top;
}


/********************************************************************************/


#topics h1#title {
	text-indent: -9999px;
	margin: 0px 0px 12px;
	padding: 0px;
	height: 80px;
	width: 910px;
	background: url(../img/title/01.jpg) no-repeat left top;
}

/*　右側　*/

#topics #main {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 680px;
}

#topics h2#sub-ti {
	text-indent: -9999px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 60px;
	width: 680px;
	background: url(../img/topi/sub-ti.jpg) no-repeat left top;
}

/*　日付　*/

#topics p.day {
	margin-bottom: 10px;
	color: #999;
}

#topics p.day img {
	padding-right: 1em;
}

/*　記事タイトル　*/

#topics #ar-ti {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 680px;
	border-bottom: 1px solid #44942D;
}

#topics #ar-ti h3 {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #44942D;
	font-size: 16px;
}

/*　写真　*/

#topics  div#photo {
	padding: 0px;
	width: 652px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#topics  div#photo img {
	border: 1px solid #CCC;
	padding: 5px;
}

/*　装飾フリー　*/

#topics .system-free {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

/*　トップページへ戻る　ボタン　*/

p.top {
	display: block;
	height: 25px;
	width: 180px;
	background: url(../img/top_bt_down.gif) no-repeat left top;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
p.top a {
	height: 25px;
	display: block;
	text-decoration: none;
	margin: 0px auto;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	width: 180px;
	background: url(../img/top_bt_up.gif) no-repeat left top;
	border-style: none;
}

p.top a:hover {
	background:none;
}

