@charset "utf-8";
/* CSS Document */

html>/**/body
{
    font-size: 0.75em; /* Except IE */
}
body,div,p,address{
	margin:0;
}
body{
	line-height:140%;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* IE */
	font-family: Verdana, 'lr oSVbN', sans-serif;
	background-color:#f8f8f1;
}

/***************PNG****************/

* html #head div {
	behavior: expression(IEPNGFIX.fix(this));
}
* html #head h1{
	behavior: expression(IEPNGFIX.fix(this));
}
* html #head div p img{
	behavior: expression(IEPNGFIX.fix(this));
}
* html #navi p {
	behavior: expression(IEPNGFIX.fix(this));
}
* html #foot .copy{
	behavior: expression(IEPNGFIX.fix(this));
}
* html #foot .link p a img{
	behavior: expression(IEPNGFIX.fix(this));
}
* html h2 img{
	behavior: expression(IEPNGFIX.fix(this));
}
* html .gotop img{
	behavior: expression(IEPNGFIX.fix(this));
}

/***************Header****************/
#head{
	width:900px;
	margin:0 auto;
}
#head h1{
	font-size:0.5em;
	line-height:100%;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/logo.png) no-repeat 0 0;
}
#head h1 a{
	width:300px;
	height:45px;
	display:block;
	text-indent:-9999px;
	background:url(../images/spacer.gif) no-repeat 0 0;
}
#head div{
	background:url(../images/head_bg.png) no-repeat 0 0;
	width:327px;
	height:21px;
	margin:0 10px 0 auto;
	padding:12px 0 0 13px;
}
#head div p{
	padding:0 10px 0 0;
	width:auto;
	float:left;
}

/****************Navi****************/
#navi_bg{
	background:url(../images/navi_page_bg.jpg) repeat-x 0 0;
}
#navi{
	width:900px;
	margin:0 auto;
	height:57px;
	background:url(../images/navi_bg.gif) repeat-x 0 bottom;
}
#navi p{
	float:left;
	width:180px;
}
#navi p a{
	display:block;
	height:50px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
}
#navi .n01{
	background-image: url(../images/navi01.gif);
}
#navi .n02{
	background-image: url(../images/navi02.gif);
}
#navi .n03{
	background-image: url(../images/navi03.gif);
}
#navi .n04{
	background-image: url(../images/navi04.gif);
}
#navi .n05{
	background-image: url(../images/navi05.gif);
}

/****************Body****************/
.title{
	height:100%;
}
.title p{
	font-size:0.85em;
	float:right;
	width:auto;
	text-align:right;
	padding:10px 0 0;
}
h2{
	margin:17px 0 15px;
	padding:0;
	float:left;
	width:auto;
}
.gotop{
	text-align:right;
	margin:20px 0 0;
}
.info {
	height:100%;
	padding:10px;
}
.info p {
	font-size:1.2em;
	width:70px;
	float:left;
}
.info div {
	font-size:1.2em;
	width:auto;
	float:left;
	padding:0 0 0 10px;
	line-height:150%;
}
.info div span {
	font-size:1.55em;
}

/***************Footer***************/
#foot{
	width:900px;
	margin:0 auto;
	padding:10px 0 20px;
}
#foot .copy{
	background:url(../images/copyright.png) no-repeat 0 0;
	margin:5px 0 0;
	padding:0;
	height:10px;
	line-height:100%;
	font-size:0.5em;
	width:450px;
	text-indent:-9999px;
}
#foot .add{
	width:450px;
	float:left;
}
#foot .link{
	width:300px;
	float:right;
}
#foot .link p{
	width:auto;
	float:right;
	margin:0 0 0 18px;
}













