@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #666666;
	background-color:#FFFFFF;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color:#FFFFFF;
	padding-top: 115px;
}

#logo {
	position: absolute;
	left: 6px;
	top: 12px;
	width: 700px;
	height: 100px;
	background-image:url(images2/bannar_true.gif);
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(images2/global_nav_bg.gif) repeat-x left top;
	border-bottom: 3px solid #F3F3F3;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #FFCC66;
	background-color: #FFFFCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #626262;
	text-decoration: none;
	text-align: center;
	background: #EACB60 url(images2/global_nav_bg1.gif) repeat-x;
}
#globalNav li a:hover {
	color:#003366;
	background: #FFCC66 url(images2/global_nav_a_bg1.gif) repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#Wrapper {
	width: 760px;
	padding: 25px 0;
	background: #FFFFFF;
}

#primary {
	float: right;
	width: 560px;
	margi: 10px 0;
	font-size: 9px;
	font-style: normal;
	background-color: #FFFFFF;
}

#primary h1 {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
		
#secondary {
		float: left;
		width: 180px;
		margin: 10px 0; 
		background-color: #FFFFFF;
}

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	background-color: #006666;
}


/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
#secondary .list {
		margin-bottom: 20px;
	}
#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(images2/arrow1.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
}
	
#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #006666;
	}
