/* ============================================================
要素
============================================================ */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, blockquote, form, label {
	margin: 0;
	padding: 0;
}
img {
	border:0;
	vertical-align:bottom;
}	
/* リンク
============================================================ */
a:link {
	color: #0671cf;
	text-decoration: underline;
}
a:visited {
	color: #0671cf;
	text-decoration: underline;
}
a:hover {
	color: #024F84;
	text-decoration: none;
}
a:active {
	color: #024F84;
	text-decoration: none;
}
/* ============================================================
汎用class
============================================================ */
.f_clear {			
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
div:after {		/* clearfix */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
/* 寄せ */
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* */
.opa_chg:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.red {
	color: red;
}

/* 全体
============================================================ */
body {
	margin: 0;
	padding: 0;
	color: #030303;
	font-family: "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "MotoyaLCedar", "Droid Sans Japanese", "MS Gothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
}
#wrap_header {
	width: 100%;
	text-align: left;
}
#wrap_gNavi {
	width: 100%;
	height: 50px;
	text-align: left;
}
#wrap_pagehead {
	width: 100%;
	text-align: left;
	height: 265px;
}
#wrap_content {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

/* ヘッダー
============================================================ */
#header {
	width: 950px;
	margin: 0 auto;
	height: 64px;
	position: relative;
}
#header  h1,
#header  h2 {
	position: absolute;
	top: 3px;
	right: 18px;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
}
#header #logo {
	position: absolute;
	top: 28px;
	left: 0px;
}
#header #co_name {
	position: absolute;
	top: 68px;
	left: 2px;
}

/* グローバル ナビゲーション
============================================================ */
#globalNavi {
	width: 360px;
	padding-left: 590px;
	margin-top: 0px;
	margin-left: 0px;
	margin-left: auto;		/*centering */
	margin-right: auto;
	position: relative;
}
#globalNavi > ul {
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalNavi > ul > li {
	float: left;
	/*width: 142px;*/
	height: 32px;
	white-space: nowrap;
	display: block;
	text-align: center;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
#globalNavi > ul > li > a {
	font-size: 16px;
	font-weight: bold;
	color: #0061BD;
	text-decoration: none;
	display: block;
	height: 28px;
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 11px;
	/*width: 142px;*/
}
#globalNavi > ul > li > a.act {
	color: white;
	background-image: url(../imgs/bg_globalNavi_act.png);
	background-repeat: repeat-x;
}
#globalNavi > ul > li:hover > a {
	color: white;
	background-image: url(../imgs/bg_globalNavi_act.png);
	background-repeat: repeat-x;
}

#globalNavi > ul div.sub {
	clear: left;
	color: white;
	display: none;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	padding-left: 15px;
	width: 535px;
	padding-bottom: 20px;
	top: 32px; /* overlap with active global menue */
	left: 395px;
	background-image: url(../imgs/bg_globalNavi_act.png);
	text-align: left;
}
#globalNavi > ul div.sub a {
	color: #f2f2f2;
	padding-left: 7px;
	/*width: 180px;*/
	position: relative;
	display: block;
	text-decoration:none;
	padding-top: 0px;
}
#globalNavi > ul div.sub a:hover {
	background-color: #338DC9;
	background-image: none;
}

#globalNavi > ul div.sub .grid1 {
	float: left;
	position: relative;
	width: 300px;
	margin-top: 21px;
}
#globalNavi > ul div.sub .grid1 h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
#globalNavi > ul div.sub .grid1 p {
	font-size: 12px;
	width: 100%;
	margin-right: 30px;
}
#globalNavi > ul div.sub .grid2,
#globalNavi > ul div.sub .grid3 {
	float: left;
	position: relative;
	width: 210px;
	list-style: none;
	margin-right: 10px;
	margin-top: 21px;
}
#globalNavi > ul div.sub .grid3 {
	width: 230px;
}
#globalNavi > ul div.sub .grid2 dt,
#globalNavi > ul div.sub .grid3 dt {
	font-size: 14px;
	height: 12px;
	line-height: 28px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 6px;
}
#globalNavi > ul div.sub .grid2 dt a,
#globalNavi > ul div.sub .grid3 dt a {
	height: 26px;
	line-height: 28px;
}
#globalNavi > ul div.sub .grid2 dd,
#globalNavi > ul div.sub .grid3 dd {
	font-size: 14px;
	height: 28px;
	line-height: 30px;
	margin-left: 10px;
}
#globalNavi > ul div.sub .grid2 dd a,
#globalNavi > ul div.sub .grid3 dd a {
	height: 24px;
	line-height: 26px;
}


/*    for content
============================================================ */
#content {
	width: 950px;
	margin: 0 auto 0;
	background-color: white;
}


/* フッター
============================================================ */
#footer {
	width: 100%;
	padding: 0;
	background-color: #5B5B66;
}
#footer #inner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 90px;
	background-color: #5B5B66;
}
#footer #pageNavi {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 940px;
}
#footer #pageNavi .grid1 {
	float: left;
	width: 100px;
}
#footer #pageNavi .grid2 {
	float: left;
	width: 140px;
}
#footer #pageNavi .grid3 {
	float: left;
	width: 200px;
}
#footer #pageNavi dl dt {
	font-size: 14px;
	font-weight: bold;
	height: 22px;
}
#footer #pageNavi dl dd {
	font-size: 13px;
	margin-left: 10px;
	height: 20px;
}
#footer #pageNavi dl dd.space {
	height: 10px;
}
#footer #pageNavi a {
	color: #d6d6d6;
	text-decoration: none;
}
#footer #pageNavi a:hover {
	color: white;
}

#footer_btm {
	width: 100%;
	background-color: #5B5B66;
}
#footer_btm #copyright {
	text-align: center;
	font-size: 14px;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
	color: #d6d6d6;
	background-color: #5B5B66;
	border-top: 1px solid #999999
}
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 0px;
	display: block;
	display: none;
	z-index: 999;
}
