@charset "UTF-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background: #ffffff;
	color: #333333;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height:18px;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body.in {
	background: #eeeeee;
	color: #333333;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	color: #FF64A2;
	text-decoration: none;
}

a:hover {
	color: #FF64A2;
	text-decoration: underline;
}

td {
	vertical-align: top;
	text-align:left;
}

div.main {
	background:#ffffff;
}

div.contents {
	background:#eeeeee;
}

div.title {
	width:1024px;
	text-align:left;
	padding: 0px 0px 10px 0px;
}

table.menu {
	width:1024px;
	margin: 0px 0px 0px 0px;
	padding:0px 15px 0px 17px;
	background-color:#343434;
}

td.logo {
	width:475px;
}

table.foot {
	width:1024px;
	background:#FEE4E7;
}

td.topics {
	width:540px;
	padding:50px 0px 46px 17px;
}
.topics h2{
background:url(../img/top_topics.gif) top left no-repeat;
text-indent:-9999px;
width:75px;
height:17px;
}
td.colle_banner {
	padding:50px 19px 46px 17px;
	text-align:right;
}
table.foot2 {
	width:1024px;
	background:#ffffff;
	}
td.menu_privacy {
	width:80px;
	padding:5px 0px 15px 0px;
	text-align:left;
}
td.copy {
	text-align:right;
	padding:5px 0px 15px 0px;
}

