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


/* font and color */
body {
	font-family:"Arial Black", "Helvetica Black", Arial Bold, Helvetica Bold, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.7em;
	line-height:1.3em;
}
a, p {
	color:#000;	
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
}
/* size and position */
#header {
	z-index:10;
	/*float: left;*/
	height: 70px;
	width: 800px;
	margin-top: 20px;
	margin-left: 25px;
	position: fixed;
}
#content {
	z-index:5;
	clear: both;
	float: left;
	margin-top: 110px;
	margin-left: 25px;
	height: auto;
	width: 980px;
	margin-bottom: 35px;
}
.newsbox {
	width: 410px;
	padding-top: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 15px;
	background-color: #FFF;
}.work_thumbnail {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.text_column, .text_column2, .text_column3 {
	float: left;
	width: 410px;
	margin-right: 15px;
	position:fixed;
	top:110px;
	left:25px;
}
.text_column2 {
	left:440px;
}
.text_column3 {
	left:25px;
}
.image_column {
	width: 700px;
	margin-right: 15px;
	/*margin-left:240px;*/
	float: left;
	position: absolute;
	top:110px;
	left:270px;
}
#content .image_column p img {
	z-index:1;
	margin-bottom: 6px;
}
.text_columnWork {
	float: left;
	width: 220px;
	margin-right: 15px;
	position:fixed;
	top:110px;
	left:25px;
}
.about_1 {
	width: 410px;
	padding-top: 0px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 15px;
	background-color: #FFF;
}
