@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	width: 100%;
	width: 1400px;
	height: 750px;
	overflow: hidden;
	margin: 0px auto;
	font-size: 14px;
	line-height: 18px;
	background-position: top center;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', verdana, Helvetica,Arial, sans-serif;
}

/* OTHER -------------------------------- */

/*
.alpha a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
*/


/* --------------------TOP-MENU-------------------- */
td.topl {
 padding:5px 10px 0px 20px;
}
td.topr {
 padding:5px 20px 0px 5px;
}
td.topc {
 padding:5px 0px 0px;
}
td.topc2 {
 padding:0px 0px 4px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover,a.on{
	color: #CB0003;
}

