@charset "utf-8";
body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #333333;
}


.float-clear {
	clear: both;
}
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}
.ptop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#container {
	background-image: url(../images/header/base_top_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#container #wrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/base/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	padding-top: 15px;
}

#header  #header-logo  {
	float: left;
}
#header #header-discription {
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}
#header #header-discription h1 {
	font-size: 14px;
	font-weight: lighter;
}


#header #header-tel {
	float: right;
}
#header #page-top-img {
	clear: both;
	padding-top: 15px;
}
#header #page-navi {
	font-size: 12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}
#body {
	margin-top: 10px;
}
#body #sidebar {
	float: left;
	width: 230px;
	padding-bottom: 20px;
}
#body #sidebar #main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 1px;
}
#body  #sidebar #main-menu a   {
	background-image: url(../images/sidebar/sidemenu_bg_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 215px;
	padding-top: 10px;
	padding-left: 15px;
}
#body #sidebar #main-menu a:hover {
	background-image: url(../images/sidebar/sidemenu_bg_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 215px;
	padding-top: 10px;
	padding-left: 15px;
}


#body #contents {
	float: right;
	width: 630px;
	padding-bottom: 20px;
	line-height: 150%;
}
#body #contents h2 {
	font-weight: lighter;
	background-image: url(../images/body/body_title_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 580px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 17px;
}
#body #contents p {
	margin-top: 0px;
	padding-top: 0px;
}


#footer {
	background-color: #eee;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#footer #footer-area {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer #footer-area #footer-logo {
	float: left;
	width: 250px;
}
#footer #footer-area #footer-add {
	margin-left: 270px;
	font-size: 13px;
	line-height: 140%;
}
#footer #footer-area #footer-add h2 {
	font-size: 16px;
	font-weight: lighter;
}

#footer #footer-area #footer-copy {
	clear: both;
	padding: 5px;
	font-size: 12px;
	color: #888888;
}
