/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#5a4e50;
	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;
}

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

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

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


div#header{	
	width:800px;
	
}

div.head{
	margin-top:10px;
padding-bottom:10px;
}

div#spec{
width:790px;
position:relative;
display:block;
left:0px;
}

*html div#spec{
width:790px;
position:relative;
display:block;
left:0px;
}
*:first-child+html div#spec{
width:790px;
position:relative;
display:block;
left:0px;
}

	
div#spec .p{
width:380px;
text-align:right;
float:left;
}

div#spec .e{
width:400px;
float:right;
font-size:12px;
line-height:16px;
text-align:left;
padding:5px
}

div#sub{
	width:800px;
	position:relative;
	display:block;
	left:65px;
	top:420px;
	}

*:first-child+html div#sub{
	width:800px;
	position:relative;
	left:-20px;
	top:150px;
	}
	
*html div#sub{
	width:800px;
	position:relative;
	left:0px;
	top:150px;
	}
	
	
	
div#left{
	/*float:left;*/
	width:600px;
	margin-top:-90px;
}


*:first-child+html div#left{
	/*float:left;*/
	width:600px;
	margin-top:180px;
}

*html div#left{
	/*float:left;*/
	width:600px;
	margin-top:180px;
}


div#kakomi{
	float:left;
	width:500px;
}


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

*html div#kakomi{
	float:left;
	width:500px;
	position:relative;
	display:block;
	top:260px;
}


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

*:first-child+html div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:90%;
	height:50px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
	left:70px;
}

*html div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:90%;
	height:50px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
	left:70px;
}


div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
}

*:first-child+html div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:10px;
margin-bottom:20px;
left:50px;
}

*html div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:20px;
margin-bottom:20px;
left:50px;
}


div#qr{
float:right;
width:136px;
position:relative;
display:block;
left:-150px;
top:-130px;
}

*:first-child+html div#qr{
float:right;
width:136px;
position:relative;
display:block;
left:-60px;
top:150px;
}


*html div#qr{
float:right;
width:136px;
position:relative;
display:block;
left:-60px;
top:150px;
}



div#left div#what{
	text-align:left;
	width:650px;
	font-size:12px;
	line-height:16px;
}

span.t{
font-size:14px;
line-height:18px;
font-weight:bold;
}

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

.clear{
clear:both;	
}




div#footer{
	width:800px;
	margin-top:50px;
}


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