﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ================================================================ *
	ギャラリーオークランド 2007/10
	基本デザイン CSS
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #a8c97f url(img/bodybg.gif) repeat-x;
}

#container {
  background:#FFF;
  width: 760px;
  margin: 0 auto;
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
  background: #CAD551;
  width: 760px;
  height: 250px;
  margin: 0;
  padding: 0;
}

#header.top {
  background: url(img/header_top.jpg) #CAD551;
}
#header.about {
  background: url(img/header_about.jpg) #CAD551;
}
#header.howto {
  background: url(img/header_howto.jpg) #CAD551;
}
#header.works {
  background: url(img/header_works.jpg) #CAD551;
}

#header h1 span {
  display: none;
}

#header h1 a img {
  border: none;
}

#header.about ul,#header.works ul{
  width: 180px;
  font-size: 10px;
  color: #72A143;
  margin: 20px 0 0 570px;
  padding: 5px 0 10px 10px;
  list-style:inside square;
  background:#EEE;
  vertical-align: baseline;
}

#header ul li{
  margin-top:5px;
}

#header ul li a{
  text-decoration: underline;
  color: #72A143;
}

#header ul li a:hover{
  color: #666;
}



/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#navi {
  background: #996633;
  margin: 0 0 0 0;
  padding: 0;
  width: 760px;
}

#navi ul {
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 190px;
  height: 36px;
}


#navi ul li span {
  display: none;
}

#navi ul li a {
  margin: 0;
  padding: 0;
  float: left;
  width: 190px;
  height: 36px;
  display: block;
}

#navi ul li a {
  border-bottom: 5px solid #DDD;
}


/* --- メニュー　top --- */
#navi ul li.top a{
  background: url(img/navi_top.gif) no-repeat;
}
#navi ul li.top_on,#navi ul li.top a:hover{
  background: url(img/navi_top_on.gif) no-repeat;
  border-bottom: 5px solid #D7DA3F;
}

/* --- メニュー　about --- */
#navi ul li.about a{
  background: url(img/navi_about.gif) no-repeat;
}
#navi ul li.about_on,#navi ul li.about a:hover{
  background: url(img/navi_about_on.gif) no-repeat;
  border-bottom: 5px solid #D7DA3F;
}

/* --- メニュー　howto --- */
#navi ul li.howto a{
  background: url(img/navi_howto.gif) no-repeat;
}
#navi ul li.howto_on,#navi ul li.howto a:hover{
  background: url(img/navi_howto_on.gif) no-repeat;
  border-bottom: 5px solid #D7DA3F;
}

/* --- メニュー　works --- */
#navi ul li.works a{
  background: url(img/navi_works.gif) no-repeat;
}
#navi ul li.works_on,#navi ul li.works a:hover{
  background: url(img/navi_works_on.gif) no-repeat;
  border-bottom: 5px solid #D7DA3F;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
  font-family: Verdana,Lucida Console,Arial,sans-serif; 
  float: right;
  width: 570px;
  margin: 0 0 20px 0;
  padding: 0;
  background: #FFF;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
  clear:both;
  font-size: small;
  width: 520px;
  height:100%;
  background: url(img/h2.jpg) no-repeat;
  margin: 20px 10px 10px 5px;
  padding: 5px 5px 10px 10px;
  border-bottom: 1px #CCCCCC dotted;
}

/* --- h2全体 --- */
.contents h2{
  font-size: small;
  font-weight: bold;
  margin:0;
  padding-left: 50px;
  clear : both;
  color:#72A143;
}

.contents p{
  line-height: 140%;
  margin: 10px 0 5px 0;
  width: 470px;
  padding: 0 0 10px 50px;
}


.contents p a{
color:#999;
text-decoration:underline;
}
.contents p a:link{
color:#999;
}
.contents p a:hover{
color:#D7DA3F;
}


.contents p img{
  margin: 5px 10px 5px 0;
  float: left;
  border:1px solid #CCC;
}

/* --- works リスト --- */
.contents dl{
  line-height: 140%;
  margin: 5px 0 5px 50px;
  padding: 0;
}
.contents dt{
  font-weight: bold;
  line-height: 140%;
  margin: 10px 0 0px 0px;
  padding: 0 0 0 5px;
  border-left:5px solid #a8c97f ;
}

.contents a img{
  margin:0 10px 0 0;
  border: none;
  float: right;
}


/* ---------------------------------------------------------------- *
	サイドコンテナの設定
 * ---------------------------------------------------------------- */

#side {
  background:#FFF;
  float: left;
  width: 170px;
  margin: 0;
  padding: 0px 7px 10px 13px;
}

#side h3 {
  font-size: x-small;
  font-weight: bold;
  margin: 0;
  padding: 0px;
}

#side dl dt{
  width: 150px;
  margin: 0 0 10px 0;
  padding: 3px 3px 3px 5px;
  font-size: x-small;
  background:#EEEEEE;
  border-left:#CCCCCC 5px solid;
}

#side dl dd{
  margin: 0 2px 5px 5px;
  padding: 0;
  font-size: small;
  color: #666666;
  line-height:120%;
  list-style: disc inside;
}

#side img{
  margin:5px 0 5px 0;
}

#side a img{
  border: none;
}


/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
  clear:both;
  width: 760px;
  margin: 0;
  padding: 75px 5px 5px 10px;
  background: #a8c97f url(img/footer.gif) no-repeat;
}

#footer address{
　color:#FFFFFF;
  font-size: small;
  font-style: normal;
  margin-bottom:5px;
}