﻿
html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	height:100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
}

a {
	color:#9c9c9c;
	text-decoration:none;
}

a:visited {
	color:#9c9c9c;
	text-decoration:none;
}

a:hover {
	color:#bcbcbc;
	text-decoration:none;
}

a:active {
	color:#9c9c9c;
	text-decoration:none;
}

div#wrapper {
	width:100%;
	position:relative;
	min-height:100%;
}


body > #wrapper {
	height:auto;
}

div#container {
	width:100%;
}

div#footer{
	width:100%;
	height:100px;
	background:#000000;
	position:fixed;
	left:0;
	bottom:0;
	z-index:2;
}

.menu {
	width:600px;
	margin-left:100px;
	margin-top:20px;
	height:60px;
	float:left;
}

.menu li {
	float:left;
}

.banner {
	width:300px;
	margin-left:100px;
	margin-top:10px;
	height:80px;
	float:left;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}

#contact_form {
	width:450px;
	height:350px;

}



