/* ---------- ブラウザスタイルの初期化 ----------*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* ---------- ページ全体の設定 ----------*/
body {
	text-align: center;
	background-color:#ffffff;
	color:#333333;
	font-size: small;
}


h1	{

	font-weight: normal;
	text-align: right;
	color:#666666;
	font-size: small;
}

/* ---------- 全体を囲む枠 ----------*/
#container {
	width: 756px;
	height: auto;
	border: 1px #999999 solid;
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
}


/* ---------- ヘッダーバナー ----------*/
#header {
	background: url(../images/header.jpg);
	width: 756px;
	height: 120px;
}

#syozaichi {
	position:absolute;
	top:100px;
	left:675px;
	font-size: medium;
	font-weight: bold;
}
.pagetop {
	font-size: medium;
	text-align: right;
	padding: 20px 20px 0 0;
}


/* ---------- グローバルメニュー ----------*/
#container #globalnav {
	height: 41px;
	padding-top: 2px;
}

#globalnav li	{
	display: inline;
}


/* ---------- フッターのアドレス情報 ----------*/
#footer {
	background: url(../images/bk_copy.gif) repeat-x;
	clear: both;
	text-align: center;
	margin-top: 30px;
}

#footer address{
	color: #ffffff;
	font-style: normal;
}

#container #sideber #sintyaku dt {
	font-weight: bold;
}
#container #allcon {
	height: auto;
	width: 756px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.pagetop {
	font-size: medium;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

