*{
	font-family: Osaka, 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
}
textarea, select, input{
	font-family: Osaka, 'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
}

img{
	border: 0px;
}

form, p, dl, dd{
	margin: 0px;
}

h1, h2{
	margin: 0px;
}

ul{
	list-style-type:none;
	padding: 0px;
}

a:link{
	color: #74c9b2;
	text-decoration: none;
}

a:visited{
	color: #469e86;
	text-decoration: none;
}

a:hover{
	color: #ffb869;
	text-decoration: none;
}

a:active{
	color: #ffb869;
	text-decoration: none;
}

body{
	margin: 0px; 
	text-align: center; 
	color: #555555;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}

.box{
overflow:hidden;
}
/*\*/
* html .box{
height:1px;
overflow:visible;
}
/**/

#border{
	width: 800px; 
	margin: 0px auto;
	border-left: 1px solid #beceda;
	border-right: 1px solid #beceda;
}

#header{
	width: 800px; 
}


#navi{
	margin:0px;
	width: 800px;
	height:66px;
	overflow: hidden; 
	background-image: url(../img/navi_back.gif);
	background-repeat: repeat-x;
}

/*\*/ html:\html #navi{ display: block; } /* end */ 

#navi li{
	float:left;
}

#contents{
	width: 800px; 
	margin: 0px auto; 
	background-color: #ffffff;
}


#footer{
	width: 800px; 
	margin: 0px auto;
	font-size:75%; 
	color: #ffffff; 
	line-height: 40px;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
}

#copyright{
	width: 800px; 
	margin: 0px auto; 
	font-size:75%; 
	color: #ffffff; 
	line-height: 40px;
	background-image: url(../img/copy_back.gif);
	background-repeat: repeat-x;
}


