@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      trialinfo.css
Update:         2008/09/02
Author:         J.M
Style Info:     8/22お試し版情報、お試し版の遊び方用CSS
----------------------------------------------------------- */





/* trialInfoBox-outer
---------------------------------------------------------------------- */
#trialInfoBox-outer {
	margin: 10px auto 0;
	width: 610px;
}



/* trialInfoBox
---------------------------------------------------------------------- */
#trialInfoBox {
	position: relative;
	width: 610px;
	height: 236px;
	background: url(/image/trialinfo/bg_trialinfo.gif) no-repeat;
}

#trialInfoBox h4 {
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}

#trialInfoBox .box_n {
	position: absolute;
	top: 67px;
	left: 23px;
	width: 265px;
}

#trialInfoBox .box_y {
	position: absolute;
	top: 67px;
	right: 22px;
	width: 265px;
}

#trialInfoBox .box_n h5,
#trialInfoBox .box_y h5 {
	margin-bottom: 10px;
}

#trialInfoBox .box_n p,
#trialInfoBox .box_y p {
	margin-bottom: 5px;
	line-height: 1.6;
}

#trialInfoBox .box_n p span {
	color: #cd6273;
	text-decoration: underline;
}

#trialInfoBox .box_n p.btn,
#trialInfoBox .box_y p.btn {
	text-align: center;
}

#trialInfoBox a:link,
#trialInfoBox a:visited {
	color: #a39569;
	text-decoration: underline;
}

#trialInfoBox a:hover {
	color: #c9b77f;
	text-decoration: underline;
}






/* howtoplayNavi
---------------------------------------------------------------------- */
#howtoplayNavi {
	width: 830px;
}

#howtoplayNavi ul {
}

#howtoplayNavi li {
	float: left;
}



/* howtoplayArea-outer
---------------------------------------------------------------------- */
#howtoplayArea-outer {
	margin: 0 auto;
	width: 803px;
	text-align: center;
}





/* clearfix
------------------------------------------- */
#howtoplayNavi ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}














