body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #cccccc;
}

img {
	margin: 0px;
	border: 0px;
}

#konami_logo {
	position: absolute;
	top: 4px;
	left: 10px;
}

a {
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #de4a00;
	text-decoration: none;
}

a:hover {
	color: #ff8b4c;
	text-decoration: underline;
}

.flag {
	float: left;
}

.err_title {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.err_msg {
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	height: 194px;
}

.result_title {
	color: #ff5500;
	font-weight: bold;
	font-size: 18px;
}

.result_msg {
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}


#back {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#to_top {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.dummy_area {
	position: absolute;
}

/** ---- index ---- **/
#header_title {
	position: relative;
	width: 760px;
	height:372px;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
}

#enter_btn {
	position: absolute;
	top: 296px;
	left: 264px;
}

#license_area {
	width:750px;
	text-align: left;
	font-size: 10px;
	color: #656464;
	line-height: 11px;
	padding: 5px;
	margin-bottom:40px;
}

/** ---- index ---- **/

/** ---- category ----**/
#header_area {
	position: relative;
	width: 760px;
	height:118px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

#main_contents {
	background-image: url(../images/frame_leftshadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
	text-align: left;
}

#main_contents a {
	font-size: 14px;
	line-height: 18px;
}

#main_contents a:link, a:visited, a:active {
	color: #de4a00;
	text-decoration: none;
}

.contents_title {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #a63700;
}

.frame_td {
	background-color: #fdf9dc;
}

#footer_area {
	position: relative;
	width: 760px;
	height:40px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

#licence {
	position: absolute;
	top: 20px;
	left: 520px;
	color: #222222;
	font-size: 12px;
}

/** ---- category ----**/

.kiyaku {
	border: 2px solid #702500;
	background-color: #fffdde;
	width: 500px;
	margin: 10px;
	padding: 10px;
}

.terms_btn {
	width: 150px;
	margin: 10px;
}