@charset "Shift_JIS";

*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background:transparent;
}

img{
 	vertical-align:bottom;
 	border:none;
 }

a:link {
 color: #777777;
 background-color: transparent;
 text-decoration: underline;
 }
a:visited {
 color: #777777;
 background-color: transparent;
 text-decoration: underline;
 }
a:active {
 color: #999999;
 background-color: transparent;
 text-decoration: underline;
 }
a:hover {
 color: #aaaaaa;
 background-color: transparent;
 text-decoration: underline;
 }

body {
	margin: 0; padding: 0;
	overflow:scroll;
 	font-family: "ＭＳ 明朝", "ヒラギノ明朝", "平成明朝", serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #777777;
	background-color: white;
}

.logo_control{
	position: fixed;
	bottom: 440px;
	left: 20px;
	z-index:3;
}

.menu_bar{
	position: fixed;
	bottom: 390px;
	left: -20px;
	z-index:2;
}

.work_title{
	position: fixed;
	bottom: 390px;
	left: 20px;
	font-size: 9px;
	color:#999999;
	background: url("arrow_down.gif") no-repeat left;
	padding-left: 8px;
	z-index: 3;
}

.bottom_image{
	margin: 0 0 15px 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:1;
}

.textbox{
	line-height:1.8;
	width: 800px;
	overflow: hidden;
	height: 360px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index:1;
}

.bigtext{
	font-size: 20px;
	margin: 5px 0 5px 0;
}

.column1{
	position: absolute;
	left: 0px;
	width: 280px;
	height: 250px;
	padding:10px;
	background: #eeeeee;
}

.column2{
	font-size:9px;
	position: absolute;
	left: 310px;
	width: 220px;
	height: 250px;
	padding:10px;
	background: #eeeeee;
}

.column3{
	font-size: 9px;
	position: absolute;
	left: 560px;
	width: 220px;
	height: 250px;
	padding:10px;
	background: #eeeeee;
}

.copyright{
	position:fixed;
	bottom: 4px;
	left:20px;
	font-size: 9px;
	color: #999999;
	z-index:2;
}