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

 /*全体*/

body {
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}
h1, h2, h3, h4, p,dd {
	margin: 0px;
	padding:0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.wrapper {
    height:auto;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	overflow: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
   text-decoration:none;
   color: #0081A1;
   }

/*サイド部分　共通*/

#side {
	width: 190px;
	float: left;
}


#side h1 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 158px;
	width: 190px;
	background-position: center center;
}

#side ul, #side li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#side ul {
	list-style-type: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 30px;
	border-top-style: dashed;
	border-top-width:  1px;
	border-top-color: #999999;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
}

#side li {
	display:inline;
}

/*メイン・共通*/
#main {
	width:660px;
	float: left;
	background: white;
	}

#footer {
    clear:both;
	height: 55px;
	width: 650px;
	font-size: xx-small;
	text-align: center;
	line-height: 50px;
}
#top #footer {
	height: 10px;
	clear: both;
	width: 850px;
	line-height: 0px;
	padding-top: 20px;
	font-size: 50%;
}


     /*インデックスページ*/

#index {
	height: 600px;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.index {
	background-color: #000000;
}




	
/*フラッシュ部分・共通*/
#visual {
	height: 150px;
	padding-bottom: 10px;
}

#visual h2 {
    text-indent:-9999px;
	}
 	 
  



/*ギャラリーページのサイド*/
#wrapper_gallery {
	background: #C9C9CA;
    }


.gal_side h1{
     background-image: url(../images/gal_logo.jpg);
}

.gal_side a,.gal_side a:link,.gal_side a:visited{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display:block;
	color: #FFFFFF;
	height: auto;
	width: auto;
	text-decoration:none;
	padding-left: 20px;
}

.gal_side a:hover {
     color:#634732;
}    

.gal_side .gal a {
	padding-left:20px;
	background-image: url(../images/gal_re.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

 /*ギャラリーページのメイン部分*/

#gallery_main{
	height:700px;
	width: 660px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	   }
#gallery_main dl {
	float: left;
	font-size:x-small;
	padding-left:30px;
	padding-right:10px;
	padding-top: 10px;
}
#gallery_main dd {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
}
#gallery_main .dai {
	font-size: 16px;
}


    

/*サタデイタウンのサイド部分*/
#wrapper_about{
      background-color:#E7E2B4;
	  }

.about_side h1{
background-image: url(../images/about_s_logo.jpg);
}

.about_side a,.about_side a:link,.about_side a:visited{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display:block;
	color: #FFFFFF;
	width: auto;
	text-decoration:none;
	padding-left: 20px;
}
.about_side a:hover {
     color:#83CCD2;
}    
.about_side .about a {
	padding-left:20px;
	background-image: url(../images/about_re.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#about_main{
	height:700px;
	width: 650px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	   }  
#koten{
	padding-left: 125px;
}
#koten img {
	border: thin solid #666666;
}
#about_main h3,#gallery_main h3 {
	font-size: 100％;
	text-align: center;
	line-height: 250%;
}

