@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #333;
	background-color: #FFF;
/*	background-image: url(../../img/arch_back.png);
	background-repeat: repeat-y;*/
}

/* for WinIE6*/
* html body {
	font-size: 87.5%;
	vertical-align:baseline;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 87.5%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

body * {
	margin: 0px;
	padding: 0px;
}

body#jp {
	font-family:  Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Verdana, sans-serif;
}

body#en {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* タグ
---------------------------------------------*/
a {
	text-decoration: none;
}

a:link, a:visited, a:active{
	color: #9E9E9E;
}

a:hover{
	color: #000;
}

h1{
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Geneva, Verdana, sans-serif;
}

#en h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

strong, b {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Geneva, Verdana, sans-serif;
	color:#111;
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 38px;
}

	/* ナビゲーション
	---------------------------------------------*/
	#grobalMenu a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 67px;
	height: 38px;
	background-image: url(../../img/home.png);
	display: block;
	}
	
	#grobalMenu a:hover{
		background-position: 0px -38px;
	}
	
	#grobalMenu {
		float: left;
	}


/* フッター
---------------------------------------------*/
#footer a{
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	display: block;
	overflow: hidden;
}

#footer a:hover{
	background-position: 0px -20px;
}

#footer a.pageTop {
	background-image: url(../../img/pageTop.png);
	width: 67px;
	float: left;
}

#footer a.pageBack {
	background-image: url(../../img/pageBack.png);
	width: 80px;
	left: 223px;
	top: 0px;
	position: absolute;
}

#footer {
	bottom: 8px;
	position: relative;
	margin-left: 28px;
	clear: both;
}

/* 画像
---------------------------------------------*/
img.left { float: left; margin: 8px 20px 8px 0; }
img.right { float: right; margin: 8px 0 8px 20px; }
p {
	margin-bottom: 2em;
}

