/* CSS Document */

*{
font-family: "Osaka" !important;
}

html,body,div,h1,h2,h3,h4,h5,ul,li,p,img {
	margin:0;
	padding:0;
	border: none;
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#ffffff;
	background:url(../images/bg.gif) top repeat-x;
}

#head{
	margin:0 auto;
	display:block;
	height:650px;
	width:900px;
}

#cont{
	
	width:100%;
}


#contin{
	margin:0 auto;
	width:900px;
	height:135px;
	background:url(../images/bottom.gif) no-repeat center top;
}

#menu{
	padding-left:10px;
	font-size:80%;
}
#menu li{
	margin:10px 0 0 0;
	float:left;
}

#menu:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

h3{
	padding-left:15px;
	clear:both;
	font-size:80%;
	font-weight:bold;
	color:#333333;
	margin:10px 0 0 0;
}

P{
	margin-left:15px;
	width:500px;
	line-height:1.8em;
	font-size:70%;
	border-bottom:1px solid #999999;
}

#cre{
	margin:15px 0 0 0;
	text-align:center;
	font-size:70%;
	color:#666666;
}

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