@charset "shift_jis";

body{
	background-image: none;
	margin-top: 60px;
}

a:link, a:visited { color: #999; text-decoration: none; }
a:hover{ color: #999; text-decoration: underline; }

/* 右側・メニューなどリンクエリア */
div#links {
	float: right;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 1.5em;
	margin-right: 0.5em;
	text-align: right;
	font-size: 80%;
	color: #CCC;
}
div#links p {
	margin-bottom: 4px;
}
div#g_navi p.menu {
	font-family: "Verdana", sans-serif;
	font-size: 80%;
	color: #CCC;
	margin: 10px 0.5em 0;
	text-align: right;
}
div#g_navi p.menu a:link,
div#g_navi p.menu a:visited { color: #F6ABAB; }
div#g_navi p.menu a:hover{ color: #999; }

div#links ul {
	overflow:hidden;
	margin-bottom: 2em;
}



/* 左側・トピックス */
#topics {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 1.5em;
	background-image: url("../img/topics_bg_pink_280.gif");
	background-position: 0 0;
	background-repeat: repeat-y;

}

#topics h3 {
	height: 18px;
	background-image: url("../img/topics_top_pink_280.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}
#topics h3 span { /* 背景用（内容非表示） */
	font-size: 0;
	color: #FFF;
	visibility: hidden;
}
#topics ul {
	font-size: 88%;
	margin: 0.8em 1em 0.8em 2.5em;
}
#topics ul li {
	line-height: 1.1;
	margin-bottom: 0.5em;
	color: #CCC;
}
#topics ul li strong {
	font-weight: normal;
	color: #954F4F;      /* 強調色 */
}
#topics p {
	height: 2px;
	margin: 0;
	background-image: url("../img/topics_bottom_pink_280.gif");
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
#topics p a { /* 背景用（内容非表示） */
	font-size: 0;
	color: #FFF;
	visibility: hidden;
}

div#footer { margin-top: 0; }
