/* charset */
@charset "utf-8"; 

/*------------------ =環境設・E------------------*/

A:link {  color:#000000; }
A:visited { color:#000000; }
A:active {  color:#000000; }
A:hover {  color:#000000; }


body {
background-color:#FFDE00;
	margin:0px;
	font:12px #CCCCCC;
	}

.iframe { 
	scrollbar-Track-Color:#FFFFFF;
    scrollbar-Face-Color:#FFFFFF;
    scrollbar-Shadow-Color:#666666;
    scrollbar-DarkShadow-Color:#FFFFFF;
    scrollbar-Highlight-Color:#FFFFFF;
    scrollbar-3dLight-Color:#666666;
    scrollbar-Arrow-Color:#666666;
	}

h1 { 
	font-size:10px;
	margin:0px;
	color:#2CA3B8;
	font-weight:normal;
	}

.window{
	margin-right: auto;
	margin-left: auto;
	width:900px;
	height:580px;
	position:relative;
	background-color:#FFDE00;
	text-align:center;
	}

.menu{
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width:900px;
}
/*------------------ =font ------------------*/

.fomt_12_666666 {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}

/*------------------ =コンテンツ ------------------*/

.div_class_contents{
	position:relative;
	}

/*------------------ =ヘッダー・メニュー ------------------*/

.div_class_header{
	position:relative;
	clear:right;
}


.div_class_nav{
	clear:left;
	position:relative;
	text-align:left;
	display: inline;
	}

.div_class_nav ul{
	margin:0px;
	display: inline;
	padding: 0px;
	clear: both;
}

.div_class_nav li{
	list-style:none outside;
	float:left;
	margin:0px;
	padding: 0px;
	background-color:#FFDE00;
}

.div_class_nav li.menu1{
	border-top-width: 5px;
	border-right-width: 2.5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-style: solid;
	border-color: #000000;
	padding:00;
}

.div_class_nav li.menu2{
	border-top-width: 5px;
	border-right-width: 2.5px;
	border-bottom-width: 5px;
	border-left-width: 2.5px;
	border-style: solid;
	border-color: #000000;
	padding:00;
}

.div_class_nav li.menu3{
	border-top-width: 5px;
	border-right-width: 20px;
	border-bottom-width: 5px;
	border-left-width: 2.5px;
	border-style: solid;
	border-color: #000000;
	padding:00;
}

.div_class_nav li a, li a:link, li:visited{
	display:block;
	width:100px;
	height:30px;
	color:#666666;
	background-position:top;
	text-decoration: none;
	padding:0px;
}

.div_class_nav li a:hover, li a:active{
	color:#FF6600;
	background-image:url(../img/menu_back.gif);
	background-position:top;
	text-decoration: none;
	padding:0px;
}

/*------------------ =フッター ------------------*/

.div_class_footer{
	clear:left;
}

/*------------------ =トップページ ------------------*/
