/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#ffdcde;
	font-family:sans-serif;
	font-size:80%;
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p{
	margin:0;
	font-size:xx-small;
	color:#333333;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#a5bfd5;
}
a:active{
	color:#a5bfd5;
}


div#wrapper{
	width:100;
	background-image: url(images/bk4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#container{
	width:800px;
	margin:0px auto;
	text-align:center;
}



/*AREA*/
div#sub{
	width:800px;
	position:relative;
	display:block;
	left:0;
	top:420px;
	}

*:first-child+html div#sub{
	width:800px;
	position:relative;
	left:0px;
	top:420px;
	}
	
*html div#sub{
	width:800px;
	position:relative;
	left:0px;
	top:420px;
	}


/*topheader*/
div#kakomi{
	float:left;
	width:450px;
	margin-left:50px;
}


*:first-child+html div#kakomi,*html div#kakomi{
	float:left;
	width:450px;
	position:relative;
	display:block;
	top:0;
}


div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:450px;
	height:50px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 10px;
}

div#link{
width:450px;
position: relative;;
text-align:left;
font-size:12px;
padding:10px;
}

div#qr{
float:right;
width:250px;
position:relative;
display:block;
left:0px;
top:-100px;
}


*html div#qr{
float:right;
width:250px;
position:relative;
display:block;
left:0px;
top:-300px;
}


div#what{
	width:680px;
	position:relative;
	display:block;
	top:-70px;
	left:50px;/*ff-safari*/
	text-align:left;
	font-size:12px;
	line-height:16px;
}

*:first-child+html div#what{
	width:680px;
	position:relative;
	display:block;
	top:-70px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	left:0px;/*ie*/
}

*html div#what{
	width:680px;
	position:relative;
	display:block;
	top:-250px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	left:0px;/*ie*/
}

span.area{
position:relative;
display:block;
left:10px;
top:5px;
width:670px;
padding-bottom:20px;
margin-bottom:20px;
}

.clear{
clear:both;	
}


div#links{
	width:689px;
	position:relative;
	display:block;
	top:350px;
	left:55px;/*ff-safari*/
	text-align:left;
}


*:first-child+html div#links{
	width:689px;
	position:relative;
	display:block;
	top:350px;
	text-align:left;
	left:0px;/*ie*/
}

*:html div#links{
	width:689px;
	position:relative;
	display:block;
	top:-300px;
	text-align:left;
	left:-150px;/*ie*/
}



div#footer{
	width:689px;
	position:relative;
	display:block;
	top:350px;
	left:60px;/*ff-safari*/
	font-size:10px;
	text-align:right;
}

*:first-child+html div#footer{
	width:689px;
	position:relative;
	display:block;
	top:350px;
	font-size:10px;
	text-align:right;
	left:0px;/*ie*/
}
/*
*html div#footer{
	width:689px;
	position:relative;
	display:block;
	top:0px;
	font-size:10px;
	text-align:right;
	left:-150px;
}*/



/*
div#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*/
