@charset "utf-8";
body {
	color: #CCCCCC;
	background-color: #111111;
}


/* gallery 共通ＣＳＳ*/
/* #gallery_imgはtop画面のみ使用*/
/* #rediv imgはgallery１，２で使用*/

#container {
	text-align: center;
	padding-top: 5px;
}
#logo {
	text-align: left;
	background-image: url(../img/gallery_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #990066;
	text-decoration: none;
}
a:hover  {
	color: #ccbbbb;
	text-decoration: underline overline;
}


#container h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
}
#container #intro {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #cccccc;
	font-size: small;
	padding-top: 20px;
	padding-bottom: 30px;
}
#container #title {
	padding-bottom: 20px;
	padding-top: 5px;
	text-align: left;
}
#container #title h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#container #title p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #cccccc;
	font-size: small;
}

#container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #gmenu {
	word-spacing: 5px;
	padding-bottom: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#container #gmenu ul {
	margin: 0px;
}
#container #gmenu li {
	list-style-type: none;
	display: inline;
	width: 50px;
	margin-right: 5px;
	margin-left: 5px;
}
#container #main {
	clear: both;
}
#gallery_img {
	margin-bottom: 80px;
	cursor: default;
	margin-top: 20px;
}

#toplink {
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}

#footer {
	text-align: center;
	word-spacing: 5px;
}
#footer p {
	word-spacing: 0em;
}
#rediv img {
	margin: 15px;
}
#container   img {
	border-style: none;
}
#footer p,a {
	font-size: small;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#linkdiv {
	text-align: right;
}
#linkdiv a {
	font-size: medium;
}
