@charset "utf-8";
/*-------------------------------------------------
	ボディ設定
-------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	text-align:center;
	color:#999999;
	font-size:12px;
	font-weight:100;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	background:#000000;
}

/*-------------------------------------------------
	イメージ設定
-------------------------------------------------*/
img {
	vertical-align:text-bottom;
	border:0px;
}

* html img {
	behavior: expression(IEPNGFIX.fix(this));
}

/*-------------------------------------------------
	フォント設定
-------------------------------------------------*/
A:link		{color: #FF9900; text-decoration: none;}
A:visited	{color: #FF9900; text-decoration: none;}
A:hover		{color: #FF9900; text-decoration: underline;}

.font_red		{color:red;}
.font_FF9900	{color:#FF9900;}

table{
	font-size:12px;
}

/*-------------------------------------------------
	レイアウト設定
-------------------------------------------------*/
#leyout{
	width:1000px;
	margin:0px auto;
}

	#header{
		float:left;
		width:100%;
		height:50px;
		text-align:left;
		margin-bottom:5px;
	}
	
		#header_left{
			float:left;
			width:30%;
			text-align:left;
		}
		
			#logo{
				position:relative;
				top:20px;
			}
		
		#header_right{
			float:right;
			width:70%;
		}
		
			#header_text{
				float:right;
				width:100%;
				position:relative;
				top:35px;
				text-align:right;
			}
	
	#global_navi{
		float:left;
		width:996px;
		border:#333333 double 3px;
		background:url(../images/bg_globalnavi.gif) repeat-x;
		margin-bottom:10px;
	}
	
		.global_navi_bt1{
			float:left;
			width:110px;
			background:url(../images/bg_globalnavi_bt.gif) right no-repeat;
			margin:0;
			padding:0;
		}
		
		.global_navi_bt2{
			float:left;
			width:110px;
			background:url(../images/bg_globalnavi_bt.gif) right no-repeat;
			margin:0;
			padding:0;
		}
		
		.global_navi_bt3{
			float:left;
			width:110px;
			margin:0;
			padding:0;
		}
	

	
	#footer{
		float:left;
		width:100%;
		height:50px;
		padding-top:10px;
		border-top:#804000 solid 1px;
	}
	
		#copyright{
			width:100%;
			float:left;
			text-align:left;
			padding:5px 0px;
		}
