/* CSS Document */

#top_txt_box {
	height: 38px;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

#top_img_box {
	height: auto;
	width: 100%;
	background-color: #EEE;
	text-align: center;
}

#main_box {
	margin-top: 20px;
}

#main_g {
	height: 376px;
	width: 940px;
	padding-top: 9px;
	margin-bottom: 20px;
	overflow: hidden;
	background-image: url(../images/toppage/main_g_sample.jpg);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	position: relative;
}

#main_g ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#main_g ul li {
	display: inline;
	float: left;
}

#main_g img {
	display: none;
}

#facebook_box {
	float: left;
	width: 380px;
	height: 500px;
	margin-top: 10px;
	background-color: #FFF;
}

#twitter_box {
	float: right;
	width: 280px;
	height: 500px;
	margin-top: 10px;
}