﻿html {
    margin-bottom:1px;
    height:100%;
    }

body{
	color:#333333;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	text-decoration: none;
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

.page-back {
 position: fixed;
 bottom: 10px;
 right: 10px;
}

/* IE6用ハック */
* html, * html body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 overflow-y: hidden;
}
 * html div#body-inner {
 height: 100%;
 overflow-y: scroll;
}
 * html div.page-back {
 position: absolute;
 right: 30px;
}

#container {
	width:990px;
	margin:auto;
	text-align:left;
	}

#main {
	width: 926px;
	clear: both;
	height: auto;
	margin: 0px auto 0px;
	padding: 15px 0px 10px;
	}


#head{}
#head h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2 a{
	font-size:32px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'ＭＳ 明朝',serif;
	}
#head h3{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#333333;
	}

#head h4 a{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#333333;
	}
	
#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	padding:2px;
	margin:4px 0 0 0;
	clear:both;
	}
