* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0px;
	background-image: url(../img/base/bg_01.gif);
}

/*テキスト*/
.text10px {
	font-size: 10px;
}
.text11px {
	font-size: 11px;
}
.text12px {
	font-size: 12px;
}

/*クリア*/
.clear {
	clear: both;
}

/*トップページナビゲーション*/
.top_nav a {
	height: 35px;
	width: 201px;
	display: block;
	font-size:0px;
	text-decoration:none;
	text-indent:-9999px;
}
.top_nav a:hover {
	background-position:0px -35px;
}

/*奥ページヘッダーナビゲーション*/
.navigation_head a {
	height: 35px;
	width: 152px;
	display: block;
	font-size:0px;
	text-decoration:none;
	text-indent:-9999px;
}
.navigation_head a:hover {
	background-position:0px -35px;
}

/*ナビゲーション*/
.navigation a {
	height: 51px;
	width: 161px;
	display: block;
	font-size:0px;
	text-decoration:none;
	text-indent:-9999px;
}
.navigation a:hover {
	background-position:0px -51px;
}


/*新しい未来予測*/
.update {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin:26px 35px 0px 0px;
}
.menu_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.menu_title a {
	color:#006699;
}
.menu_title a:hover {
	text-decoration:none;
}
.menu_text {
	font-size: 12px;
	line-height: 18px;
}
.menu_price {
	color:#777;
	padding: 0px;
	height: 15px;
	width: 83px;
	border: 1px solid #999;
	background-color: #dee3cd;
	float: right;
	text-align: center;
	margin: 0px auto 10px auto;
	font-size: 11px;
	line-height: 20px;
}


/*特別な未来予測*/
.menu_box {
	width:255px;
	float:left;
	margin:5px;
	background-image:url(../img/base/base_menu_bg.jpg)
}


/*動作環境*/
.operating {

}
.operating table {
	font-size:12px;
	line-height:18px;
	color:#fff;
	margin:10px 0px;
	padding:0px;
	background-color:#351307;
}
.operating a {
	color:#ffff99;
}
.operating a:hover {
	text-decoration:none;
}


/*テキストリンク*/
.textlink {
	font-size: 12px;
	margin: 0px;
	color: #005176;
}
.textlink a {
	color: #005176;
}
.textlink a:hover {
	text-decoration:none;
}
.textlink hr {
	width: 600px;
	margin: 5px auto 5px auto;
}

/*コピーライト*/

.copyright { width: 645px; color: #333; text-align: center; font-size: 12px; line-height: 12pt; margin:0px auto 0px auto; }
.copyright a:link { color: #333; text-decoration:underline; }
.copyright a:visited { color: #333; text-decoration:underline; }
.copyright a:hover { color: #333; text-decoration:none; }


/*ロシアン・アスペクト占星術*/
.aspect_text {
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
}


/*入力画面*/
.menu_list p {
	color:333;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	margin:0px 0px 0px 10px;
}

.form_text {
	font-size:13px;
	font-weight:bold;
}
.form_name {
	font-size:12px;
	width:200px;
	height:20px;
}
.form_year {
	font-size:12px;
	width:60px;
	height:20px;
}
.form_md {
	font-size:12px;
	width:48px;
	height:20px;
}


/*鑑定結果*/
.chart {
	font-size:12px;
	line-height:18px;
	color:fff;
}
.msg_title {
	font-size:13px;
	line-height:18px;
	color:#2F0000;
	font-weight:bold;
}
.msg_text {
	font-size:12px;
	line-height:18px;
	color:333;
}


