@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
}

#contents {
	background: url(../images/right_contents/right_contents_bg.jpg) repeat-y;
}
#header {
	width:745px;
	height: 176px;
	background: url(../images/right_contents/header_bg.jpg) no-repeat;
	float: left;
}

#main {
	width: 745px;
	background: url(../images/right_contents/main_bg.jpg) no-repeat;
	float: left;
}

#bottom {
	background: url(../images/right_contents/bottom_bg.jpg) no-repeat;
	height: 34px;
	padding-top: 55px;
	padding-left: 660px;
	float: left;
	width: 85px;
}

div#completion_box {
	margin-left: 48px;
	height: 345px;
	font-size: 18px;
	color: #333333;
}

h1.logo a {
	background: url(../images/right_contents/logo.jpg) no-repeat 0 0;
	display: block;
	width: 284px;
	height: 53px;
	margin-top: 18px;
	margin-left: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

div#completion_box p {
	margin: 14px 0;
}

.completion_h {
	font-size: 24px;
	font-weight: bold;
}

#completion_box a:link { color: #000000;}
#completion_box a:visited { color: #FF3300;}
#completion_box a:hover { color: #FF9900;}
#completion_box a:active { color: #FF9900; }
