body{
	width:760px;
	margin:20px auto;
}

h1{
	background-color: #CCEE00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

h1 span{
	font-size: 12px;
}

h2{
	border-bottom: 3px double #B92A2C;
	font-size: 16px;
	height: auto;
	margin: 30px 0 20px 0;
	padding: 10px 0;
}

p{
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 180%;
	height: auto;
	padding-bottom: 10px;
	text-align: justify;
}

.end_text{
	text-align: right;
}

.close_text {
	margin:20px auto 40px auto;
	height: auto;
	text-align: center;
}

.close_text a{
	padding: 10px;
	border: solid 1px #00f;
	background-color: #EEE;
}

.close_text a:hover{
	background-color: #DDD;
}

.copyright_text{
	text-align: center;
}

.box{
	padding: 0px 10px;
	border: solid 1px #333;
}

.box p{
	padding-bottom: 0px;
}

table{
	width:100%;
}

td{
	width:50%;
	font-size: 14px;
	letter-spacing: 0.01em;
	padding-bottom:30px;
}

