@charset "utf-8";

body {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}

img {
	border: 0;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

.logo {
	margin-left: 11px;
}

.main {
	width: 760px;
	margin: 0 auto;
}

.topicpath {
	margin: 13px 0 0 5px;
	padding:0 0 13px 0;
}

.topicpath p {
	float: left;
}

.topicpath h1 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	padding-left: 4px;
}

.copyright {
	text-align: right;
	margin: 10px 0 18px 0;
}

/*----- links color scheme -----*/
.left-navi a:hover {
	color: #9595FF;
}

/*-----header-----*/
.header {
	margin-top: 6px;
	position: relative;
	width: 760px;
}

.header_navi {
	position: absolute;
	right: 0;
	top: 5px;
}

.header_navi img {
	background: url(../images/bor_sitenavi.gif) no-repeat 100%;
	padding: 0 12px;
}

.header_navi img.last-child01 {
	background: none;
}

.header_gnavi {
	clear: both;
	padding-top: 6px;
}

.header_gnavi ul li {
	float: left;
}

.header_gnavi ul li img {
	vertical-align: bottom;
}

.sub-nav {
	position: absolute;
	right: 0;
	top: 4px;
}

/*-----*/
.content-body {
	clear: both;
}

/*-----left-navi-----*/
.left-navi {
	float: left;
	width: 160px;
}

.left-navi li img {
	vertical-align: bottom;
}

.left-navi li.left-navi-top {
	background: none;
	background: url(../images/visitor_menubg_on.gif) no-repeat;
	padding: 5px 0 5px 10px;
}

.left-navi ul li ul li {
	background: url(../images/visitor_menubg.gif) no-repeat;
	padding: 6px 0 6px 10px;
}

.left-navi li.left-navi-last {
	border-bottom: 1px solid #989A99;
	background: url(../images/visitor_menubg_on.gif) no-repeat;
	padding: 6px 0 5px 20px;
}

/*-----content-----*/
.content {
	width: 575px;
	float: right;
	margin-bottom: 60px;
}

.content h2 {
	background: url(../images/bg_title_top.gif) no-repeat 0 0 #FEC461;
	font-size: 100%;
	padding: 5px 0 5px 10px;
	color: #FFFFFF;
}

.textbox {
	margin: 15px 10px 0 10px;
}

.textbox p {
	line-height: 1.5;
}

table.event-table {
	color: #666666;
	text-align: left;
	width: 575px;
	margin-bottom: 23px;
}

table.event-table tr {
	background: url(../images/border_dot.gif) repeat-x 0 100%;
}

table.event-table th {
	font-weight: normal;
	padding: 7px 0 7px 10px;
}

.pagetop {
	text-align: right;
	margin-top: 35px;
}

.pagetop a {
	background: url(../images/visitor_link_img_02.gif) no-repeat 0 50%;
	padding-left: 17px;
	margin-right: 10px;
	padding-bottom: 3px;
}

.date {
	text-align: right;
	color: #999999;
}


/*---------------------------------------------------------
* フッター
*--------------------------------------------------------*/
#footer {
	clear: both;
	width: 760px;
}

.footer-menu01 {
	margin: 25px 0;
	padding: 23px 0 20px;
	background-color: #e7f2fd;
	vertical-align: middle;
}

.footer-menu01 ul {
	text-align: center;
}

.footer-menu01 li,
.footer-menu02 li {
	padding-right: 7px;
	margin-right: 4px;
	line-height: 2em;
	border-right: solid 1px #000;
	display: inline;
}
.footer-menu01 li.line-non,
.footer-menu02 li.line-non {
	border: none;
	display: inline;
}

.footer-menu02 {
	padding-bottom: 12px;
	text-align: center;
	border-bottom: solid 4px #0D3C98;
}

address {
	margin: 5px 0 15px;
	text-align: right;
}


/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE7, MacIE5 */
.clearfix {
	display: inline-block;
}
/* for MacIE5 \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}