@charset "UTF-8";
body {
	background-image: url(images/paper.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.wrapper {
	margin: auto;
}
.block {
	width: 834px;
	margin: auto;
}
.header {
	width: 834px;
	float: left;
}
.center {
	width: 900px;
	float: left;
}
.navi {
	width: 219px;
	float: left;
}
.mininavi {
	margin-left: 25px;
	width: 145px;
	float: left;
}
.main {
	width: 605px;
	height: 500px;
	float: left;
}
.work{
	width: 400px;
	height: 520px;
	margin-top: 30px;
	float: left;
	
}
.work-text{
	font-size: 12px;
	float: left;
	width: 185px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 30px;
	line-height: 1.3em;
}
.selection a{
	color:#333333;
	text-decoration: none;
}
.selection a:hover{
	color:#999999;
	text-decoration:underline;
}
.submain {
	width: 450px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;
	padding-right: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.submain a{
	color: #333333;
}
.submain a:hover{
	color:#999999;
}
.world-map {
	width: 605px;
	height: 311px;
	float: left;
	background:url(images/world_map.png) top no-repeat;
}
.column-holder {
	width: 450px;
	padding-right: 1px;
}
.column{
	width: 225px;
	float: left;
}
.footer {
	width: 834px;
	float: left;
	text-align: center;
}
.clear {clear: both;} 

