/* PC style sheet
----------------------------------------*/
body
{
  margin: 24px 10px;
  font-family: 'メイリオ' , 'Hiragino Kaku Gothic Pro' , sans-serif;
}

#container
{
  width: 960px;
  margin: auto;
  /* border: 1px solid red; test */
}

#header
{
  margin: 0 0 50px;
  /* border: 1px solid green; test */
}

#content
{
  width: 600px;
  float: left;
  margin: 0 0 20px; /* 0 0 50px */
  /* border: 1px solid green;  test */
}

#sidebar
{
  width: 300px;
  float: right;
  margin: 0 0 20px; /* 0 0 50px */
  /* border: 1px solid green;  test */
}

#footer
{
  clear: both;
  /* border: 1px solid green;  test */
}


/* header
----------------------------------------*/
#site
{
  float: left;
}
#site h1
{
  margin: 0;
  line-height: 1;
}
#site h1 a
{
  color:#000000;
  text-decoration: none;
}
#site h1 a:hover
{
  text-decoration: underine;
}

#headerimg img
{
  vertical-align: bottom;
  -moz-border-radius: 15px; 
	border-radius: 15px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);  
}

#nav
{
  font-family: 'Maven Pro' , Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  /* border-top: solid 1px #ffffff; */
  background-color: #000000;
  -moz-border-radius: 15px; 
  border-radius: 15px; 
  border: 1px solid #000000;  
}
#nav ul
{
  margin: 0;
  padding: 0;
}
#nav li
{
  list-style-type: none;
  float: left;
}
#nav li a
{
  display: block;
  width: 120px;
  padding: 6px 0;
  border-right: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover
{
  background-color: #0097d8;
}



/* content
----------------------------------------*/

#content h2
{
  font-size: 28px;
  border-bottom: solid 1px #aaaaaa;
  margin: 0 0 6px;
  padding: 0 0 3px;
}

#content div.cat
{
  font-size: 14px;
  color: #666666;
}
#content div.cat a
{
  text-decoration: none;
  color: #666666;
}

#content p
{
  line-height: 1.6;
}

#content img.radius
{
  -moz-border-radius: 15px; 
	border-radius: 15px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);  
}

/* sidebar
----------------------------------------*/
.menu
{
  margin-bottom: 50px;
}

.menu h3
{
  font-family: 'Maven Pro' , Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #66c1e8;
  margin: 0 0 5px;
}

.menu ul
{
  margin: 0;
  padding: 0;
  border-top: solid 1px #aaaaaa;
}
.menu ul li
{
  margin-bottom: 0;
  list-style-type: none;
  border-bottom: solid 1px #aaaaaa;
}
.menu ul li a
{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #666666;
  padding: 10px 0 10px 20px;
  background-image: url(../img/listmark.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.menu ul li a:hover
{
  background-color: #b4f0ff;
}


/* footer
----------------------------------------*/
#footer
{
  font-family: 'Maven Pro' , Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;  
  -moz-border-radius: 15px; 
  border-radius: 15px; 
  border: 1px solid #000000; 
}
#footer p
{
  margin: 0;
  float:right;
}
#footer p a
{
  color:#ffffff;
  text-decoration: underline;
}
#footer p a:visted
{
  color:#ffffff;
  text-decoration: underline;
}
#footer small
{
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#footer small a
{
  color:#ffffff;
  text-decoration: none;
}


/* misc.
----------------------------------------*/
.hilight
{
  background-color:#ffe566;
}

span#link0 
{
  float: left; 
  margin-right: 10px;
}  