/* shoot styles */
div#subNavi h2 {
	display: block;
	border-bottom: none;
	font-size: 150%;
}

div#mainContents h1 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: capitalize;
}
div#mainContents div#latest {
  display: block;
  width: 440px;
  height: auto;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #c0c0c0;
}
div#mainContents div#latest h2 {
    color:#808000;
    font-size: 150%;
    border-bottom: none;
    font-family:"ＤＦ平成明朝体W3";
}
div#mainContents div#latest p {
    font-size: 100%;
    line-height: 150%;
    font-weight:bold;
}
#aisatu {
    margin: 10px auto;
    padding:10px 10px;
    font-size: 90%;
    text-align: left;
    font-weight:normal;
    line-height:150%;
    border: 1px solid #c0c0c0;
    text-indent:1em;
}

