/* YUI */
table {
　font-size: inherit;
　font: 100%;
}
select,input,textarea {
　font-size: 99%;
}
/* Origin */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
	background-color: #FFFFFF;
	color: #000000;
}
ul,li,dl,dt,dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
p {
	margin: 0 0 1em 0;
}
img {
	vertical-align: bottom;
	border: 0;
}
a img{
	border: none;
}
a{
	text-decoration: none;
}
a:link{
	color: #0000FF;
}
a:visited{
	color: #FF3300;
}
a:hover{
	color: #FF0000;
}
a:active{
	color: #FF0000;
}
/* Block */
#bgTop {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 734px;
	z-index: -1;
}
#bgBottom {
	position: absolute;
	background-image: url(../images/bg_foot_line.jpg);
	background-repeat: repeat;
	top: 734px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 639px;
	z-index: -2;
}
#containerTopBG {
	margin: 0 auto;
	background-image: url(../images/bg_head_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	min-height: 1033px;
	height: auto !important;
	height: 1033px;
}
#containerTop {
	margin: 0 auto;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 834px;
	min-height: 1033px;
	height: auto !important;
	height: 1033px;
}
#containerTop h1 {
	margin:0 auto;
	padding: 0;
	line-height: 1em;
}
#head {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 600px;
}
#head p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#main {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 600px;
}
/* Footer */
#footerBG {
	background-image: url(../images/bg_foot_line.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 348px;
	text-align: center;
} 
#footer {
	position: relative;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 834px;
	height: 348px;
	text-align: center;
} 
#footer #linkUni {
	position: absolute;
	top: 210px;
	right: 135px;
}
.fltRight {
	float: right;
}
.fltLeft {
	float: left;
}
.clearFloat {
	clear:both;
}
.clearfix { 
	zoom: 1;/*for IE 5.5-7*/ 
} 
.clearfix:after {/*for modern browser*/ 
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}
/* TEXT */
.txtCenter {
	text-align: center;
}
.txtExp {
	font-size: 72%;
}
.txtMsg {
	font-size: 125%;
	line-height: 1.5em;
}
.txtRed {
	color: #FF0000;
	font-weight: bold;
}
.mrgT1 {
	margin-top: 10px;
	font-size: 1px;
	line-height: 1px;
}
.mrgT2 {
	margin-top: 20px;
}
.mrgLR1 {
	margin-left: 10px;
	margin-right: 10px;
}
.mrgB3 {
	margin-bottom: 30px;
}
.mrgL2 {
	margin-left: 20px;
}
.txtUnderLine {
	border-bottom: 1px solid #CCCCCC;
}
ul.listDisk {
	margin-left: 1em;
}
ul.listDisk li {
	list-style-image: url(../images/disk.gif);
	margin-bottom: 1em;
}
ol.listNum li {
	list-style-type: decimal;
	margin-bottom: 1em;
}
/* Table */
table.basicLine {
	width: 510px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 0 auto;
}
table.basicLine tr,table.basicLine th,table.basicLine td {
	text-align: left;
	vertical-align: center;
	border: 1px solid #cccccc;
	padding: 0.5em;
	height: 2em;
}
table.basicLine th {
	font-weight: normal;
	background-color: #FFFFCC;	
}
table.basicLine2 {
	width: 510px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 0 auto;
}
table.basicLine2 tr,table.basicLine2 th,table.basicLine2 td {
	text-align: center;
	vertical-align: center;
	border: 1px solid #cccccc;
	padding: 5px;
	height: 2em;
}
table.whLine {
	width: 510px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
}
table.whLine tr,table.whLine th,table.whLine td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #FFFFFF;
	padding: 0.5em;
	height: 2em;
}
table.whLine th {
	font-weight: normal;
	background-color: #C6E0F4;	
	width: 7em;
}
table.whLine td {
	background-color: #F0F0F0;
}
table.smallT {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #666666;
	margin: 0 auto;
}
table.smallT tr,table.smallT th,table.smallT td {
	vertical-align: top;
	border: 1px solid #666666;
	font-size: 90%;
	padding: 0.2em;
	height: auto;
}
table.smallT th.center {
	background-color: #C5D8F5;
	text-align: center;
}
table.smallT td {
	text-align: right;	
}
dl.dTable dt {
	width: 13em;
	float: left;
	clear: left;
}
dl.dTable dd {
	margin-left: 13em;
	width: 10em;
}
table.mailForm {
	width: 510px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}
