@charset "UTF-8";

/* 基本設定 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	color: #000000;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}


/* リンク色 */

a {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #6633CC;
	text-decoration: underline dotted;
}

a:hover {
	color: #FF0000;
	text-decoration: underline dotted;
}



/* 全体ボックス */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	font-size: 13px;
}

#container {
	position: relative;
	background: url('images/design/bodyback.png') repeat-y;
	width: 950px;
	height: 100%;
	min-height: 100%;
	margin: auto;
}

body > #container{
	height: auto; 
}

#maincontainer {
	width: 830px;
	margin: auto;
}



/* ヘッダー */

#sitename {
	float: left;
	background: url('images/design/sitename.png') no-repeat;
	width: 333px;
	height: 95px;
	margin: 0px 7px 0px 8px;
	text-indent: -8000em;
}

#sitename a {
	display: block;
	width: 315px;
	height: 75px;
	margin-left: 5px;
}

#slogan {
	padding-top: 5px;
	font-size: 85%;
	white-space: nowrap;
}

#hnavi {
	position: absolute;
	top: 33px;
	left: 405px;
	background: url('images/design/hnavi.png') no-repeat;
}

#hnavi li {
	display: inline;
	list-style-type: none;
}

#hnavi li a {
	float: left;
	display: block;
	height: 20px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

.hnavi1 a {
	width: 107px;
}

.hnavi2 a {
	width: 90px;
}

.hnavi3 a {
	width: 93px;
}

.hnavi1 a:hover {
	background: url('images/design/hnavi.png') no-repeat 0px -20px;
}

.hnavi2 a:hover {
	background: url('images/design/hnavi.png') no-repeat -107px -20px;
}

.hnavi3 a:hover {
	background: url('images/design/hnavi.png') no-repeat -197px -20px;
}

#hnavib {
	position: absolute;
	top: 58px;
	left: 405px;
	background: url('images/design/hnavib.png') no-repeat;
}

#hnavib li {
	display: inline;
	list-style-type: none;
}

#hnavib li a {
	float: left;
	display: block;
	height: 20px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

.hnavib1 a {
	width: 290px;
}

.hnavib1 a:hover {
	background: url('images/design/hnavib.png') no-repeat 0px -20px;
}

#tel {
	position: absolute;
	top: 23px;
	left: 706px;
	background: url('images/design/tel.png') no-repeat;
	width: 170px;
	height: 55px;
}

#tel a {
	display: block;
	width: 170px;
	height: 55px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

#gnavi {
	clear: both;
	background: url('images/design/gnavi.png') no-repeat;
	height: 60px;
	padding-left: 31px;
}

#gnavi li {
	display: inline;
	list-style-type: none;
}

#gnavi li a {
	float: left;
	display: block;
	width: 128px;
	height: 50px;
	text-indent: -8000em;
	text-decoration: none;
	overflow: hidden;
}

.gnavi1 a:hover {
	background: url('images/design/gnavi.png') no-repeat -31px -60px;
} 

.gnavi2 a:hover {
	background: url('images/design/gnavi.png') no-repeat -159px -60px;
} 

.gnavi3 a:hover {
	background: url('images/design/gnavi.png') no-repeat -287px -60px;
} 

.gnavi4 a:hover {
	background: url('images/design/gnavi.png') no-repeat -415px -60px;
} 

.gnavi5 a:hover {
	background: url('images/design/gnavi.png') no-repeat -543px -60px;
} 

.gnavi6 a:hover {
	background: url('images/design/gnavi.png') no-repeat -671px -60px;
} 

/* トップページ用 */

#topimage {
	height: 200px;
	text-indent: -8000em;
	background: url('images/design/topimage.png') no-repeat;
}

#topwrapper {
	margin: 15px;
}

#topleft {
	float: left;
	width: 600px;
}

#topmessage {
	padding: 13px;
	margin: 5px 0px 15px 0px;
	background-color: #FFFFFF;
}

#topinfo {
	float: left;
	width: 300px;
	background-color: #ffe6bd;
	margin-bottom: 15px;
}

#topnew {
	float: left;
	width: 300px;
	background-color: #CCFFCC;
	margin-bottom: 15px;
}

