@charset "UTF-8";


*{
	margin:0;
	padding:0;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
body{
	background-image: url(img/base/bg.gif);
	background-repeat: repeat;
}

img{border:none;}

.clear{clear: both;}

/*link*/

a{
	text-decoration:underline;
	color:#448922;
}

a:hover{
	text-decoration:underline;
	color:#990000;
}

/*base*/

body{
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}

html,body{
	height:100%;
}

/*imghack*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */




/*container*/

#container{
	width: 850px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


h1{
 display:none
}

address{
	margin-top: 5px;

}
.banner{
	float: right;
}
#foot{
	background-color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 470px;
}

