@charset "utf-8";

/* Reset Rules
-------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,blockquote,span,address,hr,pre {
	margin:0;
	padding:0;
}
p,th,td,li,dt,dd,address {
	font-weight:normal;
}
li {
	list-style-type:none;
}

body {
	background-color:#000;
}
h1 {
	font-size:20px;
	color:#333;
}
img {
	border-style: none;
	-ms-interpolation-mode: bicubic;
}
a:link {
	color: #FFC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFC;
}
a:hover {
	text-decoration: underline;
	color: #FC6;
}
a:active {
	text-decoration: none;
	color: #FFC;
}

a:hover img.alpha {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.shadow {
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}

.tabletext {
	font-family: "小塚明朝 Pro R";
	font-size: 13px;
	line-height: 20px;
	color: #FFC;
}
.navitext {
	font-family: "小塚明朝 Pro R";
	font-size: 14px;
	line-height: 20px;
	color: #FFC;
}
.title {
	font-family: "小塚明朝 Pro R";
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFC;
}

/* Clearfix
-------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
* html .clearfix     { zoom:1} /* IE6 */
*:first-child+html .clearfix { zoom:1} /* IE7 */

/*共通*/
#header {
	width:900px;
	height:140px;
	margin:0px auto;
	position:relative;
}
#logo {
	position:absolute;
	left: 0px;
}
#navi {
	position:absolute;
	left: 1px;
	top: 117px;
	width: 895px;
}
#navi2{
	position:absolute;
	left: 337px;
	top: 118px;
	width: 639px;
}
#footer {
	width:900px;
	margin:20px auto;
	position:relative;
}
#clear {
	clear:both;
}


/*index用*/
#flash {
	height:500px;
	border: thin solid #666;
}
#flash, #flash2 {
	width:900px;
	margin:0px auto;
}
/*gallery用*/
#gallery {
	width:900px;
	height:600px;
	margin:0px auto;
	border: thin solid #666;
	background-image:url(../jpg/gallery_bk.jpg);
	position:relative;
}
#woman, #man {
	position:absolute;
	width: 850px;
}
#woman {
	left: 25px;
	top: 25px;
}
#man {
	left: 25px;
	top: 175px;
}

#topics{
	border: thick solid #000;
	padding:10px;
}

