﻿@charset "UTF-8";
body {
	background-image: url(http://www.gundam-unicorn.net/en/newsimg/img/bg_topics.png);
	_background-image: url(http://www.gundam-unicorn.net/en/newsimg/img/bg_topics.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	font: 10px/12px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin: 5px 10px 5px 5px;
	background-attachment: fixed;
}
A {
	color: #006699;
	text-decoration: none;
}
dt {
	font-weight: bold;
	width: 7em;
	display: block;
	border-right: 5px solid #CC0000;
	float: left;
	clear: both;
	padding-left: 10px;
}
DD {
	padding-left: 10em;
	margin-bottom: 3px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 3px;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
