/* main styles */
div#container {
    position: relative;
    width: 760px;
    height: auto;
    min-height: 420px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    color: #333333;
    /*background-image:url(../images/back1.gif);
    background-repeat;
    */

text-align: left;
    background-color:#FFFFFF;
}

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

ul#mainNavi {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 170px;
  height: auto;
  margin: 0 0 1em 0;
  text-align: left;
}
ul#mainNavi li {
    display:block;
    float: left;
    font-size: 16px;

}
ul#mainNavi li#mHome {
/*  margin-left: 20px;  */
    display:block;
}
ul#mainNavi a {
  display:block;
  width: 150px;
  height: auto;
  background-color: #000000;
  padding: 2px 15px;
  border-bottom: 1px solid #ffffff;
}
ul#mainNavi a:link, ul#mainNavi a:visited {
  color: #ffffff;
}
ul#mainNavi a:hover, ul#mainNavi a:active {
  color: #ffcc00;
}

div#siteBanner {
  clear: both;
  width: 760px;
  height: 160px;
  margin: 0;
  color: #000000;
  background-color: transparent;
  background-image: url(../images/banner.gif);
  background-repeat: no-repeat;
}


div#subNavi h2, div#mainContents h2 {
  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#subNavi {
    display: inline;
    float: left;
    width: 120px;
    height: auto;
    margin: 0 10px 0 20px;
    padding: 0 20px 0 0;
    border-right: 1px solid #c0c0c0;
    list-style-image:none;
    list-style-type:none;
}
div#subNavi h2 {
  display: none;
}
div#subNavi li {
    font-family: Times, "Times New Roman", Garamond, serif;
    font-size: 15px;
    font-weight:bold;
    line-height:2em;

}

div#mainContents {
  display: block;
  float: left;
  width: 570px;
  height: auto;
  margin: 0 0 1em 0;
}
div#mainContents div#latest {
  display: block;
  width: auto;
  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#recent {
  display: block;
  float: left;
  width: 260px;
  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: 250px;
  height: auto;
  margin: 0;
}
div#mainContents div#recent h2, div#mainContents div#popular h2 {
  color: #000000;
  font-size: 150%;
  border-bottom: none;
}

div#mainContents h3 {
    margin-bottom: 5px;
    color:#808000;
    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 p {
  font-size: 105%;
  line-height: 145%;
}


p.indexPhoto {
  float: right;
  margin: 0 1em 1em 1em;
  width: auto;
  height: auto;
}
p.Photo {
  float: left;
  margin: 0 1em 1em 0;
  width: auto;
  height: auto;
}
#ask {
    width:400px;
    /*height: 500px;
    */
margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
    text-align:left;
}
#ask li{
       width :400px;
	margin: 20px 0;
       padding: 10px 10px 5px 15px;
       height : auto;
 /*      background: url(images/waku.gif) no-repeat;  */
       border: #CCCC00 ridge 7px;
}
h3.ask1{
  font-size: 120%;
  line-height: 145%;
}
p.ask2{
  font-size: 110%;
  line-height: 145%;

}

p.syokunin {
 float: left;
 margin: 1em 1em 0 0;
 width: auto;
 height: auto;
 font-size:80%;
}
p.syokunin img {
 clear:left;
 border: none;
 display: block;
    margin: 5px 0;
}

.blogw {
 padding:10px 5px 10px 10px;
 border:2px solid #228b22;
 margin:10px 0 20px 0;
 background-color:#fafad2;
}
.blogw a {
 font-weight:bold;
}
#news {
 display: block;
 width: auto;
 height: auto;
 margin: 0 0 2em 0;
 clear:both;
 text-align:center;
}
