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

body {
  background: #FAFAFA;
  color: #333333;
  font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

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




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


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


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


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

#content .column-left {
  float: left;
  width: 220px;
  height: 510px;
  border-right: solid 1px #DDDDDD;
}

#content .column-center {
  float: left;
  width: 240px;
}

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

/* .content-image */
.content-image {
  width: 480px;
}

/* .content-navi */
.content-navi {
  width: 480px;
}

.caption {
  float: left;
  width: 200px;
}

.navigation {
  float: left;
  width: 280px;
}

/* #footer */
#footer {
  width: 960px;
  margin-top: 20px;
  margin-bottom: 10px;
}




/* Item
---------------------------*/
/* #content */
h1 {
  margin-bottom: 40px;
}

h2 {
  font-size: 120%;
  margin-left: 5px;
  margin-bottom: 10px;
}

#galley-menu {
  margin-bottom: 40px;
  margin-right: 20px;
  height: 140px;
  overflow: auto;
  /* scrollbar color only Win IE */
  scrollbar-base-color: #DDDDDD;
  scrollbar-face-color: #DDDDDD;
  scrollbar-track-color: #E9E9E9;
  scrollbar-arrow-color: #BBBBBB;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-3dlight-color: #FAFAFA;
  scrollbar-darkshadow-color: #FAFAFA;


}

#galley-link {
  margin-left: 5px;
}

/* .menu */
.menu {
  margin-left: 5px;
}

.menu li {
  list-style-type: none;
  padding-right: 20px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: bold;
  color: #CCCCCC;
}

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


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

.thumb p {
  margin-bottom: 15px;
  font-weight: bold;
  font-size  : 120%;
  line-height: 1.2em;
}

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

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


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


/* .content-navi */
/* .caption */
.caption {
  margin: 1em 0 0 0;
  text-align: left;
}

/* .navigation */
.navigation {
  margin: 1em 0 0 0;
  text-align: right;
}

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

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


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

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

.profile dd {
  margin: 0 40px 1em 0;
  line-height: 1.2em;
  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;
  color: #999999;
}




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

.profile {
  display: none;
}