#topmedia {
	clear: both;
	background-color: #edffff;
	width: 600px;
	margin-bottom: 15px;
}

#topcalender {
	clear: both;
	background-color: #FFFFFF;
	width: 600px;
	margin-bottom: 15px;
}

#topbanner{
	float: left;
	width: 200px;
	text-align: center;
}

#topbanner img{
	margin-bottom: 5px;
}

#topwrapper h2 {
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
	margin: 0px;
	border: none;
}

#topinfo h2 {
	background-color: #FF6600;
}

#topnew h2 {
	background-color: #009900;
}

#topmedia h2 {
	background-color: #3366FF;
}

#topcalender h2 {
	background-color: #ff0066;
}

#topwrapper ul {
	list-style: none;
	list-style-position: outside;
	padding: 10px 10px 3px;
}

#topwrapper ul li {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px #999999 dashed;
	line-height: 140%;
}

#topcalender p {
	padding: 10px 10px 0px;
}

div.date {
 text-align: right;
}

#subphoto {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 5px 2px;
	margin: -5px auto 15px ;
	width: 160px;
}

/* 本文 */

#categoryimage {
	height: 125px;
	text-indent: -8000em;
}

#rightwrapper {
	float: right;
	background: url('images/design/text_bg.png') repeat-y;
	width: 615px;
}

#breadcrumb {
	padding: 0px 30px;
	font-size: 93%;
}

.h1title {
	width: 590px;
	height: 50px;
	margin: 10px 10px 15px;
	text-indent: -8000em;
}

#maintext {
	margin: 10px 10px 0px 35px;
}

#maintext h1 {
	margin: 15px 30px 2px 0px;
	padding: 3px  0px 3px 10px;
	border-left: 5px solid #006600;
	font-size: 131%;
	font-weight: bold;
	color: #006600;
}

.place{
	margin: 0px 30px 15px 0px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

h2 {
	margin: 10px 5px 15px;
	padding: 0px 0px 3px 3px;
	border-bottom: 1px solid #FF6633;
	font-size: 131%;
}

h3 {
	margin: 10px 5px 10px 10px;
	padding: 3px 0px 3px 8px;
	border-left: 12px solid #009900;
	font-size: 131%;
	color: #009900;
}

p {
	font-size: 116%;
	line-height: 150%;
	padding: 0px 30px 15px 10px ;
}

.totop {
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-right: 30px;
	font-size: 85%;
}

#rwb {
	background: url('images/design/text_bgb.png') no-repeat;
	height: 40px;
}


/* ギャラリー */

.gallery {
	padding-left: 10px;
}
.gallery a {
	float: left;
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: 0px 14px 14px 0px;
	background: url(images/design/gallery_bg.png) top left no-repeat;
}
.gallery a:hover {
	background-position: 0 -165px;
}
.gallery a img {
	position: relative;
	top: 15px;
	left: 15px;
}

.gbottom {
	clear: both;
	text-align: right;
	margin: 0px 20px -10px 0px;
}


/* サイドバー */

#leftwrapper {
	background: url('images/design/menu_bg.png') repeat-y;
	width: 215px;
}

ul.sidemenu {
	padding: 0px 30px 0px 25px;
	line-height: 120%;
}

ul.sidemenu li {
	background: url('images/design/menulist.png') no-repeat;
	margin-bottom: 8px;
	padding: 2px 0px 10px 26px;
	list-style-type: none;
	border-bottom: 1px dashed #666699;
}

ul.sidemenu li ul {
	margin-top: 8px;
	margin-left: -8px;
}

ul.sidemenu li ul li {
	background: url('images/design/menulist_2.gif') no-repeat;
	background-position: 0px 8px;
	margin-bottom: 0px;
	padding: 2px 0px 5px 15px;
	font-size: 93%;
	border-bottom: 0px dashed #666699;
}

ul.sidemenu li ul li ul {
	margin: 6px 0px 8px -5px;
}

ul.sidemenu li ul li ul li {
	background: url('images/design/menulist_3.gif') no-repeat;
	background-position: 0px 5px;
	padding: 2px 0px 5px 13px;
	font-size: 100%;
}

ul.sidemenu li ul li.last {
	padding-bottom: 0px;
}

