@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body{
	color : #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size : 80%;
	line-height: 2;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color : #999999;
	background-image : url(bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	scrollbar-face-color: #ebebeb;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #e3e3e3;
}

h1,h2,h3,p,ul,li{
				
				
	margin: 0px;
	padding: 0px;
}

ul{
				
				
	list-style-type: none;
}

img{
				
				
	border: none;
}

.color1{
				
				
	color: #990000;
  text-align : left;
}

#main p, #sub p{
				
				
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container{
				
				
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right : 4px;
	padding-left: 4px;
	background : url(images/container_bg.gif) repeat-y center center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header{
				
				
	position: relative;
	background : url(images/header_bg.gif) no-repeat;
}
#header H1{
				
				
	font-size : 11px;
	color : #cccccc;
	line-height: 1.2;
	position: absolute;
	left : 30px;
	top : 10px;
  
  

  right : auto;
  text-align : left;
  

  font-weight : 600;
}
#header IMG{
				
				
	vertical-align: top;
	padding-top : 38px;
	padding-bottom : 15px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu{
				
				
	border-bottom: 6px solid #EEEEEE;
}

#menu li{
				
				
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav{
				
				
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background : url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li{
				
				
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav LI A{
				
				
	color : #b7b7b7;
	text-decoration : none;
	background : url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;

		font-size : 8px;

		font-weight : 400;
}
#nav a:hover{
				
				
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main{
				
				
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom : 20px;
  text-align : left;
  
}


/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #F9F9F9;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub{
				
				
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#sub h3{
				
				
	font-size: 100%;
	background: #F9F9F9;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer{
				
				
	clear: both;
	width: 100%;
	line-height : 1.5em;
	
	font-size : 13px;
	background-color : #cccccc;
	padding : 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
  text-align : center;
  
  

  
  margin-top : auto;
  
  
  empty-cells : hide;
  
  scrollbar-3dlight-color : #999999;
  background-image : url(下image.gif);
  height : 40px;
background-position : center center;
  color : white;
  vertical-align : middle;
}


