@charset "utf-8";

/* main */

body , h1 , h2 , h3 , h4 , p , ul , ol , li , dl , dt , dd {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: "メイリオ", "trebuchet MS", Verdana, Arial, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: medium;
	line-height: 1.4;
	font-weight: normal;
	background: #c7c9c8 url(../image/back.gif) left top repeat-x;
	color: #656049;
}

/* font-size */
.lFont { font-size: 110%; }
.mFont { font-size: 100%; }
.sFont { font-size: 79%; }

#container {
	width: 98%;
	margin: 0 auto;
	font-size: 90%;
	min-width: 885px;
	max-width: 1000px;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #b1b1b1;
	background-color: #fafafa;
}


/* all */

hr {
	display: none;
}

em {
	font-style: normal;
}


/* header */

#header {
	padding: 2px 10px 0 7px;
}

#header .top-logo p a {
	text-decoration: none;
}

#header .top-logo p a span {
	display: none;
}

.logo {
	display: block;
	float: left;
	width: 156px;
	height: 62px;
	background: url(../image/logo.png) left top no-repeat;
	margin: 2px 20px 0 2px;
}

#header .top-txt {
	float: right;
}

#header .top-txt p {
	font-size: 62%;
	color: #888;
	padding-top: 5px;
	line-height: 1.8;
	font-weight: normal;
}

#header ul {
	font-size: small;
	padding-top: 10px;
	list-style: none;
	
	clear: right;
	float: right;
	margin-left: -137px;
}

#header li {
	display: inline;
	overflow: hidden;
}

#header li a {
	text-decoration: none;
	float: left;
	background: url(../image/btn_top_left.png) left top no-repeat;
	padding: 0 0 2px 12px;
	margin: 0 3px;
	cursor: pointer;
}

#header li a:hover {
	background: url(../image/btn_top_hover.png) left top no-repeat;
}

#header li a span {
	color: #666;
	font-size: small;
	float: left;
	display: block;
	background: url(../image/btn_top_right.png) right top no-repeat;
	padding: 3px 10px 3px 4px;
}

#header li a:hover span {
	background: url(../image/btn_top_rhover.png) right top no-repeat;
}


/* gnavi */

#gnavi {
	width: 100%;
	background-color: #f5f5f5;
	float: left;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}

#gnavi ul {
	list-style: none;
	padding: 10px 0 0 18%;
}

#gnavi li {
	display: inline;
	overflow: hidden;
}

#gnavi a {
	float: left;
	background: url(../image/gnavi_left.png) left top no-repeat;
	text-decoration: none;
	padding: 0 0 0 4px;
	cursor: pointer;
}

#gnavi .car a {
	background: url(../image/gnavi_car.png) left top no-repeat;
	padding: 0 0 0 31px;
}

#gnavi a:hover , #gnavi #tab-active , #gnavi .car a:hover {
	background-position: left -43px;
}

#gnavi a span {
	color: #045679;
	float: left;
	display: block;
	background: url(../image/gnavi_right.png) right top no-repeat;
	padding: 6px 16px 5px 10px;
}

#gnavi .car a span {
	padding: 6px 15px 5px 4px;
}

#gnavi a:hover span , #gnavi #tab-active span {
	color: #fff;
	background-position: right -43px;
}


/* navi */

#navi {
	clear: both;
	width: 100%;
	background: #344b9c url(../image/bg_navi.gif) left top repeat-x;
	font-size: small;
}

#navi ul {
	padding: 6px 0;
	text-align: center;
}

#navi li {
	color: #aaa;
	display: inline;
	list-style: none;
	padding-left: 6px;
	background: url(../image/bg_navi_line.gif) left center no-repeat;
}
*+html #navi li {
	padding: 0 4px 0 5px;
	zoom: 1;
}

#navi li a {
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #ededed;
}

#navi li a:hover  {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 1px;
	left: 1px;
}

#navi .leftimg-none {
	background: none;
	padding-left: 0;
}


/* search */

#search {
	width: 100%;
	background: #fafafa url(../image/bg_search.gif) left top repeat-x;
	padding: 5px 0;
}

#search form {
	float: left;
	padding-left: 40%;
	font-size: small;
}

#search span {
	font-size: 10px;
	color: #a7a7a7;
}
*+html #search span {
	zoom: 1;
}

#search span a {
	color: #a7a7a7;
	text-decoration: none;
}

