html{
    width:100%;
}

body > .container {
    width: auto;
}


.container{
	background-image: url(../images/container.gif);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	height: 100%;
	min-height: 100%;	
}

#header{
	width:430px;
	padding:0;
	margin:0;
}

#header_title{
	width:430px;
	height:120px;
	padding:0;
	margin:0;
	background-image: url(../images/top_parts.jpg);
	background-repeat: no-repeat;
	background-position: -550px 0px;
	display:block;
}

#header_title h1{
	padding:0;
	margin:0;
	text-indent:-9999px;
}

#kokuchi_img{
	padding:0;
	margin:0;
	background-image: url(../images/top_parts.jpg);
	background-repeat: no-repeat;
	background-position: -550px -120px;
	display:block;
	width:430px;
	height:560px;
}

#top_img{
	padding:0;
	margin:0;
	background-image: url(../images/top_parts.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	display:block;
	width:550px;
	height:410px;
}

#twitter_box{
	width:550px;
	height:230px;
	padding:0;
	margin:0;
	background-image: url(../images/top_parts.jpg);
	background-position: 0px -450px;
	text-align:left;
}


#twitter_box h2 a{
	display:block;
	text-indent:-9999px;
	height:45px;
	width:480px;
	padding:0;
	margin:0;
}

#twitter_box .box{
	width:450px;
	margin:0 15px 0 20px;
	padding:0;
	height:160px;
	overflow:auto;
}

#twitter_update_list{
	font-size:85%;
	color: #FFF;
}

#twitter_update_list li{
	list-style-type:none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4ED1C0;
	padding:5px 0;
	font-size:85%;
}

#top_border{
	wdith:980px;
	height:40px;
	padding:0;
	margin:5px 0;
	background-image: url(../images/top_parts.jpg);
	background-repeat: no-repeat;
	background-position: 0px -680px;
	clear:both;
}


#update_box{
	width:550px;
	padding:0;
	margin:0;
	text-align:left;
}

#update_box h2{
	background-image: url(../images/top_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 550px;
	text-indent:-9999px;
}

#update_box .box{
	width:500px;
	height:230px;
	padding:0;
	margin:0 0 0 25px;
	overflow:auto;
}


#contents_box{
	width:430px;
	height:130px;
	padding:0;
	margin:0;
	text-align:left;
}
#contents_box img{
	padding:0;
	margin:5px 15px;

}


#contents_box h2{
	background-image: url(../images/top_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 430px;
	text-indent:-9999px;
}

#link_box{
	width:430px;
	height:130px;
	padding:0;
	margin:0;
	text-align:left;
}

#link_box img{
	padding:0;
	margin:5px 15px;

}

#link_box h2{
	background-image: url(../images/top_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 430px;
	text-indent:-9999px;
}

#update_box dt{
	font-weight:bold;
	color:#1D698C;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1D698C;
}
#update_box dd{
	margin:0 0 0 15px;
	font-size:90%;
}
#banners{
	width: 980px;
	padding:0;
	margin:40px auto 0;
}

#banners li{
	list-style-type:none;
	float:left;
	font-size: 8px;
	/*width:200px;*/
	margin-right: 4px;
	height:100px;
	text-align: center;
}

