@charset "utf-8";

/*　基本設定　ここから　*/

body {
	color: #000000;
	font-family:  "ＭＳ Ｐゴシック","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

html,body {
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #ffccff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
}



a:link {
	color: #555555;
	text-decoration:none;
}

a:visited {
	color: #888888;
	text-decoration:none;
}

a:hover {
	color: pink;
	text-decoration:none;
}

a:active {
	color: #000000;
	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:5px;
	left: 21px;
	z-index: 1;
}

address {
	color: #000000;
	font-size: 0.8em;
	font-style: nomal;
	text-align: center;
	height: 27px;
	line-height: 27px;
	background-color: #DBCECE;
}
	
/*　基本設定　ここまで　*/

/*　レイアウト設定　ここから　*/

#pageBody {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/top/background_01.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	font-weight:normal;
}


#contents {
	width: 550px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:10px;
	font-weight: normal;

}

/*　レイアウト設定　ここまで　*/

/*　TOPとINDEXへのリンクテキスト設定　ここから　*/

#TopAndIndexNavi {
	list-style-type: none;
	width:760px;
	height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #DBCECE;
}
	

#gotoTop {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	
}

#gotoIndex {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

/*　TOPとINDEXへのリンクテキスト設定　ここから　*/

/*　ナビゲーションへのリンクテキスト設定　ここから　*/

#globalNavi {
	list-style-type: none;
	width: 140px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#grobalNavi 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;
}

/*　ナビゲーションへのリンクテキスト設定　ここまで　*/

/*　IE6以前のバージョン用透過フィルタ　ここから　*/

*html h1 {
	width: 112px;
	height: 46px;
	filter: progid:DXImageTransfrom.Microsoft.AlphaImageLoader(src=images/topb/logo.png);
}

*html h1 img {
	display: none;
}

/*　IE6以前のバージョン用透過フィルタ　ここまで　*/

