/* メインコンテンツここから */
#main_body {
	width:750px;
	float:left;
}

#publication {
	padding-right:5px;
	width:730px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 1px solid #696969;     /* 枠線の装飾 */
	background-color: #fffff;   /* 背景色 */

}

table#top {
		border-spacing: 18px 8px;
}

/* topのtitleの枠線上の画像微調整 */
#top_title {
	margin-top:-1px;
	margin-left:-1px;
	width:702px;
}

/*
#whats_new {
	margin-left:15px;
	background-color:#CCCCCC;
	font-size:20px;
	color:#454545;
	width:700px;
}

#whats_text{
	padding-left:10px;
	line-height:120%;
}
*/

.main_btn {
	float:left;
	margin-top:16px;
	margin-left:15px;
}

.main_btn1 a:hover {
	background:url(../images/content_btn_on1.jpg);
}

.main_btn2 a:hover {
	background:url(../images/content_btn_on2.jpg);
}

.main_btn3 a:hover {
	background:url(../images/content_btn_on3.jpg);
}

.main_btn4 a:hover {
	background:url(../images/content_btn_on4.jpg);
}

.main_btn5 a:hover {
	background:url(../images/content_btn_on5.jpg);
}

.main_btn6 a:hover {
	background:url(../images/content_btn_on6.jpg);
}

.main_btn7 a:hover {
	background:url(../images/content_btn_on7.jpg);
}

.main_btn8 a:hover {
	background:url(../images/content_btn_on8.jpg);
}

.main_btn a {
	display:block;
	background-repeat: no-repeat;
	width:350px;
	height:150px;
}

.main_btn a:hover img {
	visibility:hidden;
}

#publication td {
	margin-right:5px;
}

#main_cnt {
	width:702px;
	margin-left:25px;
}

.list {
	font-size:13px;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 1px solid #696969;     /* 枠線の装飾 */
	background-color: #fffff;   /* 背景色 */
}

/* メインコンテンツここまで */


