/* main styles */
div#container {
  position: relative;
  width: 760px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}

div#header {
	width: auto;
	height: 110px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header h1, div#header p {
  text-indent: -9999px;
}
div#header a {
  display: block;
  width: 250px;
  height: 110px;
}



ul#mainNavi {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
ul#mainNavi li {
  display: inline;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}
ul#mainNavi li#mHome {
  margin-left: 10px;
}
ul#mainNavi a {
	display:block;
	width: auto;
	height: auto;
	background-color:#FF6600;
	padding: 2px 15px;
	border-right: 1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#mainNavi a:link, ul#mainNavi a:visited {
	color:#000000;
	text-decoration: none;
}
ul#mainNavi a:hover, ul#mainNavi a:active {
  color:#FF0000;
}

div#siteBanner {
	clear: both;
	width: 760px;
	height: 200px;
	color: #000000;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#home div#siteBanner {
	background-image: url(../image/top_img.jpg);
	background-repeat: no-repeat;
}

#inside div#siteBanner {
	background-repeat: no-repeat;
	background-image: url(../image/march_head.jpg);
}

div#subNavi h2, div#mainContents h2 {
	margin-bottom: 0.5em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	text-transform: capitalize;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 9px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

div#subNavi {
	display: inline;
	float: left;
	width: 130px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	background-color: #FFFFFF;
	background-position: center top;
	left: -4px;
	top: 382px;
}
div#subNavi h2 {
  display: none;
}
div#subNavi li {
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 95%;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
}

div#mainContents {
	display: block;
	float: right;
	width: 570px;
	height: auto;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 1em;
	line-height: normal;
	background-color: #FFFFFF;
}
div#mainContents div#latest {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
div#mainContents div#recent {
  display: block;
  float: left;
  width: 320px;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #c0c0c0;
}
div#mainContents div#popular {
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin: 0;
}
div#mainContents div#recent h2, div#mainContents div#popular h2 {
	color: #666666;
	font-size: 150%;
	border-bottom: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#mainContents h3 {
  margin-bottom: 5px;
  color: #0099CC;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-transform: capitalize;
}
div#mainContents div#recent h3 {
  color: #003366;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}
div#mainContents p {
	line-height: 100%;
}
div#mainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#mainContents dd {
  font-size: 95%;
}

p.indexPhoto {
  float: left;
  margin: 0 1em 1em 0;
  width: auto;
  height: auto;
}
p.indexPhoto img {
  border: 1px solid #333333;
}

