

/*** Container ****************************************************************/

body {
	font-size: small;
	color: #333333;
	line-height: 1.5em;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-selif;
}

/*****************************************************************************/

h1 {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -470px;
	z-index: 1;
}
h2 {
	width: 960px;
	height: auto;
	margin: 10px auto;
}
h3 {
	width: 100%;
	background: url(../img/titlebar01.gif) no-repeat top left;
	text-indent: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}



p {
	margin-bottom: 10px;
}

.center {
	text-align: center;
}
.large {
	font-size: large;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/*** Container **************************************************************************/

#Container {
}

/*** Header **************************************************************************/

#Header {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	position: relative;
}

#Logo {
	position: absolute;
	top: 30px;
	left: 10px;
}
#Phone {
	position: absolute;
	top: 10px;
	right: 10px;
}

/*** Nav **************************************************************************/

#Nav {
	width: 100%;
	height: 44px;
	background: url(../img/bgnav.gif) repeat-x top;
	margin-bottom: 10px;
}

#Nav ul {
	width: 960px;
	height: 44px;
	margin: 0px auto;
}
#Nav li {
	width: 190px;
	height: 44px;
	float: left;
	overflow: hidden;
}
#Nav li a {
	width: 190px;
	height: 88px;
	display: block;
}
#Nav li a:hover {
	margin-top: -44px;
}

/*** Content **************************************************************************/

#Content {
	width: 960px;
	margin: 0px auto;
}
#Left {
	width: 250px;
	float: left;
}
#Left p {
	text-align: center;
}
#Right {
	width: 680px;
	float: right;
}

/*** Footer **************************************************************************/

#Footer {
	height: 300px;
	position: relative;
	background: url(../img/border01.gif) repeat-x top;
}

#f_Logo {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -400px;
}
#f_Phone {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 0px;
}

address {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -320px;
}
#Lisence {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: 10px;
}

#f_Nav {
	width: 960px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	text-align: center;
	margin-left: -480px;
	font-size: x-small;
} 

#Copyright {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
} 























