/* all */
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	width:100%;
	background-color:#FBE7F0;
	font-size:12px;
	background-image: url(../img/check_bg.gif);
	background-repeat: y-repeat;
	text-align: center;
}

img {
	border: none;
	vertical-align: top;
}

a:link { color: #0040ab; }
a:visited { color: #0040ab; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }
a.un:link { color: #ffffff; }
a.un:visited { color: #ffffff; }
a.un:hover { color: #ffde00; }
a.un:active { color: #ffde00; }
	
#header{
	width:100%;
	height:57px;
	background-image: url(../img/header_bg.png);
	background-repeat: x-repeat;
}

#hd-logo{
	width:1000px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#contents{
	width:1000px;
	height:485px;
	margin: 0 auto 0 auto;
	margin-left: auto; margin-right: auto;
	background-image: url(../img/bg02-trans.png);
	background-repeat: no-repeat;
	overflow: hidden;
	zoom: 1
}

#ct-left{
	width:662px;
	height:485px;
	float:left;
	text-align:left;
}

#ct-info{
	width:235px;
	height:87px;
	margin:337px 0 0 0;
	padding:0 10px 10px 10px;
	overflow: auto;
	text-align:left;
}

#ct-right{
	width:338px;
	height:485px;
	float:right;
	text-alogn:left;
}

#ct-kanon{
	width:169px;
	height:156px;
	margin:10px 0 0 90px;
}

#ct-pict{
	margin:150px 0 0 0;
}

#footer{
	width:100%;
	height:400px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: x-repeat;
}

#ft-contents{
	width:750px;
	margin: 0 auto 0 auto;
	text-align:center;
	color:#FFFFFF;
}

#ft-banner{
	font-size:16px;
	font-weight:bold;
}