/** 基本設定 ***********************************************/

*{
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC','ＭＳ ゴシック',sans-serif;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	line-height:125%;
	margin:0;
	padding:0;
}

body{/*
	background:right bottom fixed url('../images/amagai-trans.png') no-repeat;
	background:right bottom fixed url('../images/amagai.png') no-repeat;*/
	background:right bottom fixed url('../images/amagai.jpg') no-repeat;
	text-align:left;
}
/*
*html body{
	height:1%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/amagai.png', sizingMethod='scale');
}*/

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
}

img{
	border:0;
}


/***********************************************************/


#container{/*
	background:top left url('../images/main-trans.png') no-repeat;
	background:top left url('../images/main.png') no-repeat;*/
	background:top left url('../images/main.jpg') no-repeat;
	text-align:left;
}
/*
*html div#container{
	height:1%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main.png', sizingMethod='scale');
}*/


/***********************************************************/


h1{
	width:800px;
	height:204px;
	color:#000000;
	font-family:Georgia,'Times New Roman',serif;
}


/***********************************************************/


#wrapper{
	width:800px;
}


/***********************************************************/


#navi{
	width:160px;
	float:left;
	margin:0 0 50px;
}

#navi ul{
	list-style-type:none;
}

#navi img{
	vertical-align:top;
}


#content{
	width:640px;
	min-height:720px;
	height:auto!important;
	height:720px;
	float:left;
	text-align:center;
}


/***********************************************************/


#foot{
	width:800px;
	clear:both;
	margin:50px 0 0;
	padding:50px 0 0;
}

#foot p{
	color:#cccccc;
	text-align:center;
	line-height:500%;
}

#foot p a{
	color:#cccccc;
	line-height:300%;
	padding:0 5px;
}
#foot p a:hover{
	color:#999999;
}


/***********************************************************/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/***********************************************************/