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

body{
        width:100%;
        height:100%;
        margin:0;
        padding:0;
		text-align:center;
        }
#field{
	width:800px;
	height:auto;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;

}
#field3{
	width:800px;
	height:100px;
	padding:10 0;
	clear:both;
}
#frame{
	width:160px;
	height:290px;
	background:url(../images/frame01.gif) no-repeat;
	margin:0;
	float:left;
}
#frame2{
	width:140px;
	height:175px;
	float:left;
}
#frame3{
	width:140px;
	height:65px;
	float:left;
}
#frame4{
	width:140px;
	height:30px;
	text-align:center;
	float:left;
}
#frame5{
	width:140px;
	height:270px;
	padding:10 12 10 8;
	float:left;
}
#copy{
	background-color:#ED2C7F;
	color:#FFF;
	text-align:center;
	margin-top:10px;
	
}
.name{
	color:#ED2C7F;
	font-size:20px;
	font-weight:bold;
}