@charset "UTF-8";
/* ========BASIC======== */
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
br {
	letter-spacing:normal;
}
a {
	color:#309;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:bottom;
}
.shadow {
	margin-top: 5px;
	display: inline-block;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
/* ========TEMPLATE LAYOUT======== */
#top {
	width:780px;
	margin:0 auto;
}
#header {
	position:relative;
	width:780px;
	background-color: #FFF;
}
#pr {
	width:780px;
	text-align: right;
}
#home_left {
	float: left;
	width: 350px;
}
#gnavi {
	position:absolute;
	bottom:5px;
	right:0;
}
#menu {
	float:left;
	width:780px;
	margin-top: 3px;
	margin-bottom: 20px;
}
#icatch {
	width:780px;
	margin:0 auto;
	background:#fff;
}
#contents {
	clear:both;
	width:780px;
	background:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#main {
	float:right;
	width:540px;
}
#sub {
	float:left;
	width:200px;
}
#info {
	float:right;
	width:330px;
}
#news {
	float:left;
	width:420px;
}
#pageTop {
	clear:both;
}
#footMenu {
	width:780px;
	clear:both;
	overflow:hidden;
	padding:10px 0;
}
#footer {
	width:780px;
	clear:both;
	padding:10px 0;
}
/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	font-size:24px;
	color:#333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#header h1 a {
	color:#9B0000;
}
#header h1 a:hover {
	color:#D30000;
	text-decoration:none;
}
/* PR CUSTOMIZE */
#header #pr p {
	margin:0;
}
/* GNAVI CUSTOMIZE */
#header #gnavi ul {
	list-style:none;
}
#header #gnavi li {
	float:left;
	font-size:12px;
	margin-left:15px;
}
#header #gnavi li a {
	padding-left:15px;
	background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}
/* ========MENU CUSTOMIZE======== */
#menu ul {
	float:left;
	margin:0;
	padding: 0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #2D4195;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D4195;
}
#menu li {
	margin:0;
	padding:0;
	float:left;
	font-size:11px;
	color:#333;
	text-align:center;
	list-style-type:none;
}
#menu li span {
	font-family:verdana;
	font-size:13px;
	color:#fff;
	font-weight: bold;
}
#menu li a {
	display:block;
	width:111px;
	padding:10px 0;
	color:#FF9;
	background:url(../images/bg_menu.gif) 0 100% repeat-x;
}
#menu li a:hover {
	text-decoration:none;
	background:url(../images/bg_menu.gif) 100% 100% repeat-x;
}
/* ========INFO CUSTOMIZE======== */
#info h2 {
	font-size:16px;
	color:#006;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5454A7;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#info p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#info dl dt {
	clear:left;
	float:left;
	width:7em;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 0em;
}
#info dl dd {
	margin-left:0;
	background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7em;
	padding-right: 0em;
}
/* ========NEWS CUSTOMIZE======== */
#news h2 {
	font-size:16px;
	color:#006;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5454A7;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 10px;
}
#news p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	margin: 0px;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#30C;
}
#main a:hover {
	color:#9B0000;
}
#main h2 {
	font-size:16px;
	color:#006;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5454A7;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#main h3 {
	margin-bottom:15px;
	padding-left:5px;
	font-size:14px;
	color:#006;
	line-height:1.2;
	border-left:8px solid #5454A7;
	margin-top: 20px;
}
#main h4 {
	margin-bottom:2px;
	padding:3px;
	font-size:14px;
	color:#fff;
	background-color: #55002B;
}
#main h5 {
	font-size:13px;
	color:#823C34;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #823C34;
}
#main h6 {
	margin-bottom:2px;
	font-size:13px;
	color:#FFF;
	background-color: #C00;
	padding-left: 3px;
}
#main ol li {
	margin-bottom: 12px;
}
#main p {
	margin:0 0 1em 0;
}
#main dt {
	margin-bottom:3px;
	background-image: url(../images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 3px;
}
#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
	display:inline-block;
}
#main dl.information dt {
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/bg_list.gif) 0 6px no-repeat;
}
#main dl.information dd {
	margin:0 0 1em 1em;
	padding:3px;
}
#main table {
	width:100%;
	border-collapse:collapse;
}
#main table th {
	padding:5px;
	font-size:12px;
	color:#fff;
	text-align:left;
	border:1px solid #ddd;
	background:#db7100;
}
#main table td {
	text-align:left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.table_noborder {
	width: 100%;
	border-collapse:collapse;
	border: 1px dotted #666;
}
.table_noborder_td {
	text-align:left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}




