@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
table{
	width: 530px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
table th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	white-space: nowrap;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 860px;
	margin: 0px auto;
	background-repeat: repeat;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #000033;
}
/* header style
-----------------------------------*/
#header {
	background-color: #FFFFFF;
	height: 58px;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 15px;
}
#header #title {
	position: absolute;
	left: 90px;
	top: 30px;
}
#header h2 {
	position: absolute;
	left: 40px;
	top: 120px;
	color: #333333;
	border-bottom: 2px solid #009966;
	width: 800px;
	font-size: 120%;
	font-style: normal;
	background-image: url(img/white.gif);
}
#main_img {
	height: 300px;
	width: 860px;
}

/* mainmenu style
-----------------------------------*/
#mainmenu{
	background-color: #FFFFFF;
	position: relative;
	width: 858px;
	height: 340px;
}
#mainmenu  #main_img {
	top: 3em;
	position: relative;
}

#mainmenu ul {
	width: 858px;
	position: absolute;
	left: 0px;
	background-color: #FFFFFF;
	top: 0px;
}
#mainmenu ul li {
	list-style: none;
	float: left;
	display:block;
	height: 2.5em;
	width: 121px;
	border-bottom: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-top: 1px double #ccccff;
}

#mainmenu ul li a {
	line-height: 2.5em;
	color: #FFffFF;
	text-decoration: none;
	background-color: #0066FF;
	text-align: center;
	border-bottom: 1px solid #ccccff;
	height: 2.5em;
	width: 121px;
	display: block;
	border-top: 1px solid #ccccff;
}
#mainmenu ul li a:hover {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	background-color: #B8E1D7;
	text-align: center;
	border-bottom: 1px solid #ccccff;
	height: 2.5em;
	width: 121px;
	display: block;
}
#mainmenu ul.submenu{
	visibility:hidden;
	width: 121px;
	z-index: 9999;
}
#mainmenu ul.submenu li{
	float: none;
	display:block;
	height: 2.5em;
	width: 121px;
}
#mainmenu ul.submenu li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4080C0;
	text-align: center;
	border-bottom: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	height: 2.5em;
	width: 121px;
	display: block;
}
#mainmenu ul.submenu li a:hover {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	background-color: #B8E1D7;
	text-align: center;
	border-bottom: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	height: 2.5em;
	width: 121px;
	display: block;
}


#mainmenu #submenu1 {
	position: absolute;
	left: 0px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu2 {
	position: absolute;
	left: 122px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu3 {
	position: absolute;
	left: 244px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu4 {
	position: absolute;
	left: 366px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu5 {
	position: absolute;
	left: 488px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu6 {
	position: absolute;
	left: 610px;
	top: 2.6em;
	float: none;
}
#mainmenu #submenu7 {
	position: absolute;
	left: 732px;
	top: 2.6em;
	float: none;
}
#home #mainmenu #nhome,
#begin #mainmenu #nbegin,
#guid #mainmenu #nguid,
#gospel #mainmenu #ngospel,
#onsei #mainmenu #nonsei,
#akasi #mainmenu #nakasi,
#link #mainmenu #nlink,
#akasi_doc #mainmenu #nakasi {
	background-color: #FF6600;
	color: #ffffff;
}
#home #mainmenu #nhome:hover,
#begin #mainmenu #nbegin:hover,
#guid #mainmenu #nguid:hover,
#gospel #mainmenu #ngospel:hover,
#onsei #mainmenu #nonsei:hover,
#akasi #mainmenu #nakasi:hover,
#link #mainmenu #nlink:hover,
#akasi_doc #mainmenu #nakasi:hover {
	background-color: #FFCC33;
	color: #333333;
}

/* sidebar style
-----------------------------------*/
#sidebar h2 {
	border-bottom: 2px dotted #CC6600;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(img/b109.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	margin-bottom: 5px;
	border-top: 2px dotted #CC6600;
	line-height: 2em;
}

#sidebar h2.new {
	border-bottom: 2px dotted #339900;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(img/b112.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	border-top: 2px dotted #339900;
}
#sidebar h2.title {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(img/cross_v.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	background-color: #dce6f0;
	border: 4px double #CCCCFF;
}
#sidebar #news p {
	line-height: 2.5em;
	padding-left: 10px;
}

#sidebar ul {
	margin: 10px;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}
#sidebar ul li a {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
	width: 185px;
}
#sidebar ul li a:hover {
	background-image: url(img/arrow_hover.gif);
}

