@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/bg.png);
	background-color: #cccccc;
	background-repeat: repeat-x;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
}
#header{
	width: 800px;
	height: 40px;
	background: url(../img/header_bg.png) no-repeat;
	position: relative;
	margin-top:50px;
}
#header h1 a{
	position: absolute;
	top: 5;
	left: 0;
	width: 200px;
	height: 35px;
}
/*------------------about main-----------------------------*/
#menu {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 300px;
	height: auto;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
	color: #666666;
}
#menu a:hover {color : #f6c;}
#news {
	position: absolute;
	top: 280px;
	left: 600px;
	width: 180px;
	height: 220px;
	background: #ffffff;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.news_wrapper {
	margin-top:10px;
	text-align: left;
	overflow: auto;
	overflow-y: scroll;
	padding:10px;
	height: 200px;
}

#news li {
	list-style-type: none;
	font-size: 11px;
	font-weight:normal;
}
#news a {
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	color: #F6C;
}

	
/*------------------about main-----------------------------*/
#wrapper {
	width: 800px;
	height: 560px;
}

#main_txt_wrapper {
	width: 600px;
	height: 500px;
	margin-top: 50px;
	margin-left: 100px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 20px;
	font-size: 12px;
}
.main_txt{
	width: 560px;
	height: 200px;
	text-align: left;
}
.title {
	width:100px;
	height: 20px;
	background: #9c9c9c;
	padding-left: 20px;
	padding-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #ffffff;
	float:left;
}
.txt {
	width: 450px;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 7px;
	color: #666666;
}
.txt2 {
	width: 450px;
	height: 20px;
	margin-left: 140px;
	padding-top: 7px;
	color: #666666;
}
.txt3 {
	display: block;
	width: 450px;
	height: 20px;
	margin-left: 140px;
	background: url(../img/name.png) no-repeat;
}
/*------------------footer-----------------------------*/
#footer {
	clear: both;
	position:relative;
	width: 800px;
	height: 40px;
	background: url(../img/footer_bg.png) no-repeat;
}
.top_btn a {
	position: absolute;
	top: 10px;
	left: 550px;
	width: 50px;
	height: 20px;
}
.about_btn a {
	position: absolute;
	top: 10px;
	left: 607px;
	width: 65px;
	height: 20px;
}
.contact_btn a {
	position: absolute;
	top: 10px;
	left: 677px;
	width: 75px;
	height: 20px;
}
