@charset "utf-8";

/*----- ▼ページ全体 ----------*/
body {
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
/*----- ▲ページ全体 ----------*/

/*----- ▼リンク色 ----------*/
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover, a.red:link, a.red:visited, a.red:active, a.red:hover {
	color: #e2000f;
	text-decoration: underline;
}

a.arrow01 {
	margin: 0;
	padding: 0 0 0 16px;
	background: url(/shared/img/arrow01.gif) no-repeat 0 0;
}
a.top:link, a.top:visited, a.top:active, a.top:hover {
	color: #e2000f;
	text-decoration: none;
}
/*----- ▲リンク色 ----------*/

/*----- ▼レイアウト ----------*/
#container {
	width: 589px;
	margin: 0;
	padding: 0;
}

div.text_right {
	width: 589px;
	margin: 0;
	padding: 0;
	text-align: right;
}
/*----- ▲レイアウト ----------*/

/*----- ▼テーブル ----------*/
table.topics_relevant, table.gda_list {
	width: 589px;
}

table.topics_relevant td {
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}

table.topics_relevant td.right {
	text-align: right;
	white-space: nowrap;
}

table.gda_list td {
	padding: 9px 0 7px 0;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}

table.gda_list td.nosp {
	padding: 0;
}

table.pp td {
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}

table.pp td.nowrap {
	white-space: nowrap;
}
/*----- ▲テーブル ----------*/

/*----- ▼イメージスペース ----------*/
img.spt1 {
	margin-top: 1px;
}

img.spt6b5 {
	margin: 6px 0 5px;
}
/*----- ▲イメージスペース ----------*/

/*----- ▼その他 ----------*/
p.date {
	margin: 0;
	padding: 2px 0 0 13px;
	font-weight: bold;
	background: url(/shared/img/icon01.gif) no-repeat 1px 0.4em;
}

p.pp_link {
	margin: 0;
	padding: 0 0 5px 16px;
	background: url(/shared/img/arrow01.gif) no-repeat 0 0.1em;
}

p.pp_heading {
	margin: 0;
	padding: 0;
	color: #e2000f;
	font-weight: bold;
}
/*----- ▲その他 ----------*/

/* これ以降Mac IE 5のみに適用される \*//*/
a.arrow01 {
	margin: 0;
	padding: 0 0 0 16px;
	background: url(/shared/img/arrow01.gif) no-repeat 0 0.2em;
}

p.date {
	margin: 0;
	padding: 2px 0 0 13px;
	font-weight: bold;
	background: url(/shared/img/icon01.gif) no-repeat 1px 0.5em;
}

p.pp_link {
	margin: 0;
	padding: 0 0 5px 16px;
	background: url(/shared/img/arrow01.gif) no-repeat 0 0.3em;
}
/* これ以降Mac IE 5以外にも適用される */
