div#header{
	width: 100%;
	background-color: #be007d;
	margin-top: 50px;
}

div#header2{
	align:center;
	width: 100%;
	margin-top: 50px;
}
div#container-general{
	width: 923px;
	margin-left: auto;
	margin-right: auto;
}
div#box_01{
	background-image: url(../img/box_01.jpg);
	background-repeat: no-repeat;
	width: 341px;
	height: 480px;
}
div#box_02{
	background-image: url(../img/box_02.jpg);
	background-repeat: no-repeat;
	width: 571px;
	height: 480px;
}
div#box_03{
	width: 571px;
}

div.box_content{
	margin: 20px;
	text-align: left;
}
div.box_content_02{
	margin: 20px;
	margin-left: 160px;
	text-align: left;
}
div.margin_left_11{
	margin-left: 11px;
}
.left{
	float: left;
}

.center{
	float: center;
}
.right{
	float: right;
}
.big_thumb{
	background-image: url(../img/thumb_big.jpg);
	background-repeat: no-repeat;
	width: 364px;
	height: 519px;
}
.big_thumb_02{
	background-image: url(../img/thumb_big3.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 186px;
}
.big_thumb img{
	margin-top: 4px;
}
.thumb{
	background-image: url(../img/thumb.jpg);
	background-repeat: no-repeat;
	width: 129px;
	height: 129px;
}
.thumb img{
	margin-top: 4px;
}
.clear{
	clear: both;
}
a.link_members, a.link_members:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666666;
	height: 24px;
	line-height: 24px;
}
a.link_members:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #be007d;
	text-decoration: none;
	background-color: #333333;
	padding-left:5px;
}
