/***********************************************/
/*                                             */
/*       CSS file For 高円寺BLUE SKY           */
/*          FileName: profile.css              */
/*             data:2012/03/08                 */
/*                                             */
/***********************************************/

h1 {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 15px;
}


h2 {
	height: 30px;
	line-height: 30px;
	margin: 50px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}


.size {
	width: 405px;
	height: 20px;
	margin: 0 0 0 55px;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-weight: bold;
}


#contents {
	width: 100%;
	background: -moz-linear-gradient(top, #5bcaff 50%, #00acff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #5bcaff),color-stop(0, #00acff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff')";
}


.main_bg {
	width: 100%;
	background: url("../img/bg/main_bg.png");
}


#Girlmain {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}


#Girlphoto {
	width: 440px;
	height: 780px;
	float: left;
}


#GirlImg {
	width: 421px;
	height: 620px;
	padding: 20px 0 0 19px;
	background: url("../img/bg/profileimg.png");
}


#GirlImg img {border: 1px solid #5bcaff;}


#profImgList {
	width: 440px;
	height: 120px;
	overflow: hidden;
}


#profImgList ul {}


#profImgList li {
	width: 88px;
	height: 88px;
	padding: 12px 0 0 0;
	list-style-type: none;
	text-align: center;
	float: left;
}


#profImgList li img {border: 1px solid #5bcaff;}


#Prof {
	width: 470px;
	height: 740px;
	padding: 20px 20px 0 20px;
	float: right;
	background: url("../img/bg/prof_bg.png");
}


#Profmenu {
	width: 470px;
	margin-top: 15px;
	overflow: hidden;
}


#Profmenu ul {}


#Profmenu li {
	padding: 0 10px 0 10px;
	list-style-type: none;
	border: 1px solid #5bcaff;
	background: #fff;
}


#schedule {
	width: 470px;
	font-size: 11px;
	overflow: hidden;
}


#schedule ul {margin: 0 0 0 8px;}


#schedule li {
	width: 63px;
	height: 33px;
	border: 1px solid #5bcaff;
	list-style-type: none;
	text-align: center;
	background: #fff;
	float: left;
}