@charset "utf-8";


/*メインコンテンツ*/
/*ナビ下部のコンテンツ大枠*/
#contents_top {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
.bana {
	float: left;
	width: 134px;
	margin-right: 10px;
}



#topflash {
	padding: 0px;
	height: 200px;
	width: 800px;
	margin: 0px auto 20px auto;
}
#frash_lap {

}


/*↓↓↓画面中央のメニュー↓↓↓*/
#main_menu_lap {
	width: 594px;
	margin-bottom: 20px;
}
.main_menu {
	float: left;
	width: 192px;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
	padding:0px;
}
.main_menu_txt {
	padding: 8px;
}

/*IE7用ハック*/
*:first-child+html .sub_menu_top {
	margin-bottom: -5px;
}

/*↓↓↓更新履歴部分↓↓↓*/

/*お知らせのlap*/
#oshirase {
	width: 594px;
	padding-bottom: 20px;
}
/*更新履歴のlap*/
.history {
	width: 590px;
	border-bottom: 1px dotted #CCCCCC;
}
/*更新履歴の日付*/
.history_day {
	padding: 6px;
	height: 1.2em;
	float: left;
	letter-spacing: 1.2pt;
}
/*更新履歴の内容*/
.history_content {
	padding: 6px;
	height: 1.2em;
}
* html .main_menu img {
	margin-top: -1px;
}
*:first-child+html .main_menu img {
	margin-top: -1%;
}


/*中央の底辺をあわせるためのボックス*/
.spece {
	height: 2em;
	letter-spacing: 1.2em;
	padding: 3px;
}
* html .spece {
	padding: 1px 0px 0px;
}

*:first-child+html .spece {
	padding: 0px;
	letter-spacing: 1em;
}

/* safari only \*/
html[xmlns*=""] body:last-child .spece {

	padding: 1px 0px 0px;

}
