﻿/* 基本スタイル
---------------------------------------------*/
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

/* ヘッダー
---------------------------------------------*/
/*#header {
	position: relative;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
}

*/
/* リンクボタン部分
---------------------------------------------*/
#link1 {
	position:absolute;
	left:20px;
	top:10px;
	margin: 0;
}

#link2 {
	position:absolute;
	left:90px;
	top:10px;
	margin: 0;
}

#link3 {
	position:absolute;
	left:280px;
	top:10px;
	margin: 0;
}

#link4 {
	position:absolute;
	left:360px;
	top:10px;
	margin: 0;
}

#link5 {
	position:absolute;
	left:520px;
	top:10px;
	margin: 0;
}


/* フッタ
---------------------------------------------*/
*#foot {
	position:absolute;
	left:10px;
	top: 850px;
	width: 800px;
	height:80px;
	background: #014B18;
	margin:0;
	padding:0;
}

#waku {
	top:800px;
    width:780px;
	height:60px;
	border: 1px solid #91DC97;
	margin:5px;
	padding:5px;
    top:600px;
}

#footerlogo {
	position:absolute;
	left:325px;
	top:15px;
	width:150px;
	height:570px;
}	

/* リンクの設定
---------------------------------------------*/
a {
	color:#AAAAFF;
	text-decoration:none;
}

a:visited {
	color:#333333;
}
a:hover {
	color: #EC8602;
	text-decoration:underline;
}

/* トップフッタ
---------------------------------------------*/
*#foottop {
	position:absolute;
	left:0px;
	top:0px;
	width: 800px;
	height:80px;
	background: #014B18;
	margin:0;
	padding:0;
}


