@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(../img/common/bg_body_common.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-width:890px;
}
body.index {
	background-color: #fdf8e2;
	background-image: url(../img/common/bg_body_index.gif);
}
#container {
	background-image: url(../img/common/bg_container_common.jpg);
	background-position: 0px 91px;
	background-repeat: no-repeat;
	zoom:1;
	min-width:890px;
}

.index #container {
	background-image: url(../img/common/bg_container_index.jpg);
	background-position: 0px 91px;
}







/*ヘッダー部分記述*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header  {
	height: 91px;
	position: relative;
	color: #FFFFFF;
	width:890px;
}


/*-サイトタイトル*/
#title_site  {
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 20px;
	height: 56px;
	width: 283px;
	overflow: hidden;
	color: #FFFFFF;
	margin: 0px;
}

#title_site img   {
	position: absolute;
	left: 0px;
	top: 0px;
}
#title_site_en {
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 20px;
	height: 56px;
	width: 390px;
	overflow: hidden;
	color: #FFFFFF;
	margin: 0px;
}
#title_site_en img {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*-ナビゲーション*/
#header .navi  {
	position: absolute;
	top: 15px;
	left: 520px;
	width: 350px;
	height: 65px;
	background-image: url(../img/common/bg_headnavi_border.gif);
	background-position: center 27px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

  /*プライマリーナビ（基礎情報リンク）*/
#header .primary {
	position: absolute;
	font-size: 84%;
	height: 11px;
	width: 204px;
	overflow: hidden;
	top: 3px;
}
#header  .primary  li {
	position: absolute;
	top: 0px;
	overflow: hidden!important;
	height: 11px!important;
}
#header .primary li.info {
	width: 55px;
}
#header .primary li.info a {
	position: relative;
	height: 11px;
	width: 55px;
	display: block;
	overflow: hidden;
}
#header .primary li.access   {
	left: 64px;
	width: 54px;
}
#header .primary li.contact {
	left: 127px;
	width: 77px;
}
#header .primary li a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 11px;
}
#header .primary li a:hover {
	border-style: none;
}
#header .primary li.access a {
	width: 54px!important;
}
#header .primary li.contact a {
	width: 77px;
}

#header .primary li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .primary li a:hover img {
	left: 0px;
	top: -11px;
}

/*日本語サイト-英語サイトの移動ボタン*/
#header .lang {
	position: absolute;
	left: 212px;
	top: 0px;
	width: 138px;
	background-image: url(../img/common/bg_headnavi_lang_border.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	overflow: hidden;
}
#header .lang li.ja  {
	height: 17px!important;
	width: 64px;
	position: absolute;
	top: 0px;
	left: 10px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#header   .lang   li.en  {
	height: 17px!important;
	width: 54px;
	position: absolute;
	top: 0px;
	left: 84px;
	overflow: hidden;
}
#header .lang li a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 17px;
}
#header .lang li a:hover {
	border: none;
}
#header .lang li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .lang li a:hover img {
	position: absolute;
	left: 0px;
	top: -17px;
}
#header .lang li a.current img {
	top: -34px!important;
}
#header .lang li.ja a {
	width: 64px;
}
#header .lang li.en a {
	width: 54px;
}


/*サイトマップへ移動ボタン*/
#header .navi .btn_sitemap {
	height: 28px!important;
	width: 155px;
	position: absolute;
	top: 34px;
	left: 0px;
	margin: 0px;
	overflow: hidden;
}
#header .navi .btn_sitemap a {
	height: 28px;
	width: 155px;
	overflow: hidden;
	position: relative;
	display: block;
}
#header .navi .btn_sitemap a:hover {
	border-style: none;
}
#header .navi .btn_sitemap a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .navi .btn_sitemap a:hover img {
	top: -28px!important;
	position: absolute;
}


/*検索フォーム*/
#header  .navi  .search {
	position: absolute;
	left: 164px;
	top: 34px;
	height: 25px;
	width: 175px;
	margin: 0px;
	padding: 2px 0px 0px 10px;
	background-image: url(../img/common/bg_headnavi_search_border.gif);
	background-position: left;
	overflow: visible;
	background-repeat: no-repeat;
}
#header  .navi  .search  .txtfield  {
	background-image: url(../img/common/bg_headnavi_search_input.gif);
	height: 1.3em;
	width: 107px;
	margin: 3px 10px 0px 0px;
	padding: 0.25em 0px 0px 18px;
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	float: left;
	background-color: #CCCCCC;
	line-height: 1.3em;
}
#header .navi .search .hidden {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}
#header .navi .search .btn {
	width: 40px;
	margin: 4px 0px 0px;
	padding: 0px;
	height: 18px;
	float: left;
	overflow: visible;
	border-style: none;
	border-width: 0px;
	background-image: url(../img/btn_header/btn_header_search.gif);
}
#header .navi .search .btn.en {
	background-image: url(../english/img/btn_header/btn_header_search.gif);
}
#header .navi .search .btn:hover {
	background-position: 0px -18px;
}
/*ヘッダー部分記述ここまで*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*コンテンツ（サイドカラムとメインカラムを格納するエリア）
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#content {
	padding-left: 20px;
	width: 870px;
	padding-bottom: 20px;
}
.index  #content {
}
/*コンテンツエリアここまで
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*サイドカラム*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side  {
	background-image: url(../img/common/bg_sidenavi_top.gif);
	width: 182px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 69px 0px 0px;
	padding: 0px;
	overflow: hidden;
}


/*トップページのみ位置を変更*/
.index #side {
	margin-top: 120px;
}