#sidebar .box1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: 3px #BDC5DC;
	border-right: 3px #BDC5DC;
	border-bottom: 3px #BDC5DC;
	border-left: 3px #BDC5DC;
}
#sidebar .box2 {
	border: 3px none #66CC66;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#sidebar .box1 p {
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar .youtube {
	padding-bottom: 10px;
	font-size: 85%;
	color: #6699FF;
}
#sidebar .address {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	margin-top: 20px;
	border: 3px double #666666;
	padding: 5px;
	background-color: #FFFFFF;
}
#sidebar .address h2 {
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: none;
	border-style: none;
	padding-left: 5px;
}
#sidebar .address p {
	padding-left: 5px;
}

/* home main style
-----------------------------------*/
#home #main h2 {
	border-bottom: 2px dotted #3366FF;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-top-style: none;
	background-image: url(img/cross_v.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	margin-bottom: 5px;
	background-color: #dce6f0;
}
#home  #main  h2.message  {
	background-color: #CCFF99;
	background-image: url(img/cross_gr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px dotted #339933;
	border-top: 3px double #339933;
	border-right: 3px double #339933;
	border-left: 3px double #339933;
}

#home #main iframe {
	margin-bottom: 15px;
	height: 150px;
	width: 568px;
	display: block;
}
#home #main .mainbox1 {
	margin-bottom: 25px;
	height: 200px;
	width: 250px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-right: 25px;
	float: left;
	border: 3px double #BDC5DC;
}
#home #main .mainboxNew {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border: 3px double #BDC5DC;
	background-color: #FFFFFF;
}
#home #main #history dt {
	font-weight: bold;
	color: #990000;
	float: left;
	clear: left;
	padding-left: 1em;
}
#home #main #history dd {
	padding-left: 6em;
	margin-bottom: 10px;
}
#home #main #osirase dt {
	color: #000000;
	float: left;
	clear: left;
	padding-left: 1em;
}
#home #main #osirase dd {
	padding-left: 4em;
	margin-bottom: 10px;
	border-bottom: 1px dashed #00CCFF;
	
}
#home #main ul {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}
#home #main ul li {
	line-height: 2em;
}


/* begin main style
-----------------------------------*/
#begin #main h1,
#guid #main h1,
#gospel #main h1,
#onsei #main h1,
#akasi #main h1{
	font-size: 200%;
	border-bottom: 4px double #999999;
	margin-bottom: 20px;
	text-align: center;
	color: #990000;
	border-top: 4px double #999999;
	background-color: #FFFFFF;
}
#begin #main h2,
#guid #main h2, 
#gospel #main h2,
#akasi #main h2{
	font-size: 150%;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 20px;
	color: #003366;
	margin-top: 20px;
	clear: both;
	background-image: url(img/lc0210.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 1em;
	line-height: 2em;
}
#begin #main ul {
	list-style: none;
	padding-left: 2em;
}
#begin #main ul li a {
	font-size: 130%;
	display: block;
	height: 40px;
	width: 200px;
}
#begin #main ul li a:visited {
	color: #333333;
	font-weight: normal;
}

#begin #main p,
#guid #main p {
	line-height: 2em;
	border-bottom: 1px dotted #CCCCCC;
}
#begin #main .inori {
	font-size: 110%;
	line-height: 2.5em;
	color: #CC3333;
}
#begin #main .Theme {
	font-size: 150%;
	color: #990000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#begin #main table {
	font-size: 120%;
	color: #990000;
	font-weight: bold;
}

/* guid main style 
-----------------------------------*/

#guid #main h3,
#gospel #main h3 {
	line-height: 2em;
	color: #333333;
	font-size: 110%;
	font-weight: bold;
}
#guid #main ul {
	list-style: none;
	font-size: 120%;
}
#guid #main ul li {
	float: left;
	margin-right: 20px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* gospel main style
-----------------------------------*/

#gospel #main table th{
	background-color: #FFCCFF;
	font-size: 120%
}

#gospel #main table a{
	display: block;
	color: #003366;
	font-weight: bold;
	text-align: center;
}

#gospel #main table.concert th{
	color: #FFFFFF;
	background-color: #000066;
	font-size: 120%;
}

#gospel #main table.concert td{
	text-align: left;
	text-indent: 1.5em;
}

#gospel #main table.member th{
	background-color: #66CCCC;
	font-size: 120%;
}
#gospel #main table.member td{
	text-align: left;
	text-indent: 2em;
}

/* akasi_doc style
-----------------------------------*/
#akasi_doc #main .akasi_doc {
	border: 3px double #999999;
	white-space: normal;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#akasi_doc #main h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 3px double #999999;
	margin-bottom: 15px;
	text-align: center;
	color: #003333;
	padding-bottom: 10px;
	background-color: #99CCFF;
	padding-top: 15px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体";
}
#akasi_doc #main p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCCCCC;
}





/* footer style
-----------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul {
	margin-bottom: 5px;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
.create {
	font-size: 120%;
	color: #990000;
	display: block;
	height: 400px;
}

