/*******************************************

占いページの設定を行うCSSです

--------------------------------------------

　・占いボックス

********************************************/





/*占いボックス

-----------------------------------------*/

.fortune_box{

	width:630px;

	float:left;

	margin-bottom:40px;

}

.fortune_box_left{

	width:300px;

	float:left;

}

.fortune_box_right{

	width:300px;

	float:right;

}

.fortune_box_title{

	font-size:130%;

	font-weight:bold;

	padding-left:15px;

	padding-top:5px;

	padding-bottom:5px;

	background:url(../img/img_parts/otherbox_title.gif);

}

.fortune_box p{

	padding:0px;

	margin:5px 0px;

}

.fortune_box_subtitle{

	color:#cc0000;

}

.period{

	font-weight:bold;

	color:#ff0000;

}

/*=======================================*/

