/* Common
---------------------------*/
* {
  margin : 0;
  padding: 0;
}

body {
  background: #FAFAFF;
  color: #333333;
  font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

br.clear {
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0em;
  letter-spacing: 0em;
}




/* Lyout
---------------------------*/
/* body */
body {
  text-align: center;
  font-size: small;
}


/* #container */
#container {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}


/* #header */
#header {
  width: 960px;
  margin-top: 15px;
}


/* #content */
#content {
  width: 960px;
  margin-top: 15px;
}


/* #content lyout */
#content .column-left {
  float: left;
  width: 640px;
}

#content .column-right {
  float: right;
  width: 280px;
}


/* #content image */
#content .content-image {
  width: 640px;
  text-align: center;
}


/* #content navigation */
#content .content-navi {
  width: 640px;
}

#content .caption {
  float: left;
  width: 360px;
  margin: 1em 0 0 0;
}

#content .navigation {
  float: left;
  width: 280px;
  margin: 1em 0 0 0;
  text-align: right;
}


/* #footer */
#footer {
  width: 960px;
  margin-top: 30px;
  margin-bottom: 15px;
}




/* Item
---------------------------*/
/* #header */
#header h1 {
  float: left;
  width: 240px;
}


/* #content */
/* .menu */
.menu {
  float: right;
  text-align: right;
  margin-top: 15px;
}

.menu li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}

.menu li.selected {
  font-weight: bold;
}


/* .thumb */
.thumb {
  text-align: left;
}

.thumb p {
  margin-bottom: 15px;
  margin-left  : 5px;
  font-weight: bold;
  font-size  : 120%;
}

.thumb li {
  float: left;
  display: block;
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 5px;
  background: #F9F9F9;
  border: solid 1px #DDDDDD;
}

.thumb li.selected {
  border: solid 1px #AAAAAA;
}


/* .content-image */
.content-image {
  background: #F9F9F9;
  border: solid 1px #DDDDDD;
}


/* .navigation */
.navigation li {
  display: inline;
  list-style-type: none;
  margin-left: 10px;
}

.navigation li img {
  vertical-align: bottom;
}


/* .prof-btn */
.prof-btn {
  text-align: right;
  margin-top: 30px;
}


/* .profile */
.profile dl {
  width: 420px;
  float: right;
}

.profile dt {
  margin: 40px 40px 1em 0;
  font-size  : 120%;
  font-weight: bold;
  line-height: 1.25em;
  color: #333333;
}

.profile dd {
  margin: 0 40px 1em 0;
  line-height: 1.75em;
  color: #333333;
}

.profile p {
  margin : 40px 0 0 0;
  padding: 0 0 0 40px;
  float: left;
}

.profile p img {
  border: solid 1px #CCCCCC;
}

.profile ul {
  margin : 20px 0 0 0;
  padding: 0 0 0 40px;
  float: left;
}

.profile ul li{
  display: inline;
  margin: 0 10px 0 0;
}


/* #footer */
#footer address {
  text-align: center;
  font-style: normal;
  font-size: 83%;
  color: #999999;
}




/* Preset Img-Poutfolio
---------------------------*/
.menu,
.thumb {
  display: none;
}

.profile {
  display: none;
}
