@charset "UTF-8";
/* CSS Document */

/* 初期設定 */
* {
  margin: 0;
  padding: 0;
}

body {
	color: #333333 ;
	font-family: sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 1.6em;
	background: url(img/bg.gif);
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child + html body {
	font-size: 75%;
}

/* リンク */
a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

/* レイアウト */
body {
}

#wrapper {
 width: 900px;
 height: 700px;
 position:absolute;
 top:50%;
 left:50%;
 margin:-350px -450px;
}

#header {
 text-align: left;
 margin-bottom: 15px;
}

#gnavi {
 text-align: right;
 margin-bottom: 15px;
}

#content {
 width: 650px;
 height: 500px;
 float: left;
 text-align: center;
}

#content_info {
 width: 383px;
 height: 500px;
 float: left;
}

#tnavi {
  width: 200px;
  height: 500px;
  text-align: right;
  float: right;
}

#tnavi_info {
  width: 400px;
  height: 500px;
  text-align: left;
  float: left;
}

#footer {
  clear: both;
  text-align: right;
}
/* 文字パーツ */

h2 {
  font-weight: bold;
  color: #000000;
}

.vlink {
  font-weight: bold;
  color: #999999;
}

.slash {
  font-weight: bold;
  color: #999999;
}

.copyright {
}

/* パーツ */
.photo {
  border: 1px solid #CCCCCC;
}

.thumbnail {
  border: 1px solid #CCCCCC;
  width: 55px;
  height: 55px;
  margin-bottom: 4px;
  margin-right: 4px;
}

.thumbnail:hover {
  border: 1px solid #333333;
  width: 55px;
  height: 55px;
  margin-bottom: 4px;
  margin-right: 4px;
}