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

.wrapper{
	width:100%;
	min-width:960px;
	height:auto;
}

.inside_wrapper{
	width:960px;
	margin:0 auto;
}

.pictures{
	width:600px;
	margin:0 auto;
}

.pictures img{
	border-radius:50%;
}

.left{
	width:200px;
	float:left;
	height:200px;
}

.right{
	width:200px;
	float:right;
	height:200px;
}

a{
	text-decoration:none;
	color:#666;
	transition: color .25s;
}

a:hover{
	color:#1c72a3;
	transition: color .25s;
}