@charset "utf-8";
/* CSS Document */
																																										
body {
  font: 80%/1.5 arial, helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0;
  color: #3d455b;
 background: #180e06 url(../images/bg.jpg) repeat-x;
}


#wrapper {
	width: 984px;
	margin: 0px auto;

}
#container {
	width: 100%;
	margin: 0;
	text-align: left;
}
#intro {
	width: 100%;
	height:658px;
	margin: 0;
  
}


/* 一般連結
---------------------------------------------------- */
a {
	color: #3399CC;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #CE1109;
	text-decoration: none;
}


a img {
-moz-opacity: 1;
opacity: 1;
filter: Alpha(Opacity=100);
}
a:hover img {
-moz-opacity: 0.6;
opacity: 0.6;
filter: Alpha(Opacity=60);
}
