@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

html{height:100%;}

body {
	font-family: sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	height:100%;
	color: #333;
	background-attachment: fixed;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat;
	background-position: top center;
}

div {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:0;
}

#container {
	width:950px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
}

#header {
	width:950px;
	height:125px;
	margin:0 auto;
	padding:0;
    background-image:url(img/hdr.gif);
	background-position:center;
}

#contents {
	width:100%;
	height:100%;
	min-height:3000px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}

#main {
	width:700px;
	height:100%;
	min-height:3000px;
	float:left;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#navi {
	width:240px;
	height:100%;
	float:right;
	margin:0 10px 0 0;
	padding:0;
	text-align:center;
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	overflow:hidden;
}

div#navi ul{
	width:200px;
	list-style-type:none;
	margin:15px auto;
	font-size:120%;
	font-weight:bold;
}

div#navi ul li{
	width:200px;
	height:30px;
	text-indent:1em;
	line-height:2em;
	text-align:left;
	vertical-align:middle;
	padding:0;
	margin:10px auto;
	overflow:hidden;
	background-image:url(img/menu1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#navi ul li a{
	display:block;
	width:200px;
	height:30px;
	margin:0 auto;
	padding:0;
	background-repeat: no-repeat;
	background-position: left center;
}

div#navi ul li a:hover{
	background-image:url(img/menu2.png);
	background-position: left center;
	padding:0;
}

#flash {
	width:680px;
	margin:0 auto;
	text-align:center;
}

#top-news {
	width:600px;
	margin:2em auto;
	padding:0 2em;
	text-align:left;
	font-size:12pt;
	line-height:1.5em;
}


#news {
	width:320px;
	float:left;
	margin:10px 0 0 10px;
}

#news p {
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
}

#news a {
	text-decoration:underline;
}

#info {
	width:360px;
	float:right;
	margin:10px auto;
	padding:10px 0;
	background-image:url(img/bg_info2.png);
	background-position: center center;
	background-repeat:no-repeat;
	color:#fff;
}

#info p{width:300px;
        margin:5px auto;
		padding:0;
		font-weight:bold;
		text-align:left;
		font-size:95%;
}

#movie {
	width:680px;
	margin:20px auto;
	padding:0;
	text-align:center;
}

#footer {
	width:950px;
	clear:both;
	margin:0 auto;
	padding:10px 0;
	background-color:#ffffff;
}

#footer p {
	font-weight:bold;
}

div.topics {
	width:600px;
	margin:2em auto;
	padding:1em;
	text-align:left;
	clear:both;
	border:0;
    font-size:95%;

}

div.topics p{
	width:100%;
	padding:0.5em;
	line-height:1.5em;
	}

div.topics ul {
  list-style: none;
	width:100%;
	margin:1em 0;
	line-height:1.5em;
}

div.topics li {
  text-indent: -1em;
	padding: 1em;
	position: relative;
}

div.topics li::before {
  content: '■';
}

div.pr {
	width:360px;
	margin:0 auto;
	padding:0;
	float:right;
	text-align:left;
}

div.pr table {
	width:360px;
	margin:0 auto;
	padding:0;
	border:0;
}

div.pr table td {
	padding:5px;
	text-align:center;
}

p.hlogo {width:260px;
			padding:0;
			margin:10px;
			border:0;
            text-align:left;
			float:left;
}

p.tel {
	width:550px;
	margin:15px 10px;
	float:right;
	text-align:right;
	line-height:1.2em;
	border:0;
	padding:0;
	font-size:85%;
	font-weight:bold;
}

p.ad_t {
	width:180px;
    margin:2px auto;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:120%;
}
	  
p.ad {width:180px;
      margin:0 auto;
	  padding:0 0 10px 0;
	  text-align:left;
	  font-weight:normal;
}

p.calender_t {width:200px;
            margin:0 auto;
			padding:0;
			background-color:#fff;
			font-weight:bold;
}

p.calender {width:200px;
            margin:0 auto 20px;
			padding:0;
			text-align:center;
}

a {text-decoration:none;}
a:link { color: #333333; }
a:visited { color: #333333; }
a:hover {text-decoration: underline;}
a:active { color: #333333; }

