/* CSS Document */
/*共通レイアウト用*/
html{
	height:100%;
}
/*ボディー設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color: #333333;
	margin:0px;
	padding:0px;
	background-image:url(img/bg.gif);
	text-align:center;
	height:100%;
}

/*リンク文字設定*/

/*大枠*/
#contents{
	font-size:12px;
	line-height:16px;
	background-image:url(img/contents_bg.gif);
	background-repeat: repeat-y;
	width: 795px;
	margin:0px;
	text-align:left;
	font-style: normal;
	min-height: 100%;
	position:relative;
}


/*ヘッダ部分共通画像*/
#head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	height:105px;
	margin:0px;
	position:relative;
}

/*メイン表示部分ここから中身はじまります*/
.main{
	margin-top:10px;
	margin-left:20px;
	width:750px;
	margin-bottom:15px;
	position:relative;
}


/*footer部デザイン･位置設定*/
#footer {
	width:750px;
	border-top:1px solid #666666;
	padding-top:10px;
	}

#link {
	/*IE6で正常動作しないためコメントアウト
	float:left;
	*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
}

#copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

/*IE6で正常動作しないためコメントアウト
#footer_logo {
	float:right;
}
*/

/*フォントサイズ10pxサイズのテキスト*/
.font_10px {
	font-size:10px;
	line-height:13px;
}


/*フォントサイズ11pxサイズのテキスト*/
.font_11px {
	font-size:11px;
	line-height:14px;
}

/*IE6で正常動作しないためコメントアウト*/
/*イメージマップ設定
#head img.image{ display: none; }
/*画像配置
#head dl#to_top{
	margin: 0;
	padding: 0;
	background: transparent url(img/contents_head.gif);
	background-repeat:no-repeat;
	height: 75px;
	width: 760px;
	position: absolute;

}
/*リンク設定
#head dt{ margin: 0; padding: 0; position: absolute; display: none; }
#head dd{ margin: 0; padding: 0; position: absolute; }
/*リンク場所設定
#head dd#to_top_map{ position: absolute; top: 4px; left: 30px; }
#head dd#to_top_map a{ position: absolute; width: 90px; height: 60px; text-decoration: none; }
/*ここまでイメージマップ*/
