@charset "utf-8";

/* CSS Document */

* {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

body {
	padding:10px;
	text-align:center;
	background-color:#000000;
	color:#333333;
	font:12px 150% "ＭＳ Ｐゴシック";
}

.caption {
	color:#666666;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 300%;
}

.demo {
	position:relative;
	margin-top:10px;
}

.gallery_demo {
	width:702px;
	margin:0 auto;
}

.gallery_demo li {
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div {
	left:240px
}

.gallery_demo li div .caption {
	font:12px/150% "ＭＳ Ｐゴシック";
	color:#333333;
}

#main_image {
	margin:0 auto 60px auto;
	height:438px;
	width:700px;
	background:black;
}

#main_image img {
	margin-bottom:10px;
}

.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

.info {
	text-align:left;
	width:700px;
	border-top:1px dotted #221;
	padding-top:30px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	line-height:180%;
	color:#666666;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 20px;
}

.info p {
	margin-top:1.6em;
}

.style4 {
	font-size: 20px;
	font-family: Century;
	line-height: normal;
	color: #666666;
	width:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	top: 0px;
}

/*Link Style...Start*/

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF6699;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

/*END*/

