body{
  background-image : url(../icon/B.gif);
  background-attachment : fixed;
  background-repeat : repeat-y;
  background-position : center;
  
  margin : 0px;
  padding : 0px;
  text-align : center;
  
  font-size : medium;
  color : #333333;
  font-family : 'MSゴシック';
}

a:link {
  color: #ff6600;
}
a:visited {
  color: #cc0000;
}
a:hover {
  color: #ff9900;
}
a:active {
  color: #66cc66;
}

div.roro {
  text-align : left;
  padding : 0;
  margin : 0 auto;
  width : 850px;
}

/*- ヘッダー -----------------------*/
div.header{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  height : 30px;
}
/* ロゴ */
div.logo {
  float : left;
  text-align : left;
  width : 600px;
  height : auto;
}
div.logo img {
  vertical-align : middle;
  margin-right : 10px;
}
/* サブナビゲーション */
div.subnavi{
  float : right;
  text-align : right;
  width : 220px;
}

/* ナビゲーション */
.navi {
  clear : both;
  margin-bottom : 0px;
  padding-bottom : 0px;
}
/*----------------------------------*/


/*- フッター -----------------------*/
/* 下部ナビゲーション */
div.footernavi {
  clear : both;
  text-align : center;
  font-size : 10pt;
}
div.footernavi a, div.crumbs  a {
  padding-left : 5px;
  padding-right : 5px;
}
div.footernavi a:link , div.crumbs a:link {
  text-decoration: none;
  color: #666666;
}
div.footernavi a:visited, div.crumbs  a:visited {
  text-decoration: none;
  color: #666666;
}
div.footernavi a:hover, div.crumbs  a:hover {
  text-decoration: underline;
  color: #ff9900;
/*  color: #999999;*/
}
div.footernavi a:active, div.crumbs  a:active {
  text-decoration: underline;
  color: #999999;
}
/* コピーライト */
div.copylight{
  clear : both;
  font-size : 10pt;
  text-align : center;
}
/*----------------------------------*/


/* パンくずリスト */
div.crumbs{
  clear : both;
  text-align : right;
  font-size : 10pt;
}

/* コンテンツのベース */
div.contents{
  text-align : left;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 5px;
}

div.contents h2{
  background-image : url(../icon/mono.gif);
  background-repeat : no-repeat;
  background-position : left top;
  padding-left : 50px;
  padding-top : 16px;
  height : 50px;
  font-size : 16pt;
  color : #666666;
}
div.contents h3{
  font-size : 12pt;
}
div.contents p{
  font-size : medium;
  color : #666666;
  line-height : 1.8em;
}


/* コンテンツ内基本ブロック */
div.block{
  margin-top : 20px;
  margin-bottom : 50px;
  height : auto;
}

td {
  font-size : medium;
  color : #333333;
  font-family : 'MSゴシック';
}

li{
  display:inline;
}
hr{
  border-top  : none;
  border-bottom  : dotted;
  border-left  : none;
  border-right  : none;
  color : lightgrey;
}

/* ページ毎のサイドナビゲーション */
div.sidenavi {
   float: left;
   width: 250px;
   height:350px;
}
/* ページ毎のアイキャッチャー */
div.imgmain {
   float: right;
   width: 600px;
   height:350px;
}
/* 詳細はこちら */
.for_details {
  background-image : url(../icon/allow.gif);
  background-repeat : no-repeat;
  background-position : left center;
  padding-left : 20px;
  font-size : 11pt;
}


/*- TOPページ専用 ------------------*/
/* コンテンツのベース */
div.homepic{
  text-align : left;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 5px;
}
div.layout1 {
  float: left;
  width: 570px;
}
div.layout2 {
  float: right;
  width: 230px;
}
.banner {
  font-size: small;
  color: #666666;
}
div.exhibition_m {
  color : #ffffff;
  font-size: 12px;
  float : left;
  width : 230px;
  height :100px;
  background-image : url(../icon/m-1.gif);
  background-repeat : no-repeat;
}
div.exhibition_t {
  color : #ffffff;
  font-size: 12px;
  float : left;
  width : 230px;
  height :100px;
  background-image : url(../icon/t-1.gif);
  background-repeat : no-repeat;
}
/*----------------------------------*/
