﻿@charset "utf-8"; 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0; 
}

body {
	background-color: #e09e87; 
	line-height: 2;	
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro"; 
	font-size: 75%; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	color: #ffffff; 
}

ol, ul {
	list-style: none; 
}

a { 
	color: #ffffff; 
	text-decoration: underline; 
}

a:hover { 
	color: #A8A7A6; 
	text-decoration: none; 
}

.color1 {
	color: #ff3300; 
}


#header {
	position: fixed; 
	left: 0px; 
	top: 0px; 

}

#header h1 {
	margin: -43px 0 0 1000px; 
	font-size: 1.2em; 
	font-weight: normal; 
	color: #efab93; 
        line-height:99%;
}

#logo {
	margin: 0px 0 0 0px; 
}



.content {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	overflow: auto; 
}

.content-body {
	margin: 0px 0 0 0px; 
	line-height: 2em; 
	color: #FFFFFF; 
}

#home {
        position:relative;
	width: 782px;
        height: 440px; 
        top:810px;
}

#home p {
        color:#330033;
        font-size:1.1em;
}




#footer {
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
}

#footer p {
	text-align: center; 
	font-size: 0.9em; 
	color: #000000; 
}

