/* CSS Document */
/*共通内容ここから----------------------------------------------------*/
body {
		background: #FFF;
		color:#555555;
		font-family: "ヒラギノ角ゴ Pro", "MS Pゴシック",/*"ＤＦ魏碑体W7",*/osaka,sans-serif;
		font-size: 12px;
		*font-size:12px;
    	*font:7px;
		line-height: 150%;
		margin:0px auto 0px;
		text-align: center;
		top: 0px;
	}
a:link{
		color: #06C;
		text-decoration: none;
		}
a:visited{
		color: #06C;
		text-decoration: none;
		}
a:hover{
		color: #68839D;
		text-decoration: none;
		}
img {
		border: 0;
		vertical-align: bottom;
		}


/*ヘッダー------------------------------------------------------------*/
#hedder {
		background: url(../images/header.jpg) no-repeat center;
		margin: 0px auto 0px;
		position: relative;
		height:70px;
		width: 850px;
		text-align: left;
		}
h1 {
		position: absolute;
		top: 265px;
		left: 610px;
		margin: 0px;
		font-size: 11px;
		line-height: 140%;
		}
.header-img{
		width:200;
		height:70;
		margin: 0px 10px 0px 5px;
		padding-top:15px;
}
/*ヘッダーここまで----------------------------------------------------*/
/*メニューここから----------------------------------------------------*/
ul#menu {
	height:30px;
	margin: 0 auto;
	padding: 0 3px;
	width: 850px;
}
ul#menu li{
	float:left;
	height: 30px;
	list-style-type: none;
}
/*メニューここまで----------------------------------------------------*/

/*フッターここから----------------------------------------------------*/
#ja-copyright {
	background: url(../images/footer.jpg) repeat-y;
	margin: 0 auto 0;
	height:30px;
	width: 850px;
	font-size: 12px;
	color: #132A56;
	}
.copyright{
	font-size: 12px;
	color: #132A56;
	padding-top:5px;
}
/*フッターここまで----------------------------------------------------*/
/*フッターメニュー----------------------------------------------------*/
.f-menu{
	background: url(../images/bg.png) repeat-y center;
	width:850px;
	margin: 0px auto 0px;
	height:35px;
	text-align: center;
	font-size: 10px;
}
/*フッターメニュー----------------------------------------------------*/
/*共通内容ここまで----------------------------------------------------*/

/*index.html内容ここから*/
.contents{
	background: url(../images/bg.png) repeat-y center;
	width:850px;
	margin: 0px auto 0px;
	height:auto;
	text-align: left;
}
.contents2{
	background: url(../images/bg.png) repeat-y center;
	width:850px;
	margin: 0px auto 0px;
	height:650px;
	text-align: left;
	
}
/*websiteここから--------------------------------------------------------*/
.contact-txt{
	width:820px;
	margin: auto;
	height:auto;
	text-align: left;
	line-height:20px;
}

*.ie6-contact-txt{
	*background: url(../images/bg.png) repeat-y center;
	*width:850px;
	*padding-left:20px;
	*height:auto;
	*text-align: left;
	*line-height:20px;
}

.website-txt h4{
	background: url(../images/web-icon.jpg) no-repeat;
	margin: 0px 0px 0 0px;
	text-align: left;
	padding: 4px 0 0 25px;
	font-size: 100%;
	font-weight: 600;
	height: 28px;
}
.website-txt p{
	margin: 0px 0px 0 0px;
	text-align: left;
	padding: 0px 0 0 25px;
	font-size: 12px;
}
/*websiteここまで--------------------------------------------------------*/

/*company-tableここから--------------------------------------------------------*/
.company-table{
	width:820px;
	/*margin: 5px auto 0px;*/
	margin: auto;
	height:auto;
	text-align: left;
}

*.ie6-company-table{
	*background: url(../images/bg.png) repeat-y center;
	*width:850px;
	*padding-left:20px;
	*height:auto;
	*text-align: left;
}

.news-box{
	/*background-color:#c0c0c0;*/
	margin: 0px auto 0px;
	width: 820px;
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:left;
	border-bottom:1px solid silver;
}
/*NEWSここまで--------------------------------------------------------*/