#search span a:hover {
	color: #a7a7a7;
	text-decoration: underline;
}

.search-box {
	color: #555;
}

.search-btn {
	padding: 0 5px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  
/* mac Win \*/
*html .clearfix {
	height : 1%;
}
.clearfix {
	display: block;
}
/* mac Win end */


/* font */

#font {
	font-size: small;
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
}

#font span {
	color: #656049;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #fafafa solid;
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	border-left: 1px #fafafa solid;
	background-color: #eee;
	cursor: pointer;
}
*+html #font span {
	zoom: 1;
}

#font span:hover {
	background-color: #fcdd72;
}


/* map */

#map {
	width: 100%;
	background-color: #fafafa;
}

#map p {
	font-size: small;
	padding: 5px 15px 0 15px;
	color: #7d775c;
}

#map p a {
	color: #7d775c;
	text-decoration: underline;
}

#map p a:hover {
	text-decoration: none;
}


/* wrapper */

#wrapper {
	width: 100%;
	background-color: #fafafa;
	float: left;
	margin-right: -180px;
}


/* content */

#content {
	width: 100%;
	background-color: #fafafa;
	float: right;
	margin-left: -10px;
	padding: 5px 0 15px 0;
}


/* maincontent */

#maincontent {
	margin: 0 180px 0 10px;
	background-color: #fafafa;
}


/* pagetop */

#pagetop {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 10px;
}

#pagetop a {
	color: #888;
	text-decoration: none;
	padding: 2px 7px;
	border: 3px double #bbb;
	font-size: small;
	background-color: #fff;
}

#pagetop a:hover {
	color: #555;
	text-decoration: none;
	border: 3px double #999;
}


/* rightcontent */

#rightcontent {
	width: 180px;
	background-color: #fafafa;
	float: left;
}

.sidebox {
	padding: 5px 0;
}

.box-no1 {
	width: 160px;
	background-color: #ececd0;
	margin: 5px 10px 10px 10px;
	font-size: small;	
}

.box-no1 ul {
	font-weight: bold;
	color: #7d775c;
}

.box-no1 li {
	list-style: none;
	padding: 5px 10px;
}

.calendar {
	margin: 10px;
}

.ad-bnr {
	margin: 0 10px 10px 10px;
}

/* footer */

#footer {
	clear: both;
	width: 100%;
	font-size: small;
	background: #626294 url(../image/bg_foot.gif) left top repeat-x;
	border-bottom: 1px #555 solid;
	text-align: center;
}

#footer p {
	color: #fff;
	padding: 5px 10px 0 10px;
}

#footer p span {
	color: #bbb;
}

#footer address {
	color: #fff;
	font-style: normal;
	padding: 0 10px 5px 10px;
}

#footer address a , #footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}


/* all */

.blank {
	background: url(../image/link.gif) right center no-repeat;
	padding-right: 15px;
	margin-right: 3px;
	color: #33c;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}


/* maincontent */

h1 {
	width: 100%;
	height: 63px;
	font-size: x-large;
	letter-spacing: 0.05em;
	float: right;
	margin: 0 -1px 15px 0;
}

.imgsitemap {
	background: url(../image/sitemap_rigth.jpg) right top no-repeat;
}

h1 span {
	color: #fff;
	height: 63px;
	padding: 10px 0 0 20px;
	float: left;
	display: block;
}

.imgsitemap span {
	background: url(../image/sitemap_left.jpg) left top no-repeat; 
}


/* conbox */

#conbox {
	width: 100%;
	line-height: 1.6;
}

#conbox h2 {
	font-size: 100%;
	padding: 5px 0;
	background: #d9d9d9 url(/image/bg_h2.gif) left top repeat-x;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#conbox h2 span {
	border-left: 5px solid #4999b6;	
	padding-left: 10px;
	margin-left: 10px;
}

.h2box {
	width: 48%;
	float: left;
	margin: 0 5px;
}

#conbox ul {
	padding: 0 10px 15px 1em;
	list-style: square;
}

#conbox ul li {
	margin-left: 1em;
}

/* text & attention */
#conbox .text {
	padding: 0 10px 10px 1em;
}

#conbox .attention {
	padding: 0 10px 15px 1em;
}

#conbox ul li a {
	color: #33c;
	text-decoration: none;
}

#conbox ul li a:hover {
	color: #00f;
	text-decoration: underline;
}

.px10 {
	margin-top: 10px;
}
