/* ##### baseline ##### */

body {
	font-size: 12px;
	color: #333333;
	vertical-align: 1.5%;
	margin: 0px;
	padding: 0px;
	background-color: #f5f3f4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p , span , li , ul , ol , h1, h2 , div {
	margin: 0px;
	padding: 0px;
}

img{
	border: none;	
}
/* ##### for header ##### */

div#head_t {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	padding-left: 10px;
	background-color: #f5f3f4;
	padding-right: 10px;
	margin-top: 5px;
}

div#header_img {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	background-color: #999999;
	background-image: url(../img/header.jpg);
	height: 118px;
}

div#head_navi {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/shadow_mid.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
}


* html div#wrapper 
{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	background-image: url(../img/shadow_mid.jpg);
	background-repeat: repeat-y;
	margin-top: -15px;
}

html>body div#wrapper 
{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	background-image: url(../img/shadow_mid.jpg);
	background-repeat: repeat-y;
}

ol , ul , li {
	list-style-type: none;
}

div#header_img a {
	height: 72px;
	width: 209px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

div#body_bottom {
	text-align: right;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	background-image: url(../img/shadow_bottom.jpg);
	height: 44px;
}

div#body_bottom a:link ,
div#body_bottom a:visited ,
div#serve_list a:link ,
div#serve_list a:visited ,
div#top_titleR a:link ,
div#top_titleR a:visited 
{
	color: #333333;
	text-decoration: underline;
}

div#body_bottom a:hover ,
div#serve_list a:hover ,
div#top_titleR a:hover 
{
	color: #333333;
	text-decoration: none;
}

div#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	color: #006633;
	font-size: 10.5px;
}

div#footer a:link ,
div#footer a:visited 
{
	color: #006633;
	text-decoration: none;
}

div#footer a:hover 
{
	color: #006633;
	text-decoration:underline;
}


