@charset "utf-8";

/* ↓フラッシュがあるときに使用 
#flash_bg{width:100%;height:150px;}
#flash{width:980px;height:150px;margin: 0px auto;background: #900;}
*/

body{
	font-size:75%;
	line-height:175%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#333;
	text-align:center;
	background: #f0f0f0;
	overflow:hidden;
	
	
}

#_contents_bg{
	position:fixed;
	top:70px;
	width:100%;
	height:100%;
	overflow: hidden;
	margin-bottom:140px;
}

#contents{
	width:980px;
	margin:0 auto;
}

/*見出し設定
-------------------------------------------------*/
h1{
	text-align:right;
	font-size:70%;
	line-height:normal;
	padding:5px 35px 5px 0;
	font-weight:normal;
	color: #f6f6f6;
	margin-top: 0;
	margin-bottom: 10px;
}

/*ヘッダー
-------------------------------------------------*/
#header_bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:70px;
	overflow:hidden;
	z-index:10000;
	background:url(../images/common/header_bg.png) repeat;
	}
	
#logo {
	position:fixed;
	left:0;
	top:10px;
	width:120px;
	height:31px;
	overflow:hidden;
}

/* グローバルナビ 
-------------------------------------------------*/
#nav{
	position:fixed;
	right:0; 
	top:10px; 
	width:770px; 
	height:60px; 
	overflow:hidden;
}

#nav ul{
	width:770px;
	list-style:none;
	height:60px;
}
#nav li{
	float:left;
	text-align:left;
	height: 60px;
	display:block;
}
#nav li img{vertical-align:bottom;}

/* フッター 
-------------------------------------------------*/
#footer_bg{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:10000;
	background:url(../images/common/f_bg.png) repeat-x left top;
	padding-top: 40px;
	padding-bottom: 10px;
}

#f_info{
	float:left;
	width:480px;
	color: #473e2e;
	text-align: left;
	padding-left: 20px;
}

#f_info a{
	color:#fff;
	text-decoration:none;
}

#f_info a:hover{
	color:#fff;
	text-decoration:underline;
}
.f_logo{

}

#fban{
	width:642px;
	float:right;
}
#fban ul{list-style:none;}
#fban li{
	display:inline-block;
	padding-left: 10px;
	float: left;
}

/*コピーライト */
address{text-align:;
	font-style:normal;
	margin:0;
	color:#;
	line-height:normal;
	padding:5px 0;
	font-size:%;}

body a:hover{text-decoration:underline;}
/* 画像リンク*/
body a:hover img {filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* 画像リンク 効果解除*/
#nav li a:hover img,
#logo a:hover img
{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
