/* 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: 9px;
	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:750px;
	text-align: left;
	
}
/*WORKここから--------------------------------------------------------*/
.works{
	background: url(../images/work.jpg) no-repeat center;
	width:850px;
	margin: 5px auto 0px;
	height:31px;
	text-align: left;
}
.works-menu{
	height:30px;
	padding-left:110px;
	padding-top:10px;
	/*margin: 0px 0px 0px 130px;*/
	font-size: 12px;
}
.works-box{
	/*width:820px;*/
	/*height:100px;*/
	width:700px;
	height:70px;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:#ffffff;
	border:none;
}
/*WORKここまで--------------------------------------------------------*/

/*NEWSここから--------------------------------------------------------*/
.news{
	background: url(../images/news.jpg) no-repeat center;
	width:850px;
	margin: 5px auto 0px;
	height:30px;
	text-align: left;
}

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