/* 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:850px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
text-align:left;
background-color:#ffffff;
}


div#header{
position:relative;
top:0px;
	width:850px;
	height:130px;
	background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top center;
}
			

div.menu{
width:390px;
position:relative;
top:45px;
left:450px;
}

/* nav */
.menu{ position: absolute; top: 0; left: 0px; width: 390px; height: 1px; text-align:center; }
.menu ul{ position: relative; top: 0px; width: 390px; height: 43px; font-size: 12px; line-height: 0; background-image: url(images/b_limit.gif); list-style: none; }
.menu li a{ float: left; display: block; height: 43px; overflow: hidden; text-indent: -9999px; text-decoration: none; background-image: url(images/b_limit.gif); }
.menu li#c1 a{ width: 195px;background-position: 0 0;}
.menu li#c2 a{ width: 195px;background-position: -195px 0;}
.menu li#c1 a:hover{background-position: 0 -43px;}
.menu li#c2 a:hover{background-position: -195px -43px;}


div#main{
width:850px;
/*
background-image: url(images/bk2.jpg);
background-repeat: no-repeat;
background-position:center top;*/
background-color:#ffffff;
}

div#howto{
	position:relative;
	left:0px;
	width:850px;
	padding-bottom:20px;
	text-align:center;
}


div#box{
	position:relative;
	left:20px;
	width:800px;
	text-align:left;
	}

.box1{float:left; width:360px; margin:5px;}
.box2{float:right; width:360px; margin:5px;}
.cap{width:360px; margin:5px; font-size:12px; line-height:16px; margin-left:10px;}

div.clear{
	clear:both;
}


.up{width:800px; margin:20px; font-size:12px; text-align:right;}


div#footer{
	width:850px;
	height:145px;
	position:relative;
	top:0px;
	background-image: url(images/footer2.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
top:50px;
text-align:center;
}
