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

@import url("common.css");

a {
	color: #0CF;}
	
a:hover {
	color: #222;}

#contents {
	padding: 35px 30px 10px;
	}
	
#left_box {
	float: left;}
	
#right_box {
	float: right;
	width: 610px;}
	
#right_box img {
	float: right;}
	
#right_box .top_area p {
	margin-right: 150px;
	margin-bottom: 10px;}
	
h2 {
	margin-top: 50px;
	color: #777;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	border-bottom:solid 1px #0CF}
	
.must {
	color: red;}
	
table {
	margin:20px 0 30px;
	width: 610px;
	border: none;
	font-size: 0.75em;
	}
	
th {
	width: 200px;
	font-weight: normal;
	color: #444;
	text-align: left;}

th, td {
	padding: 10px 0;
	white-space:nowrap;}
	
.supple {
	font-size: 90%;}
	
table p {
	margin-top: 5px;
	font-size: 90%;}

.btn {text-align: center}
			 
.btn input {border: 3px outset #0CF;
            background-color: #0CF;
			color: #FFF;
			width: 120px}
	
.pagetop {
	clear: both;
	margin-left: 670px;}