/* CSS Document */
*{
margin:0;
padding:0;
}

html{
height:100%;
/*min-height:100%;*/
}

body{
padding:0px;
	margin:0px auto;
	background-color:#000;
	font-family:sans-serif;
	font-size:80%;
	height: 100%;
	/*background-image: url(images/bk.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}


/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
width:1200px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:left;
background-image: url(images/waku.png);
background-repeat: no-repeat;
background-position:center top;
background-color:#fff;
}


div#header{
width:1000px;
height:200px;
background-image: url(images/dl/header.jpg);
background-repeat: no-repeat;
background-position: top center;
position:relative;
left:101px;
}


div#menu{
position:relative;
top:20px;
padding-bottom:20px;
}

/*Select Menu*/
ul#gloval_navi {
    width:900px;
    height:50px;
    /*border:1px #999 solid;*/
    margin-bottom:15px;
	
}
ul#gloval_navi li {
    width:225px;
    height:50px;
    float:left;
    text-align:center;
    line-height:50px;
	list-style-type: none;
    margin:0;
    padding: 0;
}
ul#gloval_navi li a {
    display:block;
    width:225px;
    height:50px;
    background-color:#EEE;
	text-decoration:none;
}
ul#gloval_navi li a:hover {
    background-color:#F90;
    color:#FFF;
}



div#main{
width:900px;
position:relative;
top:0px;
left:120px;
}


div#contents{
width:950px;	
}

.shortcut{font-size:1em; padding-bottom:20px;}
.contents_title{width:900px;
position:relative;
top:20px;
left:20px;
font-size:1.2em;
line-height:1.5em;
padding-bottom:20px;}
.contents_exp{width:900px;
margin-left:20px; margin-top:20px;}
.contents_exp img{margin-right:2px;}
span.url{margin:10px; font-size:2em; background-color:#FCC; padding:5px;}


div.clear{
	clear:both;
}

.supportlink{
width:1000px;
font-size:1.2em;
line-height:1.5em;
margin-top:50px;
padding-bottom:20px;
text-align:left;
}



div#footer{
	width:1200px;
	height:150px;
	position:relative;
	top:0px;
	background-image: url(images/dl/footer_dl.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
top:50px;
text-align:center;
}
