@charset "utf-8";
body{
	margin-top: 0px;
	padding: 100px 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEFEF0;
}  
* html body{  
    overflow: hidden;  
}   

#headerbg {
	position: fixed !important;
	position: absolute;
	top: 0;
	height: 100px;
	width: 100%;
	min-width: 860px;
	background-color: #F5FFC0;
}

#header {
	position: relative;
	top: 0;
	left: auto;
	width: 860px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}  

#contents{
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	background-color: #FFFFFF;
}

#footerbg {
	height: 100px;
	width: 100%;
	min-width: 860px;
	background-color: #F5FFC0;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	height: 60px;
	color: #333333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}  

.style01 {
	color: #FF6D00;
	font-size: 13px;
}

.style05 {
	color: #535353;
	font-size: 14px;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: lighter;
	padding: 0px;
}

h2 {
	font-size: 16px;
	color: #F48111;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: lighter;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:link {
	color: #1A8CFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1A8CFF;
}
a:hover {
	color: #FF8040;
	text-decoration: none;
}
a:active {
	color: #FF8040;
	text-decoration: none;
	position:relative;
	top: 1px;
	left: 1px;
}
