@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	width: 100%;
	width: 1400px;
	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;
}

/* --------------------BTN-------------------- */
.btn {
	position: relative;
	display: block;
	margin: 30px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background: linear-gradient(to bottom,#355bae,#17284c);
	transition: .3s;
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.btn:hover {
	color: #fff;
}