@charset "Shift_JIS";
body{
  margin:0;
  padding:0;
  font-size: 13px;
  line-height: 1.4em;
}

a{
	color: #1f9705;
	text-decoration: none;
}

a:hover{
	color: #54c43e;
}


h1{
	margin: 0;
	padding:0;
	background:url(../images/yon_icon.gif) no-repeat;
	height: 60px;
	font-size: 24px;
	vertical-align: middle;
	text-indent: 2.7em;
}


#sidebar p{
	font-size: 15px;
	border-bottom: 1px dotted #777777;
	line-height: 1.3em;
	text-indent: 1.5em;
	margin: 7px 0;
	background:url(../images/navi_icon.gif) no-repeat;
}

#sidebar .gaibu{
	border-bottom: 1px dotted #777777;
	line-height: 1.3em;
	text-indent: 1.5em;
	margin: 7px 0;
	text-align: center;
}

#sidebar .update{
	border-bottom: 1px dotted #777777;
	line-height: 1.3em;
	text-indent: 1.7em;
	margin: 3px 0;
	padding-left: ;
	font-size: 13px;
	letter-spacing: 0.08em;
}

img{
	border: 0;
}


#main{
  width: 1050px;
  height: 100%; /*can be anything, just should make sure it is taller than the sidebar*/
  float: left;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}

#sidebar{
  width: 300px;
  background-color: #FFF;
  min-height: 450px;
  margin: 10px 0 0 0; /*controls the cutoff of the top and bottom limitations*/
  padding: 15px 10px;
  float: left; /* float right for a right aligned sidebar */
}

#footer{
  width: 100%;
  height: 50px;
  clear:both;
  margin-top: 100px;
  background:url(../images/foot_line.gif) repeat-x;
  color: #FFF;
}

#footer a{
	color: #FFF;
}

#footer a:hover{
	color: #54c43e;
}

#wrapper{
  width : 1400px; /* MUST HAVE WIDTH SET, should be the sidebar width + main width */
  margin-left: auto;
  margin-right: auto;
}

/*-- iframe‚É“K—p --*/
iframe{
	position: relative;
}


.footer_info{
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

