@charset "Shift_JIS";

* {
	font: normal normal normal 100%/180% sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	text-decoration: none;
	
	margin: 0;
	padding: 0;
}

body{
  line-height: 150%;
  background-color; #ffffff;
  font-family: MS UI Gothic;
  color: #1f3f1f;
  text-align: center;
  
  scrollbar-3dlight-color : #ffffff;
  scrollbar-darkshadow-color : #3c79b9;
  scrollbar-arrow-color : #ffffff;
  scrollbar-face-color : #3c79b9;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #3c79b9;
  scrollbar-track-color : #ffffff;  
}

#container {
  width: 800px;
  margin: 0 auto;
  border-style : solid;
  border-width : 1px;
  border-color: #000000;
  margin-top: 20px;
}

#main {
  width: 800px;
  height: auto;
  color: #000000;
  background-color: #ffffff;
}

#footer {
  width: 800px;
  font-size: 8pt;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.r-photo {
  float: right;
  margin-right: 15px;
}

.main-txt {
  font-size: 12pt;
  margin-left: 20px;
}

.line {
  margin-left: 15px;
}

.line-2 {
  text-align: center;
}

.photo {
  margin-left: 15px;
}