﻿@charset "utf-8";



/* 更新
---------------------------------------------*/
#kousinbi {
	position: absolute;
	top:110px;
	padding-left:580px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.2;
	color: #BB0000;


}



/* 基本スタイル*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;

	list-style: none;
}


body {

	background-color: #EEEEEE; /* 背景色*/

	margin:0;

	font-size:small;

	font-family:"Hiragino Kaku Gothic Pro","Meiryo", "MS PGothic",sans-serif;	
}


img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	width: 800px;
/*	background-color: #99cc66;*/
	padding-top: 150px;*/
	margin-bottom: 2px;
	border-right: 1px solid #AAC0CC;
  background: url(../images/header.jpg) right top no-repeat;
 
}

#logo {
	position: absolute;
	top: 6px;
	width: 800px;
	height:150px;
	

}
#logo img {
	position: absolute;
	
}

/* ナビゲーション--*/
#globalNav {
/*width: 99px; */
	margin:0;
	padding:10;
	list-style-type:none;
	width:auto;

	position:relative;
	display:block;


	height:36px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background: url("../images/OFF.gif") repeat-x top left;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
 
	

}



#globalNav li {
  
	display:block;
  /*width:99px;*/
	float:left;
  


		
}
#globalNav li a {
  
	display:block;
	float:left;
	/*color:#8c3a3a;*/
  color:#3c5b91;

	text-decoration:none;
	font-weight:bold;

  text-align: center;
padding-top:10px;
	

  width:100px;
 	height:44px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
 

}

#globalNav li a:hover {

background:transparent url("../images/hover.gif") no-repeat top right;	

}


/* サイドメニューナビ
---------------------------------------------*/
#side-Nav li {
margin-left=0px;
/*	float: left;
	border-left:1px solid #778899;
     width: 199px;
	border-top: 4px solid #D0D0D0;
	border-bottom: 4px solid #bbbbbb;*/
		
}
#side-Nav li a {

	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #2f4f4f;
	line-height: 23px;
	
	text-decoration: none;
	text-align: left;
	background: #8E8E8E url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#side-Nav li a:hover {
	color: #FF0000;
	background: #D3d3d3
 /*	border-left:3px solid #778899;
	border-right:3px solid #778899;*/

	 /*url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;*/
}



/* 段組レイアウト
---------------------------------------------*/
#contentWrapper {
	width: 798px;
	padding: 7px 0;


	margin:auto;
	}

#content {
	width: 798px;
	margin: auto;
	width: 100%;
background-color: #FFFFFF; /* 背景色*/
border-right: 3px solid #AAC0CC;
	
	padding-bottom: 30px;
	border-bottom: 3px solid #AAC0CC;
	border-right: 3px solid #AAC0CC;
	margin:auto;
	}

#main {
	width: 520px;
	float: left;
	margin-left: 10px;
	background-color: #0000000; /* 背景色*/
	overflow:hidden;
	}

#wide {
	width: 798px;
	margin-left: 10px;
	}


#side {
	width: 240px;
	margin-left: 550px;
	margin-bottom: 20px;
	/*border-left: 2px solid #AAC0CC;*/
	background: #ffFFF0
	}

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	}
