@charset "utf-8";

/* －－－－－ 初期化 －－－－－ */

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,blockquote,table,th,td {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

img {
	border-style: none;
	}



/* －－－－－ 基本設定 －－－－－ */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	text-align: center;
	font-size: 100%;
	color: #333333;
	font-family: "メイリオ",Verdana,Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #59493f;
	}

a:visited {
	color: #59493f;
	}

a:hover {
	color: #dc6c6c;
	}

a:active {
	color: #dc6c6c;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.small {
	font-size: 85%;
	}

.bigger {
	font-size: 130%;
	}

.pointR {
	color: #CC0000;
	}

.pointB {
	color: #336699;
	}

.pointB {
	color: #336699;
	}

.pointG {
	color: #75AD00;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

img.frame {
	border: 3px solid #EEEEEE;
	}

.clr {
	clear: both;
	}

.ptop {
	text-align: right;
	margin: 20px 0px;
	}


/* －－－－－ レイアウト －－－－－ */

#Container {
	font-size: 90%;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	padding: 0px 40px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	}

#Header {
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	text-align: left;
	overflow: hidden;
	}

#Navi {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	height: 45px;
	overflow: hidden;
	overflow: hidden;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

#Content {
	width: 1000px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	}

#Footer {
	clear: both;
	width: 1000px;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
	height: 130px;
	margin: 50px auto 0px auto;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	}



/* －－－－－ ヘッダ －－－－－ */

#Header p {
	margin: 0px;
	padding: 0px;
	}

#Header h1 {
	width: 400px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#Header p#SiteName {
	width: 400px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#Header #Reserve {
	width: 400px;
	float: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	}





/* －－－－－ ナビ －－－－－ */

#Navi ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	overflow: hidden;
	width: 1020px;
	}

#Navi ul li {
	list-style-type: none;
	display: inline;
	margin: 0px auto;
	padding: 0px;
	}





/* －－－－－ フッタ －－－－－ */

#Foot {
	width: 960px;
	margin: 0px auto;
	background-image: url(../images/foot_logo.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 50px 20px 30px 20px;
	}





/* －－－－－ 本文 －－－－－ */

#Content #SideBar {
	width: 300px;
	float: right;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	}

#Content #Main {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 0px;
	}






#Content .block {
	margin: 0px 15px;
	}

#Content .BlockL {
	width: 450px;
	float: left;
	}

#Content .BlockR {
	width: 450px;
	float: right;
	}

#Content .photo {
	border: 5px solid #F5F5F5;
	}

#Content p {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	line-height: 160%;
	}

#Content ul,
#Content ol {
	margin: 0px 0px 15px 25px;
	line-height: 160%;
	}

#Content ul li {
	/* list-style-type: square; */
	list-style-type: none;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding: 0px 0px 0px 20px;
	margin-bottom: 5px;
	}

#Content ul li ul li {
	list-style-type: circle;
	background-image: none;
	padding-left: 0px;
	
	}

#Content ol li {
	list-style-type: decimal;
	}

#Content dl {
	margin: 0px 0px 15px 0px;
	line-height: 160%;
	}

#Content dt {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 15px;;
	border-bottom: 1px dotted #666666;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	}

#Content dd {
	margin: 0px 0px 10px 0px;
	}

#Content table {
	border-style: none;
	border-collapse: collapse;
	margin: 10px 15px;
	border-spacing: 0px;
	}

#Content table th,
#Content table td {
	border-style: none;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	}

#Content table th.center,
#Content table td.center {
	text-align: center;
	}

#Content table th.right,
#Content table td.right {
	text-align: right;
	}

#Content table th.middle,
#Content table td.middle {
	vertical-align: middle;
	}



#Content table.border {
	border: 3px solid #EEDCB9;
	border-collapse: separate;
	margin: 0px 15px 10px 15px;
	border-spacing: 1px;
	empty-cells: show;
	}

#Content table.border th, 
#Content table.border td {
	border: 1px solid #D1C0A5;
	padding: 5px 10px;
	}

#Content table.border th {
	background-color: #EEDCB9;
	} 

#Content table.innerTbl {
	border-style: none;
	}

