img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

a.example:link { color: #ffffff; }
a.example:visited { color: #ffffff; }
a.example:hover { color: #ff2222; }
a.example:active { color: #ff1111; }

p.mainart {border-bottom: 1px dashed #888888;	}


@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative; 
}

.gazo img:hover{filter:alpha(opacity=80);opacity:0.8;}


.wrap{
	margin:40px 0px  0px  0px ;
	padding:0px;
width:100%;	
background-image: url('../css/bg2.jpg');	
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:100% 260px;
background-size:100% 260px; 

/* box-shadow */
box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.08) inset, 0 -2px 10px 8px rgba(0, 0, 0, 0.6) inset; 


}

body{
	
	
	margin:0px;
	padding:0px;
	background-color:#E0E0D6;
	/*background-image: url('../css/bg4.jpg');	*/
	
}

.footer{
	
	
	margin:0px;
	padding:0px;
	background-image: url('../css/footerBG.jpg');	
	
}


.title
{
	background-color:#000000;
	color:#1122ee;	
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

border: 1px solid #999999;
	
}

.article p  {
	background: url('../css/line.png') repeat bottom left;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	}

.article{
	background-color:#FFFFFF;
	color:#000000;

border: 1px solid #999999;


	
}

#fc2_footer
{
	background-color:#000;
	color:#FFF;
	
	
}