/*ナビゲーション*/
#side .navi {
	width: 182px;
	background-image: url(../img/common/bg_sidenavi_mid.gif);
	background-repeat: repeat-y;
	margin-top: 11px;
}
#side .navi li {
	background-image: url(../img/common/bg_sidenavi_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 176px;
	padding: 0px 3px 2px;
}
#side .navi li a {
	width: 176px;
	height: 40px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 2px;
}
#side .navi li a:hover {
	border-style: none;
	margin-bottom: 2px;
}
#side .navi li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#side .navi li a:hover img {
	top: -42px;
}
#side  .navi  li  a.current img {
	top: -84px!important;
}
#side  .navi  li.home a    {
	height: 31px!important;
}
#side .navi .home a:hover img {
	top: -31px;
}
#side .navi .child li   {
	margin: 2px 0px;
	padding: 0px;
	background-image: none;
	width: 176px;
}
#side .navi .child a    {
	height: 21px;
	margin-bottom: 2px;
}
#side .navi .child .doubleLine a {
	height: 38px;
}

#side .navi .child a:hover img  {
	top: -21px;
}
#side .navi .child .doubleLine a:hover img {
	top: -38px;
}
#side  .navi  .child  a.current  img  {
	top: -42px!important;
}
#side .navi .child .doubleLine a.current img {
	top: -76px!important;
}
#side   .navi   .grandChild li   {
	height: 17px;
	overflow: hidden;
	position: relative;
}
#side .navi .grandChild a {
	height: 17px;
}
#side  .navi .grandChild a:hover img {
	top: -17px ;
}
#side .navi .grandChild a.current img {
	top: -34px!important;
}



/*バナーエリア*/
#side .banner {
	background-image: url(../img/common/bg_sidenavi_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 182px;
	float: left;
	padding-bottom: 10px;
}
#side .banner li {
	background-image: url(../img/common/bg_sidenavi_mid.gif);
	background-repeat: repeat-y;
	width: 160px;
	margin: 0px;
	padding: 10px 11px 0px;
	height: 60px;
	float: left;
}
#side .banner a {
	width: 158px;
	height: 58px;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CBCE9B;
	position: relative;
}
#side  .banner  a:hover {
	border: 1px solid #898747;
}
#side .banner a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*メインカラム*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main   {
	width: 650px;
	float: left;
	margin-top: 90px;
	background-image: url(../img/common/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 18px;
	overflow: hidden;
}
.index  #main  {
	background-image: none;
	margin-top: 160px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/* --フッターエリア-- */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	background-image: url(../img/common/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #6B5D17;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 50px;
}
#footer  a  {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #CC6600;
}
#footer .link_pagetop  {
	width: 890px;
	height: 1em;
	font-size: 85%;
}
#footer .link_pagetop a  {
	background-image: url(../img/common/icon_pagetop.jpg);
	background-position: 0.5em 0.4em;
	background-repeat: no-repeat;
	font-weight: normal;
	background-color: #281F05;
	height: 1em;
	float: right;
	padding-top: 0.2em;
	padding-right: 20px;
	padding-left: 1.8em;
}
#footer  .navi  {
	width: 850px;
	padding-left: 20px;
	font-size: 85%;
	text-align: center;
	padding-top: 1.5em;
}
#footer .navi li {
	display: inline!important;
	padding-left: 10px;
	border-left: 1px solid #8D8B83;
	padding-right: 8px;
}
#footer .navi li.first {
	border-left: none;
}

#footer address  {
	margin: 0.8em 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: center;
	width: 850px;
	font-size: 77%;
}


/* =========== 印刷用設定CSS =========== */
@media print{
body {
	zoom: 98%; /*WinIE only */
	background-image: none!important;
	background-color: #FFFFFF!important;
	overflow:visible!important;
}
#container {
	margin: 0px!important;
	padding: 0px!important;
	background-image: none!important;
	background-color: #FFFFFF!important;
	min-width:100%!important;
}
#header {
	display: none!important;
}
#side {
	display: none!important;
}
#footer {
	display: none!important;
}
#content {
	margin: 0px!important;
	padding: 0px!important;
	background-image: none;
	min-width:100%!important;
}
#main {
	margin: 0px!important;
	padding: 0px!important;
	background-image: none;
}
}

