@charset "utf-8";
/* CSS Document */

/*profileページcontents内　ここから*/

.mainBox01{
	width:660px;
	margin:20px 50px 0 50px;
	padding:0;
}

.mainBox01 h2{
	color:#09F;
	font-size:150%;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: #09F solid 1px;
}

.mainBox01 h3{
	color:#F69;
	font-size:120%;
	margin:0;
	padding:0;
}

.mainBox01 h4{
	color:#F39;
	font-size:130%;
	margin:25px 0 40px 5px;
	padding-left:20px;
	border-left:#F6C solid 20px;
	border-right:#F6C solid 20px;
	background-color:#CCC;
	text-align:center;
}

.mainBox01 dt{
	color:#009;
	font-weight:bold;
	line-height:120%;
	border-bottom: #09F solid 1px;
}

.mainBox01 dd{
	color:#333;
	font-size:80%;
	line-height:180%;
	padding-bottom:20px;
}

#chanceBox{
	width:350px;
	height:150px;
	border:none;
	background:url(../images/event/changebox.jpg) no-repeat;
	margin-top:30px;
	margin-left:300px;
	margin-bottom:0;
	padding-top:30px;
}

#chanceBox p{
	font:bold 80%;
	line-height:120%;
	text-align:center;
}

#chanceBox dt{
	color:#009;
	font-size:130%;
	font-weight:bold;
	line-height:120%;
	border:none;
	text-align:center;
}



.photo{
	width:660px;
	padding:0;
	margin:0 0 100px 0;
}
	
.photo ul {
	margin:0;
	padding: 0;
}
.photo ul li{
	float:left;
	list-style-type:none;
	margin:0 0 20px 20px;
}

.photoEnd {
	clear:both;
}
