﻿@charset "UTF-8";

/* =============== body =============== */

html
	{
	margin : 0;
	padding : 0;
	}

body
	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	}

div, form, input, h1, h2, h3, h4, h5, h6
	{
	margin: 0;
	padding: 0;
	}

img
	{
	border: none;
	}

hr.divider
	{
	display: none;
	}

#contentsArea p
	{
	margin: 0 0 1em 0;
	}

/* =============== anchor =============== */

a
	{
	color: #048d34;
	text-decoration: underline;
	}

a:visited
	{
	color: #4cbf32;
	}

a:hover
	{
	color: #ffa400;
	}

a:active
	{
	color: #048d34;
	}

a.link,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul a:link,
ul a:visited,
.upwardLink a:link,
.upwardLink a:visited,
#breadcrumbsBlock a:link,
#breadcrumbsBlock a:visited
	{
	text-decoration: none;
	}

a.link:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
ul a:hover,
.upwardLink a:hover,
#breadcrumbsBlock a:hover
	{
	text-decoration: underline;
	}

a.link:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
ul a:active,
.upwardLink a:active,
#breadcrumbsBlock a:active
	{
	text-decoration: none;
	}

/* =============== area definition =============== */

#body
	{
	margin: 0 auto;
	width: 754px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

#toAnchors /* MacIE用 */
	{
	display: none;
	}

/*\*/ /* MacIE以外用 */
#toAnchors
	{
	height: 0;
	overflow: hidden;
	}
/**/

#globalHeaderArea
	{
	margin: 0;
	height: 96px;
	min-height: 96px;
	background: url(../img/frame/ghf_body_01.gif) left bottom no-repeat;
	}

#globalFooterArea
	{
	width: 754px;
	clear: both;
	}

#topNavigationArea
	{
	float: left;
	width: 754px;
	padding-bottom: 11px;
	background: #c8ed7e url(../img/frame/ghf_body_02.gif) left top no-repeat;
	}

#localFooterArea
	{
	width: 754px;
	float: left;
	clear: both;
	background: #c8ed7e url(../img/frame/ghf_body_03.gif) left bottom no-repeat;
	}

#pageBodyArea
	{
	clear: left;
	float: right;
	/* except MacIE5.0 \*/
	_float: none;
	/* end */
	width: 730px;
	position: relative;
	padding: 0 12px;
	background: #c8ed7e url(../img/frame/pb_body_01.gif) left bottom repeat-y;
	}

body.fullWidth #pageBodyArea
	{
	background: #c8ed7e;
	}

#sideNavigationArea
	{
	width: 178px;
	padding-bottom: 35px;
	background : #c8ed7e url(../img/frame/sn_bg_01.gif) left bottom no-repeat;
	}

#contentsArea
	{
	float: right;
	width : 546px;
	padding-bottom: 3px;
	_padding-bottom: 0;
	background: #c8ed7e url(../img/frame/plate_bottom_01.gif) left bottom no-repeat;
	}

#contentsBody
	{
	width : 522px;
	float: right;
	padding: 12px 12px 1px;
	_border-bottom : 1px solid #fff;
	background: #fff url(../img/frame/plate_top_01.gif) left top no-repeat;
	}

body.fullWidth #contentsArea
	{
	float: left;
	width : 730px;
	margin-left: 0;
	_padding-bottom: 0;
	background: #c8ed7e url(../img/frame/plate_bottom_02.gif) left bottom no-repeat;
	}

body.fullWidth #contentsBody
	{
	float: left;
	width : 706px;
	background: #fff url(../img/frame/plate_top_02.gif) left top no-repeat;
	margin-bottom : 3px;
	}

#bannerArea
	{
	clear: both;
	margin: 0;
	padding: 12px 0 0 12px;
	background-color: #c8ed7e;
	}

#bannerArea img
	{
	margin-right: 6px;
	}

