body {
  text-align:center;
  margin:20px;
}

#container{
    margin:0 auto;
    width:750px;
    background:white  ;
}

#header {
  height:362px;
  background-image:url(/image/title.jpg);
  text-align:left;
}

.menu{
	border: 1px solid #666666;
	background: #efefef;
	padding: 10px;
	width: 120px;
	font-size: 10.5pt;
	text-align: center;
	margin: 1px;
}

#content {
  float:right;
  width:580px;
  text-align:left;
  font-size:10.5pt;
  line-height:180%;
  color:#333333;
  font-family:Verdana;
  margin-left:20px;
}

#content h3 {
	padding-left: 20px;
	font-size: 20px;
        height:40px;
	width:540px;
        background-image:url(/image/h3.jpg);
	margin: 10px;
}

#content A{
  color:#333333;
  text-decoration:none;
}

#content A:HOVER{
  text-decoration:underline;
  color:#333333;
}

#content A:VISITED{
  color:#333333;
}

#sidebar {
  float:left;
  text-align:left;
  width:130px;
  line-height:180%;
  color:#333333;
  font-family:Verdana;
}

#sidebar ul{
  font-size: 10pt;
  line-height:180%;
  font-weight:bold;
}

#sidebar A{
  font-size:10pt;
  color:#333333;
  text-decoration:none;
}

#sidebar A:VISITED{
  color:#333333;
}

#sidebar A:HOVER{
  color:#333333;
  text-decoration:underline;
  font-weight:bold;
}

#footer {
  clear:both;
  line-height:50px;
  width:750px;
  text-align:center;
}

#footer p {
  font-size:8pt;
  color:#666666;
  padding:10px;
}

.setumei{
  font-size:9pt;
  color:#666666;
}

.sub{
  font-size:12pt;
  line-height:18px;
  font-weight:bold;
  color:#333333;
  text-decoration:underline;
}

INPUT{
  font-size:9pt;
  font-family:Verdana,Osaka;
  line-height:135%;
  color:#666666;
  background-color:#FFFFFF;
  border-width:1px;
  border-style:solid;
  border-color:#666666;
}

TEXTAREA{
  font-size:9pt;
  font-family:Verdana,Osaka;
  line-height:135%;
  color:#666666;
  background-color:#FFFFFF;
  scrollbar-base-color:#CCFF99;
  scrollbar-face-color:#CCFF99;
  scrollbar-track-color: #CCFF99;
  scrollbar-arrow-color:#CCFF99;
  scrollbar-3dlight-color: #CCFF99;
  scrollbar-highlight-color:#CCFF99;
  scrollbar-shadow-color:#CCFF99;
  scrollbar-darkshadow-color:#CCFF99;
  border-width:1px;
  border-style:solid;
  border-color:#666666;
}

HR{
  color:#cccccc;
  border-width:1pt;
  border-style:solid;
}

.comment-content{
  font-size:10pt;
  line-height:150%;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#cccccc;
  color:#333333;
  margin:5px;
  padding:5px;
}

.sub2{
  font-size:10pt;
  line-height:30px;
  font-weight:bold;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#cccccc;
  color:#333333;
}