@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
body {
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック" ;
	line-height: 1.4;
	color: #666666;
	background: #000000 url(.jpg) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {position: absolute;

	width: 900px; height: 670px;
	background: #FFFFFF;
border: solid 0px;
border-color: #000000;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	float: right;
	
}
#globalNav {position: absolute;
bottom:20px ;
left: 20px;
right: 20px;
	
	
}
#globalNav  ul {margin: 0; padding: 0; list-style: none;}


#globalNav  li {
		margin: 0;
		
		
	}
	#globalNav li a {
		display: block;
		width: 180px !important;
		width /**/: 210px; /* Windows Internet Explorer 5用の値 */
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(sidenav_bg_off.gif) left center no-repeat;
	}
	#globalNav li a:hover {
		color: #EC8602;
		background: url(sidenav_bg_on.gif) left center no-repeat;
	}




/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url() left top repeat-y;
	padding: 0px 0px;

}
#about {
	position:absolute;
     left: 0px;
	top: 50px;
	width: 100%;background: #000000 ;

}
#newsRelease {overflow: auto;
	position: absolute;
         right: 20px;
	top: 70px;
	width: 350px;
height: 470px;
	padding-left: 1px;
border: solid 1px;
border-color: #808080
; 

scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #808080;
    scrollbar-3dlight-color: #808080;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #808080;
background: url(back.png) repeat-y;
filter: alpha(style=1, opacity=70, finishopacity=70, startx=0, starty=0, finishx=350, finishy=400); 


}

#descript {overflow: auto;

position:absolute;
     right: 0px;
	top: 50px;
	width: 350px;
height: 450px;
	padding-left: 1px;
border: solid 0px;
border-color: #808080
; 

scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #808080;
    scrollbar-3dlight-color: #808080;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #808080;


}

}

#descript2 {position:absolute;
     right: 0px;
	top: 480px;
	width: 300px;
	padding-left: 1px;
filter: alpha(style=1, opacity=50, finishopacity=80, startx=0, starty=0, finishx=300, finishy=100); 



}


#footer {position: absolute;
        bottom: 10px;
        right: 20px;
	clear: both;
	color: #666666;
	background: #FFFFFF;
width: 700px;

}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;

}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

#descript .section {
	margin: 10px 10px 0 10px;
	border-bottom: 0px solid #ccc;
}

#descript2 .section {
	margin: 0px 18px 0 18px;
	
}
#footer .section {
	margin: 0px 18px 0px 18px;
	
}