#lwb {
	background: url('images/design/menu_bgb.png') no-repeat;
	height: 40px;
}


/* フッター */

#footer {
	clear: both;
	background: url('images/design/footer_bg.png') repeat-y;
}

#footert {
	background: url('images/design/footer_bgt.png') no-repeat;
	height: 25px;
}

#sitemap {
	margin-left: 50px;
}

div.fsitemap {
	float: left;
	margin-right: 20px;
	font-size: 85%;
}

div.fsitemap h4 {
	margin-bottom: 2px;
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}

div.fsitemap ul li {
	list-style-type: none;
	padding: 2px 0px 0px 2px;
}

div.fsitemap ul li ul {
	margin-left: 5px;
}

div.fsitemap a {
	color: #333333;
	text-decoration: none;
}

div.fsitemap a:hover {
	color: #FF0000;
	text-decoration: none;
}

#adress {
	clear: both;
	background: url('images/design/footer_line.png') no-repeat;
	margin-left: 40px;
	padding-top: 40px;
	font-size: 93%;
	line-height: 130%;
}

#adress img {
	float: left;
	margin: 0px 15px 0px 15px;
}

#adress .leftp {
	float: left;
	width: 210px;
	padding-right: 10px;
	margin-top: 4px;
	border-right: 1px dashed #333333;
}

#adress .rightp {
	float: left;
	width: 300px;
	margin: 4px 0px 0px 15px;
}

#footerb {
	clear: both;
	background: url('images/design/footer_bgb.png') no-repeat;
	height: 35px;
}





/* ryudata table */
.ryudata {
	width: 510px;
	margin: 0px 30px 15px 15px;
	border-collapse: collapse;
	font-size: 116%;
}
.ryudata tr th{
	width: 100px;
	padding: 13px 10px 10px 15px;
	background-color: #FFCC99;
	border-bottom: 1px solid #FF9900;
	font-weight: normal;
	vertical-align: top;
}

.ryudata tr td{
	padding: 10px 15px;
	border-bottom: 1px solid #FF9900;
	line-height: 150%;
}


/* chronological table */
.chronological {
	width: 510px;
	margin: 0px 30px 15px 15px;
	border-collapse: collapse;
}
.chronological tr th {
	width: 100px;
	padding: 13px 10px 10px 15px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
}

.chronological tr td {
	padding: 10px 15px;
	border-bottom: 1px solid #999999;
	line-height: 150%;
}

.chronological strong {
	font-weight: bold;
	color: #006600;
}

span.note {
	font-size: 85%;
	font-weight: bold;
}

/* contentslist */

ul.contentlist {
	font-size: 116%;
	line-height: 150%;
	margin-left: 30px;
}

ul.contentlist li {
	margin-bottom: 3px;
	padding-left: 3px ;
	list-style-type: disc;
}

ul.contentlist li ul {
	margin-top: 3px;
	margin-left: 20px;
}

ul.contentlist li ul li {
	padding-left: 3px;
	list-style-type: circle;
}

.image-right {
	float: right;
	width: 250px;
	margin: 0px 30px 15px 20px ;
	line-height: 130%;
}

.image-left {
	clear: both;
	float: left;
	width: 250px;
	margin: 0px 15px 15px 15px ;
	line-height: 130%;
}

.center {
	text-align: center;
}

.gray {
	color: #666666;
}


.applyform {
	width: 510px;
	margin: 0px 30px 15px 15px;
	border-collapse: collapse;
}
.applyform tr th {
	width: 120px;
	padding: 13px 10px 10px 15px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
}

.applyform tr td {
	padding: 10px 15px;
	border-bottom: 1px solid #999999;
	line-height: 150%;
}

.require {
	font-weight: bold;
	color: #FF0000;
}

.applyform input,.applyform label {
	vertical-align: middle;
}

.applyform input {
	padding: 1px;
}

.inputbox {
	border: 2px inset;
}

.inputbutton {
	border: 2px outset;
	background-color: #CCCCCC;
}

.inputbuttonmain {
	border: 2px outset;
	background-color: #FFCCFF;
	padding: 3px;
	font-size: 116%;
}

.bold {
	font-weight: bold;
}