table.mailForm tr,table.mailForm th,table.mailForm td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
table.mailForm th {
	background-color: #EEDDFF;
	font-weight: normal;
}
td.sunday {
	color: #FF0000;
	font-weight: bold;
}
td.saturday {
	color: #0000FF;
}
td.ope {
	background-color: #FFFF33;
}
.txtOpe {
	color: #FFFF33;
}
/* Mail */
table.mailForm input {
	width: 340px;
	height: 1.5em;
	font-size: 110%;
}
table.mailForm textarea {
	width: 340px;
	height: 10em;
	font-size: 110%;
}
.sendmail {
	width: 100px;
	height: 1.5em;
	margin: 1em 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #EEDDFF;
	font-size: 130%;
}
/* Calendar */
table.calendar {
	width: 480px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 0 20px;
}
table.calendar caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
table.calendar tr,table.calendar td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #cccccc;
	height: 2em;
}
table.calendar th {
	text-align: center;
	vertical-align: center;
	border: 1px solid #cccccc;
	background-color: #FCE9FF;
}
/* kadomaru */
#main #boxTop {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 588px;
	height: 32px;
	background-image: url(../images/frame_top.gif);
	background-repeat: no-repeat;
}
#main #box {
	margin: 0 auto;
	text-align: left;
	width: 532px;
	min-height: 620px;
	height: auto !important;
	height:620px;
	padding:0px 28px 0px 28px;
	background-image: url(../images/frame_body.gif);
	background-repeat: repeat;
	font-size: 110%;
	line-height: 1.4em;
}
#main #boxBottom {
	margin: 0 auto;
	text-align: center;
	width: 588px;
	height: 30px;
	margin-bottom:30px;
	background-image: url(../images/frame_bottom.gif);
	background-repeat: no-repeat;
}
#main #box h2 {
	margin: 0 0 32px 0;
}
#main #box h3 {
	margin: 10px 0 10px 0;
}
#main #boxTop hr,#main #boxBottom hr {
	display:none;
}
/* Facillities */
#fLeftBox {
	float: left;
	width: 390px;
	height: 513px;
}
#fRightBox {
	float: right;
	width: 142px;
	height: 513px;
}
/* Boshu */
#main #invBgIMG {
	margin: 0;
	padding: 30px 0 0 84px;
	width: 448px;
	height: 60px;
	background-image: url(../images/invitation_ttl_bg.gif);
	background-repeat: no-repeat;
	font-size: 165%;
	font-weight: bold;
	color: #FFFFFF;
}
/* Event Page */
#main #eventBox {
	width: 532px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	margin: 0;
	padding: 0;
}
#main #eventBox dl, #main #eventBox dd {
	margin: 0;
	padding: 0;
}
#main #eventBox #leftBox1,
#main #eventBox #leftBox2,
#main #eventBox #leftBox3,
#main #eventBox #leftBox4 {
	margin: 0;
	padding: 5px 0 0 5px;
	float: left;
	width: 183px;
	height: 175px;
}
#main #eventBox dl.fltLeft1,
#main #eventBox dl.fltLeft2,
#main #eventBox dl.fltLeft3,
#main #eventBox dl.fltLeft4 {
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	width: 114px;
	height: 175px;
}
#main #eventBox #leftBox1,#main #eventBox dl.fltLeft1 {
		background-color: #FFFFB3;
}
#main #eventBox #leftBox2,#main #eventBox dl.fltLeft2 {
		background-color: #B9EEFF;
}
#main #eventBox #leftBox3,#main #eventBox dl.fltLeft3 {
		background-color: #FFD1B3;
}
#main #eventBox #leftBox4,#main #eventBox dl.fltLeft4 {
		background-color: #C8FFC8;
}

/* NEWS, INFOMATION */
#main #box h3.news, #main #box h3.info {
	margin: 0;
	padding: 15px 0 0 60px; 
	width: 472px;
	height: 57px;
	font-size: 130%;
	background-repeat: no-repeat;
}
#main #box h3.news {
	background-image: url(../images/ttl_back_news.gif);
}
#main #box h3.info {
	background-image: url(../images/ttl_back_infomation.gif);
}
#main #box .mrgLR2 {
	margin-left: 20px;
	margin-right: 20px;
}

/* PHOTO ALBUM */
#main #box h3.phototitle {
	font-size: 120%;
	text-align: center;
}
#main #box ul.photo {
	margin: 0;
	padding: 0;
}
#main #box li.photolist {
	margin: 0;
	padding: 25px 0 0 45px; 
	width: 487px;
	height: 50px;
	font-size: 120%;
	background-repeat: no-repeat;
}
#main #box li.photolist {
	background-image: url(../images/ttl_back_photo.gif);
}
#main #box .fltPhoto {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main #box .fltPhoto img {
	border: 4px solid #FEFE88;
	margin: 7px;
}
/* TOP Page */
#main .btmBGM {
	text-align: right;
	margin-top: 10px;
}
#main #news {
	height: 143px;
	background-image: url(../images/news_frame.gif);
}
#main #blog {
	height: 64px; 
	background-image: url(../images/blog_frame.gif);

}
#main #news, #main #blog {
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 20px;
	width: 568px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
}
#main #blog {
	padding-top: 60px;
}
#main #news ul#headline {
	margin: 0;
	padding: 0 0 0 1em;
	width: 350px;
	height: 118px;
	font-size: 120%;
	display: inline-block;
	overflow: hidden;
}
#main #news ul#headline li {
	list-style-type: disc;
}
#main #blog ul#info {
	margin: 0;
	padding: 0 0 0 1em;
	width: 370px;
	height: 34px;
	font-size: 120%;
	display: inline-block;
	overflow: hidden;
}
#main #blog ul#info li {
	list-style-type: disc;
}
#main #photo {
	margin: 0 auto;
	padding: 0;
	width: 588px;
	height: 200px; 
}
/* End Top */
	
@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

