@charset "Shift_JIS";
/* CSS Document */

@import url("common.css");
@import url("navi.css");


/*トップメニューエリア*/	
#top_navi{
	position:absolute;
	top:0;
	width:900px;
	height:25px;
	line-height:22px;
	font-family:sans-serif;
	}

/*画像エリア*/
#photo_area{
	position:absolute;
	top:25px;
	width:900px;
	height:250px;
	}
	
/*ニュースエリア*/
#news{
	position:absolute;
	top:275px;
	width:900px;
	height:30px;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #808080;
	}
	
	#newsbar{
		width : 620px;
		height : 20px;
		border:1px solid #666;
		font-size : 12px;
		position:absolute;
		left:20px;
		top:4px;
		background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
		z-index:1;
		font-family:sans-serif;
		text-indent:1em;
		line-height:20px;
		
  text-decoration : blink;
  color : black;
}
		
#news p{
	position:relative;
	text-align:right;
	font-size : small;
	line-height : 35px;
	padding:0 10px 0 0;
	font-family:sans-serif;
	}
	
	#newsbar p{
		text-align:left;
		line-height:20px;
		font-size:100%;
		}
	
	
/*グローバルメニューエリア*/		
#global_navi{
	position:absolute;
	top:305px;
	width:900px;
	height:470px;
	}

/*ロゴマークエリア*/
#logo{
	position:relative;
	top:455px;
	left:300px;
	width:300px;
	height:200px;
	z-index:1;
	}
	
		#logo h1{
			font-weight:normal;
			text-align:center;
			line-height:1.3em;
			font-family:serif;
			}
			

	
/*フッター*/
#footer{
	position:absolute;
	top:775px !important;
	top:790px;
	width:900px;
	height:30px;
	background:#808080;
	color:#fff;
	}
	
	#footer address{
		text-align:center;
		line-height:30px;
		font-style:normal;
		font-size:smaller;
		font-family:sans-serif;
		}
	