@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

 File name:      lyout.css
 Author:         harry@ntdtv
 Style Info:     各CSSファイル読み込み用
 Edited:         2012-12-12
----------------------------------------------------------- */

/* ボディ設定
----------------------------------------------------------- */
/* == global == */
body {  
	background:#fffff9 repeat-x; background:transparent;
		font-family:"ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック","メイリオ", "Hiragino Kaku Gothic Pro",  sans-serif !important;
	_font-family:"ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif !important; 

}

body#top{
	/*background:url(images/back_test.png) repeat;*/
	/*background:url(images/header_bg_ok.jpg) 50% 0 #fffff9 no-repeat;*//*background-attachment:fixed;Mozilla */
	background-color:#fffff9;	
}




/*
A:hover IMG {
	FILTER: alpha(opacity=80); -moz-opacity: 0.90; opacity: 0.90
}
*/

/* 全体設定
----------------------------------------------------------- */
#wrapper { 
 margin: 0 auto;
 width: 100%;
 height:auto;
}


#Container {
 /*overflow: auto; */ /* Paul O Brien Fix for IE www.pmob.co.uk */
 /*overflow: hidden;*/
 width: 1000px;
 height:auto;
 margin:0 auto;
 padding:0;
 clear:both;
 
z-index:-100;/*背景放在最底层*/

}

#main{
 width: 700px;
 height:auto;
 margin:0 auto;
 padding:0;
 float:left;
	}



#ad_Container{
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 1000px;
	height: 90px;
	text-align: center;
	border: 1px solid gainsboro;
	}
#ad_Container p{line-height:90}
/*	
*/
#otherLinks{
	width:1000px;
	height:42px;
	margin:60px auto 1px;
	padding:0;
	}


#footerContainer{
	width:100%;
	margin:0 auto;
	margin-top: 10px;
	padding:0;
	/*
	background:#1D70A4;
	*/
	background:url(images/footer_bg.jpg);
	clear:both;
	}
	
