@charset "UTF-8";

#contents {
	width: 750px;
	height: 400px;
	margin-left: 75px;
	font-family: "ＭＳ Ｐ明朝", serif;
	font-size: 12px;
	font-weight:300px;
	line-height: 20px;
}

a:link {
	color: #666;
	text-decoration: none;
} 

a:visited {
	color: #666
} 

a:hover {
	color: #999;
	text-decoration: underline;
} 

a:active {
	color: #999
} 

#top {
	width: 750px;
	height: 100px;
	float: left;
}

#top_left {
	float: left;
	width: 200px;
	height: 100px;
}

#top_left_in{
	text-align: center;
	margin-top: 38px;
}

#top_right {
	float: right;
	width: 550px;
	height: 100px;
}

#top_right_in{
	margin-top: 10px;
}

#bottom {
	width: 750px;
	height: 380px;
	background-color: #e6e6e6;
	float: left;
}

#bottom_left {
	float: left;
	width: 200px;
	height: 380px;
}

#bottom_left_in {
	text-align: center;
	margin-top: 140px;
}

#bottom_right {
	float: right;
	width: 550px;
	height: 380px;
}

#bottom_right_in {
	margin-top: 10px;
}