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

body{
background-color:#000;
margin-top: 0;
color:#CCCCCC;
font-size:11px;
}

a:link{color:#fff;font-weight: 900;text-decoration:none;}
a:visited{color:#fff;font-weight: 900;text-decoration:none;}
a:hover{color:#cc0;text-decoration:none;}

.contents {
  width:800px;
  height:100%;
  background-image:url(../images/back.gif);
  background-position:center top;
  background-repeat:repeat-y;
}

.side {
  width:200px;
}

.works {
  width:580px;
}

.sideFrame {
  width:20px;
}

.NameTitle {
  width:530px;
  height:30px;
  font-size:20px;
  color:#a6bbc6;
  font-weight:bold;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  border-bottom:dotted 3px #a6bbc6;
  margin-top:20px;
}

.text {
  width:530px;
  font-size:11px;
  line-height:180%;
  padding-left:30px;
  padding-top:5px;
}

.indexBanner {
  width:530px;
  height:25px;
  font-size:12px;
  font-weight:bold;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  border:solid 1px #ccc;
  margin-top:20px;
  margin-bottom:20px;
  padding:5px;
}

.lineupFrame {
  width:155px;
  height:155px;
  background-image:url(../images/indexFrame.gif);
  background-position:center middle;
  background-repeat:no-repeat;
  margin-top:10px;
}

.indexCap {
  width:170px;
  font-size:10px;
  padding-top:5px;
}

.worksTitle {
  width:300px;
  font-size:13px;
  font-weight:bold;
  color:#a6bbc6;
  line-height:150%;
  margin-top:10px;
  margin-bottom:10px;
}

.worksCap {
  width:140px;
  font-size:11px;
  line-height:150%;
  margin-bottom:40px;
}

.foot {
  width:300px;
  font-size:11px;
}

.copy {
  width:530px;
  font-size:10px;
  padding:5px;
}

.goTop {
  width:530px;
  font-size:11px;
  margin-top:10px;
  margin-bottom:20px;
  border-top:solid 1px #ccc;
  padding:5px;
}

.worksImages {
  margin-top:10px;
  cursor: default
}
