﻿@charset "utf-8";



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

}



/* 基本スタイル*/

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

}


body {


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

	margin:0;
margin:auto;
text-aligh:centar;
	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: 130px;*/
	margin-bottom: 2px;
	border-right: 1px solid #AAC0CC;

}

#logo {
	position: absolute;
	top: 6px;
	width: 800px;
	height:130px;
	background: url(../images/new_logo_2.gif) left top no-repeat;
	
}
#logo img {
	position: absolute;
	
}

/* ナビゲーション--*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-right: 3px solid #AAC0CC;

}

/*
*/


#globalNav li {
	float: left;
	border-left:1px solid #778899;
     width: 99px;
/*	border-top: 4px solid #D0D0D0;
	border-bottom: 4px solid #bbbbbb;*/
		
}
#globalNav li a {
	background: #8E8E8E url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
	display: block;
	font-size: 10pt;
	font-weight: bold;	
	line-height: 36px;
	color: #333333;
	text-decoration: none;
	text-align: center;

}

#globalNav li a:hover {
	color: #FFFFFF;
	background: #45E8E8
/*	 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;*/
}


/* サイドメニューナビ
---------------------------------------------*/
#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: 610px;
	padding: 7px 0;

float: right;
margin:0 auto;
	}

#content {
	width: 610px;

	
	background-color: #FFFFFF; /* 背景色*/
	border-right: 3px solid #AAC0CC;
	padding-bottom: 30px;
	border-bottom: 3px solid #AAC0CC;
	border-right: 3px solid #AAC0CC;

	}

#main {
	width: 590px;
	float: right;
	margin-left: 10px;
	margin-right: 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;
	}
