@charset "utf-8";


/*----------------------------------------------------

	articles

----------------------------------------------------*/



#mainBox .articlesMenu {
	background: url(../articles/img/articles_menu.gif) no-repeat center center;
	clear: both;
	text-align: center;
	margin-bottom: 0px;
	/* IE6対策 */
	_margin-bottom: 30px;
}



#mainBox .messageTitle {
	background: url(../articles/message/img/title_message.gif) no-repeat center center;
	text-align: center;
	color: #FF9900;
	margin-bottom: 20px;
}



#mainBox .constellationPic {
	text-align: center;
}



#mainBox .messageTitle h3 {
	margin-bottom: 0px;
}



#mainBox .astrologyviewBox .astBox {
	padding: 0 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}



#mainBox .astrologyviewBox h4 {
	color: #CC6699;
	margin: 30px 0 20px;
	font-size: medium;
}



#mainBox .astrologyviewBox p em {
	padding: 15px;
	background-color: #e5e5e5;
	display: block;
	font-style: normal;
}



#mainBox p:nth-last-of-type(1) {
	margin-bottom: 0px;
}



#mainBox figure {
	margin-bottom: 30px;
}



#mainBox figure p {
	margin-bottom: 3px;
}



#mainBox figcaption {
	font-size: small;
	color: #3DB6B6;
}



#mainBox .rebroadcastBox {
	background: #FFFFE8;
	padding: 12px;
	border: 3px solid #CCCCCC;
}



#mainBox .astrologyviewBox dl {
	margin: 0 0 30px;
}



#mainBox .astrologyviewBox dl dt {
	background-image: url(../articles/img/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: bold;
	font-size: 1em;
	padding: 7px 0 0 40px;
	min-height: 35px;
}



#mainBox .astrologyviewBox dl dd {
	background-image: url(../articles/img/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 7px 0 0 40px;
	min-height: 35px;
}














