﻿/*-----------------------------
扉ページ
-------------------------------*/
html,body{
	height:100%;
	margin :0;
	padding :0;
	background-color: #000;
	background-image: url(../../images/space/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
}
#content{
	width:1014px;
	height:614px;
	background : transparent url(../../images/space/base.png) 0 0 no-repeat;
	border:0px solid #016c80;
	margin-top:92px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}	

*html #content{
	background : transparent url(../../images/space/base.jpg) 0 0 no-repeat;
}

body#bodyTop #monka{
	width :1014px;
	height:50px;
	text-align :left;
	padding-left : 13px;
	padding-top : 9px;
	cursor: pointer;
}
body#bodyTop #control {
	height: 235px;
	width: 1014px;
	margin-bottom : 13px;
}
body#bodyTop #btnMain{
	margin-top : 195px;
	margin-left: 90px;
	cursor: pointer;
}

body#bodyTop #about{
	cursor:pointer;
	margin-top :48px;
	margin-left:181px;
	width : 132px;
}

body#bodyTop #btnDownload{
	margin-top: 175px;
	margin-left: 97px;

}

body#bodyTop div#footer{
	margin-top: 85px;
	height : 33px;
	width : 1014px;
}
body#bodyTop div#foterContent{
	width : 1004px;
	margin-left: 10px;
	height: 33px;
}

body#bodyTop div#goShinkai{
	width : 151px;
	height: 33px;
	float : left;
	padding-right : 8px;
	cursor: pointer;
}
body#bodyTop div#goNankyoku{
	width : 151px;
	height: 33px;
	float : left;
	cursor: pointer;
}


body#bodyTop #getFlash{
	cursor:pointer;
}


/*------------------------------
clearfix
--------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 

	clear: both; 
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	height: 0;
	line-height: 	0;
	font-size: 0;
	clear: both;
}

.mainDescription{
	font-size: 0px;
	text-indent :-99999em;
}
#sitemap{
	width : 694px;
	text-align : right;
	font-size : 12px;
	float : left;
	display: block;
	height: 33px;
}
#sitemap .sitemap{
	margin-right: 10px;
}
#sitemap .flash-setting-button{
	margin-right: 3px;
}
#sitemap .flash-setting-button img{
	vertical-align: middle;
}

*html #sitemap{
	margin-top : 25px;
}
#sitemap a{
	color : #dce5ec;
	text-decoration : none;
}
#sitemap a:link{
	color : #dce5ec;
	text-decoration : none;
}
#sitemap a:hover{
	color : #5eaae6;
	text-decoration : none;
}

#sitemap a:visited{
	color : #5eaae6;
	text-decoration : none;
}