#Content table.innerTbl th,
#Content table.innerTbl td {
	border-style: none;
	padding: 2px 10px;
	}





#Content .plist {
	background-image: url(../images/now.gif);
	background-repeat: no-repeat;
	padding: 0px 30px 30px 70px;
	margin: 10px 0px 0px 0px;
	}

#Content .plist ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	min-height: 21px;
	}

#Content .plist ul li {
	display: inline;
	margin: 0px;
	padding: 0px 20px 0px 10px;
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position :right 0.4em;
	}

#Content .plist ul li.last {
	background-image: none;
	}



#Content h1 {
	margin: 0px 0px 20px 0px;
	}



#Content h2 {
	margin: 0px 0px 30px 0px;
	}



#Content h3 {
	margin: 0px 0px 20px 0px;
	padding: 15px 10px 3px 30px;
	font-size: 130%;
	background-image: url(../images/bar_h3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #F5F5F5;
	min-height: 40px;
	}



#Content h4 {
	border-bottom: 2px dotted #e4a621;
	margin: 0px 0px 20px 0px;
	padding: 0px 2px 2px 2px;
	font-weight: bold;
	font-size: 120%;
	}



#Content .Pager {
	margin: 30px auto;
	border-top: 1px dashed #e4a621;
	padding: 15px 0px 0px 0px;
	}

#Content .ImageBlockRight {
	width: 260px;
	float: right;
	padding: 0px 0px 20px 20px;
	background-color: #FFFFFF;
	}





#Content form#formBack {
	width: 80px;
	float: left;
	margin: 0px 5px 0px 0px;
	}

#Content form#formSubmit {
	width: 80px;
	float: left;
	margin: 0px 5px 0px 0px;
	}



#Content #SideBar #LocalNaviH {
	width: 220px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/bg_sbox_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 0px 0px 0px;
	}

#Content #SideBar #LocalNaviF {
	width: 220px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg_sbox_f.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 15px 0px;
	}

#Content #SideBar #LocalNavi {
	width: 170px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg_sbox_m.gif);
	background-repeat: repeat-y;
	padding: 0px 25px 0px 25px;
	}

#Content #SideBar #LocalNavi ul {
	margin: 0px;
	padding: 0px;
	}

#Content #SideBar #LocalNavi ul li {
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 2px dotted #F6AA43;
	}

#Content #SideBar #LocalNavi ul li.last {
	border-bottom-style: none;
	padding-bottom: 5px;
	}

#Content #SideBar #LocalNavi ul li a {
	display: block;
	background-image: none;
	padding: 13px 5px 13px 5px;
	margin: 0px;
	text-decoration: none;
	font-size: 120%;
	font-family: "メイリオ", sans-serif;
	}



#Content #Main .TopicsBodyLeft {
	width: 480px;
	float: left;
	margin-right: 10px;
	}

#Content #Main .TopicsBodyRight {
	width: 480px;
	float: right;
	margin-left: 10px;
	}

#Content #Main .TopicsImageLeft {
	width: 260px;
	float: left;
	}

#Content #Main .TopicsImageRight {
	width: 260px;
	float: right;
	}

#Content #Main .ImageItem {
	margin: 0px 0px 15px 0px;
	text-align: center;
	}

#Content #Main .ImageItem img {
	border: 5px solid #FFFFFF;
	}



#Content #Main table.schedule {
	border: 1px solid #FACD89;
	width: 93%;
	empty-cells: show;
	border-collapse: collapse;
	margin: 10px auto;
	}

#Content #Main table.schedule td,
#Content #Main table.schedule th {
	padding: 5px;
	background-color: #F5DDB9;
	}

#Content #Main table.schedule th {
	background-color: #F8B551;
	border: 1px solid #FACD89;
	text-align: center;
	}

#Content #Main table.schedule td.time {
	background-color: #FACD89;
	}





/* サイトマップ用 */

#Content #SiteMap {
	width: 750px;
	margin: 20px auto 50px auto;
	}

#Content #SiteMap ul.ListL {
	width: 360px;
	float: left;
	margin: 10px 20px 10px 0px;
	}

#Content #SiteMap ul.ListR {
	width: 360px;
	float: right;
	margin: 10px 0px 10px 0px;
	}




