@charset "UTF-8";
@import "common.css";
@import "ui.tabs.css";


/*-----------------------------------------
	menu
-----------------------------------------*/

#menu {
	clear:both;
	width:883px;
	margin:0 auto;
}

#menu li {
	float:left;
	margin-bottom:13px;
	line-height:0;
	font-size:0;
}


/*-----------------------------------------
	flash
-----------------------------------------*/

#flash {
	clear:both;
	width:884px;
	height:325px;
	margin:0 auto 1px auto;
}

/*-----------------------------------------
	contents
-----------------------------------------*/

#contents-center {
	float:left;
	width:483px;
	display:inline;
}

#contents-right {
	float:right;
	width:186px;
	margin:8px 10px 0 0;
	display:inline;
}

/*-----------------------------------------
	news
-----------------------------------------*/

h2 {
	margin-bottom:10px;
}

.news-box {
	clear:both;
	width:455px;
	padding:0 10px 7px 10px;
	margin-bottom:6px;
	background:url(../common/line_dot.gif) bottom repeat-x;
	font-size:116%;
}

.news-box .date {
	float:left;
	width:75px;
}

.news-box .txt {
	float:right;
	width:363px;
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 7px no-repeat;
}

/*tab*/

#newstab {
	width:485px;
}

.ui-tabs-panel {
	width: 475px;
}
