/*

information{
	ファイル名 : /css/horoscope.css;
	概要: このCSSファイルは、『星占い』で使用されるスタイルが定義してあります。;
	サイト名 : クーポンメール;
	URL : http://www.couponmail.jp/;
	コピーライト : Copyright (C) 2007 REALUS Inc. All Rights Reserved.;
}

 */


/* コンテンツ
----------------------------------------

	1.基本構造
	
----------------------------------------*/



/* ================================================================================ */
/*      1.基本構造																	*/  
/* ================================================================================ */

#horoscope {
 margin: 30px auto 0px;
 }
#horoscope .list {
	margin: 15px 0 0 0;
	text-align: center;
	}
#horoscope .list li {
	display: inline;
	margin: 0 3px;
	}
/*
#horoscope .list li a:link		{ color: #0066FF; }
#horoscope .list li a:visited	{ color: #0066FF; }
#horoscope .list li a:active	{ color: #0066FF; }
#horoscope .list li a:hover		{ color: #FF0000; }
*/

.horoscopeMain {
	margin: 15px auto 0;
	width: 500px;
	}
.frame2 {
	background: url(../images/horoscope/frame2.gif) center repeat-y;
	padding: 15px 50px 30px;
	}
.name {
	}
.souhyou {
	margin: 25px auto 0;
	}
.souhyouTxtArea {
	margin: 10px 0 0;
	}
.souhyouTxt {
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	line-height: 1.5em;
	padding: 0 0 0.1em 0;	
	}

.statusTable {
	margin: 30px 0 0 0;
	}
.statusTable2 {
	margin: 10px 0 0 0;
	}
.title {
	padding: 4px 0;
	text-align: right;
	}
.statusTxt {
	padding: 4px 0 4px 5px;
	}
.banner {
	margin: 20px auto 0;
	width: 468px;
	}
.link {
	margin: 35px auto 40px;;
	text-align: center;
	}
/*
.link a:link	{ color: #0066FF; }
.link a:visited	{ color: #0066FF; }
.link a:active	{ color: #0066FF; }
.link a:hover	{ color: #FF0000; }
*/
