@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back01.png);
	background-repeat: repeat-x;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
}
#top_img {
	height: 400px;
	width: 1000px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	background-color: #FFF;
}
#main {
	height: 1000px;
}
#side {
	width: 210px;
	float: left;
	height: 1000px;
}
#center {
	float: left;
	height: 900px;
	width: 765px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	line-height: normal;
	background-color: #FFF;
}
#side2 {
	float: right;
	height: 1200px;
	width: 200px;
}
#sb a {
	padding-left: 30px;
	font-size: 12px;
	line-height: 3.8em;
	color: #333;
	text-decoration: none;
}
#contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 20px;
}
#box1 {
	padding: 15px;
	font-size: 13px;
}
#box1 ul {
	padding-left: 30px;
	padding-bottom: 20px;
}
#box1 li {
	margin-bottom: 10px;
	list-style-type: square;
}
