/* shoot styles */
div#mainContents {
  display: block;
 position: relative;
  width: auto;
  height: 420px;

  margin: 0 0 1em 0;
  background-color: #333333;
  overflow: hidden;
}

div#mainContents div#latesttop {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 0px;
  background-color: #ffffff;
}










div#mainContents div#latest {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 20px;
  background-color: #333333;
}

div#mainContents div#latest h1 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
}

div#mainContents div#latest h2 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
 
  font-size: 150%;
 font-weight: normal;
  text-transform: capitalize;
}


div#mainContents div#latest li {
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  line-height: 200%;
  margin-left: 5em;
}




ul#latest a{
  color: #ffffff;
}

div#mainContents div#latest p{
  color: #ffffff;
}






/* リストスタイル一括指定 */
ul#latest ul{
  margin:0; 
  padding:5px;
}

ul#latest li{
   	list-style-type:none;
	padding:5px 5px 3px 20px;
	background:url(images/bg_li.gif) no-repeat 3px 9px;
	
}











div#mainContents div#latest p {
  color: #f0f0f0;
  font-size: 98%;
  font-weight: normal;
  line-height: 160%;
}

div#mainContents div#subNavi {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 20px;
  background-color: #999999;
}
div#mainContents div#subNavi h2 {
  color: #ffffff;
  border-bottom: 1px dotted #000000;
}
div#mainContents div#subNavi h3 {
  color: #111111;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}
div#mainContents div#subNavi p {
  margin-bottom: 1.5em;
  color: #000000;
  font-size: 90%;
  font-weight: normal;
  line-height: 160%;
}

