@import url(common.css);
@charset "Shift_JIS";

/*------------------------------------------------------------ 新着情報 */
#right_block #whats_new {
	width: 420px;
	font-size:inherit;
	font-size: 100%;
}
#right_block #whats_new .date{
	margin-top: 5px;
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size: 85%;
}
#right_block #whats_new p{
	padding-bottom: 5px;
	background: url(../images/line.gif) repeat-x 100% 100%;
}
/*------------------------------------------------------------ イベント情報 */
#right_block #event {
	margin-top: 15px;
	width: 420px;
	background: url(../images/event_bg.gif) repeat-y;
}
#right_block #event .event_box {
	margin: 10px;
	padding-bottom: 5px;
	width: 400px;
	background: url(../images/line.gif) repeat-x 100% 100%;
}
#right_block #event .event_box_bot {
	margin: 0 10px 5px 10px;
	width: 400px;
}
#right_block #event p{
	margin-left: 1em;
	text-indent: -1em;
}
#right_block #event .photo {
	margin-left: 10px;
	float: right;
}
#right_block #event .photo img{
	padding: 4px;
	background-color: #fff;
}
#right_block #event a:link,
#right_block #event a:visited{
	color: #876049;
	text-decoration: underline;
}
#right_block #event a:hover,
#right_block #event a:active{
	color: #2165b0;
	text-decoration: none;
}
/*------------------------------------------------------------ 相互リンク募集 */
#right_block #sougo_link {
	margin-top: 10px;
	width: 420px;
	text-align: center;
	font-weight: bold;
}
/*------------------------------------------------------------ 特別リンク */
#right_block #link {
	margin-top: 15px;
	width: 420px;
}
#right_block #link p{
	/*padding-bottom: 5px;*/
}
#right_block #link img{
	/*padding: 4px;
	background-color: #eee;*/
}
#right_block #link a:hover img{
	filter: Alpha(opacity=70);opacity:0.6;
	/*position: relative;top: 1px;left: 1px;*/
}

#right_block #link .f_right{
	float: right;
}
/*------------------------------------------------------------ バナー */
#right_block #banner {
	width: 180px;
}
#right_block #banner p{
	padding-bottom: 5px;
}
#right_block #banner img{
	padding: 4px;
	background-color: #eee;
}
#right_block #banner a:hover img{
	filter: Alpha(opacity=70);opacity:0.6;
	/*position: relative;top: 1px;left: 1px;*/
}
/*------------------------------------------------------------ JA上川info */
#right_block #information {
	margin-top: 10px;
	/*padding: 10px;
	border: 1px solid #e2e2e2;*/
}
#right_block #information h3{
	padding: 5px 0 3px;
	font-size: 100%;
}
#right_block #information p{
	padding-top: 5px;
	line-height: 130%;
}
/*------------------------------------------------------------ カウンター */
#counter {
	margin-top: 10px;
	/*padding: 10px;
	text-align: right;*/
}
