@charset "utf-8";
/* CSS Document */
#container {
	width: 682px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px #DDDDDD solid;
	background-image: url(../wrapper/container_bg.png);
	box-shadow:0px 5px 10px 1px lightgray;
	padding:30px;
	
}
#container .name {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 5px 5px 5px 0px;
	border: 1px #CA1633 solid;
	text-align: center;
	font-size: 15px;
	float: left;
	color: #CA1633;

}

