body {
	background-color: #d2fce9;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#content {
	float: left;
	width: 650px;
	margin-top: 10px;
}
#news {
	float: left;
	width: 650px;
	font-size: 0.92em;
	line-height: 1.8;
}

a:link {
	color: #381CD7;
	text-decoration: none;
}

a.lightblue:link {
	color: #d2fce9;
	text-decoration: none;
}

a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}


dt {
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.98em;
	padding-bottom: 10px;
}
.yoko200 {
	color: #C40000;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
td {
	font-size: 0.9em;
	padding-bottom: 8px;
	padding-top: 10px;
}
.text-small {
	font-size: 0.9em;
}
#footer {
	color: #FF0000;
}
dd {
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 12px;
	font-size: 0.9em;
	color: #003399;
}

#header {
	float: left;
	width: 650px;
}
.img-yoko {
	margin-right: 5px;
}
.img-tate {
	margin-bottom: 7px;
}
.copy {
	font-size: 0.75em;
	color: #333333;
	text-align: center;
	width: 650px;
	float: left;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 20px;
}
#btnArea{
 margin: 20px auto ;
 }
 .btnLeft{
 margin-left: 20px;
 }
#topics{
	width:630px;
	font-size: 0.9em;
	border: 1px solid #000;
	background-color:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding: 10px;
 }

#banner {
	text-align:center;
	font-size: 0.9em;
	margin: 20px 0 0 0;
 }


#box1,
#box2,
#box3 {
	display: none;
	background-color: #ffffff;
	padding: 20px;
}
#box1 p:first-child ~ p,
#box2 p:first-child ~ p,
#box3 p:first-child ~ p {
	margin-top: 1em;
}
#box1 {
	width: 650px;
	background-color: #D3CFB0;
}


 #box1 p{
  font-size:0.9em;
  line-height:1.6;
 }

#box1 table {
	border-collapse: collapse;
	font-size: 0.92em;
	width: 100%;
	color:#333333;
	margin-bottom: 20px;
} 
#box1 td {
	padding: 2px;
}
#box1 .bottomLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	}

#box1 a:link {
	color: #003399;
	text-decoration: none;
}
#box1 a.lightblue:link {
	color: #9BBDF8;
	text-decoration: none;
}


#box2 {
	width: 650px;
	background-color: #D3CFB0;
}

#box2 h2{
	font-size: 1.2em;
	margin-top: 0px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #513A0F;
	width: 100%;
	padding-bottom: 5px;
	padding-left: 10px;
 }
#box2 p{
  font-size:0.9em;
  line-height:1.4;
 }
#closeWindow{
 text-align:center;
 }


#box2 img {
	margin: 0 10px 10px 0;
	float: left;
}
#box3 {
	width: 650px;
}
.link {
	text-align: center;
}
.modal-close {
	margin-top: 1em;
	text-align: center;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
.font-green {
	color: #04B404;
}
.blue-text{
	color: #005BE5;
}
