﻿*{
	margin:0;
	}
html{
	height:100%;
	}
body{
	/* IE7以降,モダンブラウザ用 */
	width:100%;
	min-width:900px;
	min-height:500px;
	/* ここまで */
	height:100%;
	position:relative; 
	background-color: #ccc;
	}
	
dl{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
dt,
dd{
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	}
dt {
	width: 60px;
	padding-right: 30px;
	}	
dd {
	margin-left: 90px;
	}
	
dd ul,
dd ul li{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
dd ul li{
	padding-bottom: 0.25em;
	line-height: 1.5em;
	}

.ol {
	text-decoration: overline;
	}


/* ------------------------------
 __main
------------------------------- */

#main {
	width: 900px;
	height: 500px;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow:hidden;
	margin-top: -250px;
	margin-left: -450px;
	z-index: 200;
	color: #FFFFFF;
	}

#main h1{
	display: block;
	width: 900px;
	height: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
.main_title { background: url(../images/title.png) no-repeat; }

.info{
	display: none;
	}



/* ------------------------------
 __menu
------------------------------- */


#menu {
	width: 900px;
	height: 40px;
	clear: both;
	font-size: 1.2em;
	background: #000;
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	float: left;
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	text-align: center;
	}

#menu ul li a:hover, #menu ul li a.active  {
	color: #CCFFFF;
	text-decoration: none;
	}

/* HIDDEN DIV PANEL STYLE */

.hidden-div {
	position: absolute;
	width: 900px;
	height: 100px;
	margin: -1px 0 0 0;
	padding: 30px;
	display: none;
	z-index: 300;
	background-color: #333;
	}

.cnt1 { background-color: #CC3366; }
.cnt2 { background-color: #990033; }
.cnt3 { background-color: #CC6600; }
.cnt4 { background-color: #669900; }
.cnt5 { background-color: #0066CC; }
.cnt6 { background-color: #663399; }


#menu ul li.nocnt a{
	color: #666;
	min-width: 10px!important;
	_width: auto!important;
	padding: 0 30px!important;
	}
#menu ul li.nocnt a:hover, #menu ul li.nocnt a.active  {
	background: #333;
	}




/* ------------------------------
 __slideshow
------------------------------- */

	
.ss {
	width: 900px;
	height: 500px;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow:hidden;
	margin-top: -250px;
	margin-left: -450px;
	background-color: #333;
	}
.ss .ssItem {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	}
.ss .ssItem img {
	border:none;
	}
.ss * {
	border:none;
	text-decoration:none;
	}
	
	
	
	
	