/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#d6d6d6;
	font-family:sans-serif;
	font-size:80%;
	background-image: url(/blog_images/11sgk/bk.gif);
	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(/blog_images/11sgk/bk2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#container{
	width:800px;
	margin:0px auto;
	text-align:center;
	height:550px;
}


/*
div#official{
	width:200px;
	position:relative;
	display:block;
	left:550px;
	top:10px;
}


*:first-child+html div#official{
	width:200px;
	position:relative;
	display:block;
	left:250px;
	top:10px;
}

*html div#official{
	width:200px;
	position:relative;
	display:block;
	left:250px;
	top:10px;
}
*/


div#sub{
	width:800px;
	position:relative;
	display:block;
	left:65px;
	top:150px;
	}

*: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;
}

/*
div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:90%;
	height:40px;
	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:40px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
	left:-20px;
}
*/

/*
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:20px;
margin-bottom:20px;
left:-30px;
}

*html div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:20px;
margin-bottom:20px;
left:-30px;
}
*/


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;
}

div#left div#what .copy{
	font-size:14px;
	line-height:20px;
	padding-top:5px;
	padding-left:10px;
}

div#left div#what .detail{
	font-size:12px;
	line-height:20px;
	padding-top:5px;
}

div#left div#what2{
	text-align:left;
	width:550px;
	font-size:12px;
	line-height:16px;
	margin-left:50px;
}



div#left div#access{
	text-align:left;
	width:480px;
	padding-top:20px;
}

div#left div#access .copy{
	padding-top:5px;

}

div#left div#access .detail{
	font-size:12px;
	line-height:20px;
	padding-left:5px;
}

/*
div#sub div#right{
	float:right;
	width:220px;
}

div#sub div#right .side{
	margin-left:-10px;
	text-align:left;
}

*html div#sub div#right .side{
	margin-left:0px;
	text-align:left;
}
*/

.clear{
clear:both;	
}


div#footer{
	font-size:10px;
	text-align:left;
	margin-top:50px;
}


/*
div#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*/
