@charset	'shift_jis';

/* 基本設定 */
/* ===========================================================================*/

body {
	font-size: 80%;
}
img { border: 0pt;}

/* 基本領域 */
/* ===========================================================================*/

#container{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#contents{
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 490px;
}

h3 {
	display: block;
	font-weight: bold;
	color: #E3007E;
	font-size: 130%;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	display: block;
	font-weight: normal;
	font-size: 80%;
	margin: 0px;
	text-align: right;
}


.box {
	display: block;
	height: 125px;
	background-image: url(../../../img/bgNewGirls.gif);
	background-repeat: no-repeat;
	width: 85px;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

p {
	display: block;
	background-image: url(../../../img/bgSchedule.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 85px;
	padding: 5px;
	font-size: 100%;
	color: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

b {
	display: block;
	font-weight: normal;
	color: #E3007E;
	font-size: 110%;
	margin-top: 8px;
}

i {
	display: block;
	font-size: 120%;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Clear {
	clear: both;
}

