@charset "utf-8";
/* CSS 2.0 Document */


body{
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Courier New;
	font-size: 16px;
	color:#111111;
}
a{
	text-decoration: none;
	color:#111111;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0px solid #FFFFFF;
}

#wrapper {
	width: 910px;
	height: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#content
{
	width:900px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#7A7A7A;
	background-image: url('../img/L1.png');
	background-repeat: no-repeat;
	background-position: 182px 13px;
	border: 5px solid #FFFFFF;
}
div.main{
	width: 500px;
	height: 500px;
	float: right;
	background-color: #C3C3C3;
	margin: 5px 56px 0px 0px;
	padding: 0px 5px 0px 5px;
}
p{
	width: 100%;
	float:left;

	margin: 40px 0px 0px 0px;
}
p.space_p{
	margin: 80px 0px 5px 0px;
}
.network{
	float: left;
	width: 500px;
}
.thumbs li{
	margin-left: 0px;
	margin-bottom: 50px;
	width: 100px;

}
update{
	background-color: red;
}
input{
	float: left;
	display: block;
	margin : 10px 20px 0px 60px;
}
ul{
	list-style-type: none;
	display: inline;
	margin: 0px;
}
li{
	width: 80px;
	height: 48px;
	display: block;
	float: left;
	margin: 20px 20px 0px 20px;
	color: #111111;
}

.dm{
	font-size:40px;
	display:block;
}