@charset "utf-8" ;

/* 基本設定　ここから　*/

body {
	color: #333;
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #999999;
}
	
a:link {
	color: #555555;
	text-decoration: none;
}
	
a:visited {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:focus {
	color: #FF9;
	text-decoration: none;
}
	
h1,h2,h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img {
	border: 0;
}

hr {
	display: none;
}

h1 {
	position: absolute;
	top: 155px;
	left: 122px;
	height: 40px;
}

h2 {

}

h3 {
	font-size: 0.75em;
}

address {
	color: #999999;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 50px;
	background-color: #CCCCCC;
	line-height: 40px;
	background-color: #484848;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 基本設定　ここまで　*/


/* レイアウト設定　ここまで　*/

#pageBody {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}

#pageTop {
	background-image:url(../images/body_bg_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	
}


/* レイアウト設定　ここまで　*/


/* ナビゲーション　ここから　*/

#globalNavi {
	list-style-type: none;
	width: 587px;
	height: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 28px;
	left: 201px;
	
}

#globalNavi li{

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	
}

/* ナビゲーション　ここまで　*/