/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom:20px;
}
#sub h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:1.2;
}
#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}
#sub li {
	padding:5px 0 5px 0;
	list-style:none;
	background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}
#sub li a {
	display:block;
	width:200px;
	padding-left:12px;
	background:url(../images/bg_list.gif) 0 6px no-repeat;
}
#sub li a:hover {
	border:none;
	font-weight:bold;
	background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
	text-decoration:none;
}
/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
	padding:10px 0;
	text-align:right;
}
#pageTop a {
	padding:0 0 0 12px;
	background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}
/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
	padding:20px 0 0 0;
	border-top:1px solid #CECFCE;
	text-align: center;
}
#footMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footMenu li {
	margin:0 20px 0 0;
	padding:0;
	font-size:12px;
	display: inline;
}
/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	padding:20px 0;
}
.copyright {
	font-size:11px;
}
/* ========slideshow======== */
#slideshow {
	position: relative;
	width:  780px; /* 画像の横幅に合わせて記述 */
	height: 250px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/* ========slideshow end======== */


.add_top {
	margin-top: 20px;
}
.add_top10 {
	margin-top: 10px;
}

.box_new {
	overflow:auto;
	width:400px;
	height:180px;
	padding: 5px;
}
.box_new dl {
	margin: 0px;
}
.box_new dl dt {
	clear:left;
	float:left;
	width:7em;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 0em;
}

.box_new dl dd {
	margin-left:0;
	background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8em;
	padding-right: 0em;
}
.box_waku {
	border: 1px solid #954473;
	padding-left: 3px;
	padding-right: 3px;
}
.box_waku_blue {
	border: 1px dotted #009;
	padding: 10px;
}
.add_bottom {
	margin-bottom: 20px;
}
.box_event {
	border: 1px dashed #900;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.img_right {
	float: right;
	margin-bottom: 17px;
	margin-left: 17px;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.img_left {
	float: left;
	margin-bottom: 17px;
	margin-right: 17px;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.img_r_noshadow {
	float: right;
	margin-bottom: 17px;
	margin-left: 17px;
}
.img_l_noshadow {
	float: left;
	margin-bottom: 17px;
	margin-right: 17px;
}
.clear_both {
	clear: both;
}
.event_table {
	width:100%;
	border-collapse:collapse;
}
.font_strong {
	font-weight: bold;
}
.font_bld_blue {
	font-weight: bold;
	color: #009;
}
.font_bld_red {
	font-weight: bold;
	color: #900;
}
.font_bld_green {
	font-weight: bold;
	color: #390;
}
.event_table td {
	padding:5px;
	text-align:left;
	border:1px solid #C00;
	vertical-align: top;
}
.txt_red {
	font-weight: bold;
	color: #F00;
}
.font_large {
	font-size: 16px;
	font-weight: bold;
}
.add_left50 {
	padding-left: 50px;
}
.add_left30 {
	padding-left: 30px;
}

.event_title {
	font-size: 14px;
	font-weight: bold;
	color: #903;
	text-align: center;
	padding-top: 20px;
}
.event_title_line {
	font-size: 14px;
	font-weight: bold;
	color: #903;
	text-align: center;
	padding-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #933;
}

.bg_yellow {
	background-color: #FF3;
}
.font_sml {
	font-size: 11px;
}
.text_nomal_red {
	color: #F00;
}
.font_blue {
	color: #00C;
}
.hight2000 {
	background-image: url(../images/flowerlong5.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2000px;
	background-position: top;
}
.bgblue_title {
	font-size: 14px;
	color: #FFF;
	background-color: #006;
	text-align: center;
	padding: 3px;
	margin-bottom: 2px;
	font-weight: bold;
}
