/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	color:#666666;
	background:#DEEFFF;
}


/*リンク色*/
a:link {
	color:#046DBE;
	text-decoration:none;
}

a:visited {
	color:#034A81;
	text-decoration:none;
}

a:hover {
	color:#046DBE;
	text-decoration:underline;
}




/*ベース*/
.wrapper {
	padding:0 0 18px 0;
	width:980px;
	background-color:#FFFFFF;
}

.bg-img{
	background:url(../img/body_bg.gif) ;
	background-repeat:no-repeat;
	background-position:990px 0;
}

.ruler {
	background:url(../img/ruler_line.gif) ;
	background-repeat:repeat-y;
	background-position:980px 0;
}


		/*ヘッダー*/
		#header {
			height:114px;
			padding:10px 7px 0 6px;
			background:url(../img/header_bg.gif) no-repeat;
		}
		
		h1 a{
			margin:4px 0 12px 8px;
			background:url(../img/logo.gif) no-repeat;
			width:280px;
			height:49px;
			float:left;
			display:block;
		}

		h1.en a{
			margin:4px 0 12px 8px;
			background:url(../img/en_logo.gif) no-repeat;
			width:280px;
			height:49px;
			float:left;
			display:block;
		}

		#header ul {
			list-style:none;
			float:right;
		}
		
		#header li {
			float:left;
		}




		/*ガイド*/

		#guide01 a{
			background-image:url(../img/guide/go_home.gif);
			width:66px;
			height:20px;
			display:block;
		}

		#guide02 a{
			background-image:url(../img/guide/go_sitemap.gif);
			width:74px;
			height:20px;
			display:block;
		}

		#guide03 a{
			background-image:url(../img/guide/go_link.gif);
			width:71px;
			height:20px;
			display:block;
		}

		#guide04 a{
			background-image:url(../img/guide/go_contact.gif);
			width:77px;
			height:20px;
			display:block;
		}

		#guide05 a{
			margin:2px 0 0 10px;
			background-image:url(../img/guide/go_eng.gif);
			width:85px;
			height:17px;
			display:block;
		}


		/*ガイド*/

		#guide01-en a{
			background-image:url(../img/en_guide/go_home.gif);
			width:66px;
			height:20px;
			display:block;
		}

		#guide02-en a{
			background-image:url(../img/en_guide/go_sitemap.gif);
			width:74px;
			height:20px;
			display:block;
		}

		#guide-jp a{
			margin:2px 0 0 10px;
			background-image:url(../img/en_guide/go_jp.gif);
			width:85px;
			height:17px;
			display:block;
		}


		/*コンテナー*/
		.container {
			margin: 0;
		}


		/*コンテナー（奥ページにて使用）*/
		.container02 {
			margin: 0 8px 35px 8px;
		}


		/*中央カラム*/
		.c-column {
			width:620px;
			float:right;
		}


		/*中央カラム（2段組の時に使用）*/
		.c-column2 {
			width:810px;
			float:right;
		}


		/*左カラム*/
		.l-column {
			padding:0 2px 0 7px;
			width:135px;
			float:left;
		}


		/*右カラム*/
		.r-column {
			margin:0 4px 100px 4px;
			width:195px;
			float:right;
		}


/*フッター*/
#footer {
	width:960px;
	padding:10px;
	background:url(../img/footer_bg.gif) #FFFFFF repeat-x;
}

	.footbox {
		width:960px;
	}

	#footer ul{
		list-style:none;
		float:right;
	}

	#footer li{
		float:left;
	}

	.copyright {
		float:left;
	}





/*TOPに戻る*/

.page_top {
	margin:50px 10px 0 10px;
	height:19px;
	border:1px solid #BABABA;
}

#go_home a{
	background-image:url(../img/go_home.gif);
	width:64px;
	height:19px;
	float:left;
	display:block;
}

#go_top a{
	background-image:url(../img/go_top.gif);
	width:118px;
	height:19px;
	float:right;
	display:block;
}

#en_go_top a{
	background-image:url(../img/en_go_top.gif);
	width:118px;
	height:19px;
	float:right;
	display:block;
}



/*汎用*/
.hidden {
	display: none;
}
