@charset "utf-8";
/*----------------------------------------base----------------------------------------*/
html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	line-height: 1.7;
    font: 75.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
a:link{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:focus{
	color: #999;
	text-decoration: none;
}
a:active{
	color: #999;
	text-decoration: none;
}
/*---------------------------------------layout----------------------------------------*/
#container{ 
    width: 100%;
}
#header{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0px 0 0px;
}
#contents{
    background: url(../images/base.jpg) repeat;
	width: 100%;
}
#contents .inner{ 
    width: 940px;
    margin: 0 auto;
	padding: 10px 0;
}
#footer{
    width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 15px;
}
/*-----------------header-------------------*/
h1{
	float: left;
}
/*-------------------footer-------------------*/
#footer ul{
	float: left;
}
#footer li{
	display: inline;
	padding: 0 2px 0 5px;
	border-left: 1px solid #ccc;
}
#footer li.first{
	border: none;
}
#footer address{
	float: right;
}
/*-------------------clearfix-------------------*/
#header,
#contents .inner,
#footer{
	overflow: hidden;
	_height: 1%;
}
