@charset "EUC-JP";

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, em {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

legend {
	color:#000;
}

del, ins {
	text-decoration:none;
}

/* common */
body {
	margin:0;
	padding: 0;
	text-align: left;
	font-size:100%;
	line-height:1em;
	background: #acd94f;
}

a:link {
	color: #cc3366;
	text-decoration: none;
}

a:visited {
	color: #ff6699; 
	text-decoration: none;
}

a:active {
	color: #cc3366;
	text-decoration: underline;
}

a:hover {
	color: #cc3366;
	text-decoration: underline;
}

/**/
#container {
	margin:0 auto;
	width:800px;
	padding: 0 0 0;
	background: #89c904;	
}

#contents {
	background: url(../img/bg.jpg) no-repeat;
	padding: 0 0 100px;
}


#footer {
	width:801px;
	height: 51px;
	text-align:center;
	line-height:1.5em;
	color:#ffffff;
	font-size:0.8em;
	background: url(../img/contents_bg_b.gif) no-repeat bottom left;
	margin:0 auto 20px;
	padding: 13px 0 0;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff; 
	text-decoration: none;
}

#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#photos {
	width: 728px;
	margin: 0 0 0 42px;
}

#photos li {
	float: left;
	margin: 0 6px 4px 0;
}

#photos2 {
	clear: both;
	width: 728px;
	margin: 0 0 0 42px;
}

#photos2 li {
	float: left;
	margin: 0 6px 0 0;
}

#photos img, #photos2 img {
	vertical-align: bottom;	
}

#junhudo {
	clear: both;
	width: 714px;
	margin: 0 0 6px 42px;
	text-align: right;	
}

#kyosan {
	background: #FFFFFF;
	margin: 0 23px;
	padding: 15px 13px;
}

#kyosan dt {
	margin: 0 0 5px;
}

#kyosan dd {
	margin: 0 0 0 4px;	
}

#eventInfo {
	width: 757px;
	margin: 0 auto 15px;
	padding: 25px 0 0;
	background: url(../img/box_t.gif) no-repeat top left;
}

#eventInfoIn {
	padding: 0 0 25px;
	background: url(../img/box_b.gif) no-repeat bottom left;
}

#eventInfoIn2 {
	padding: 0 30px 0;
	background: url(../img/box_m.gif) repeat-y top left;
}

#eventInfo h3 {
	margin: 0 0 18px;
}

#eventInfo strong {
	color: #FF9900;	
}



.textBoxs {
	width: 727px;
	margin: 0 auto 15px;
}

.textBoxs table {
	width: 727px;
	margin: 0 0 11px;
}

.textBoxs td.inBox {
	background: #FFF;
	border: 3px solid #3486C0;
	width: 332px;
	padding: 10px;
	vertical-align: top;
}

.textBoxs td.inBox p {
	width: 192px;
	float: left;
}

.imgFR {
	float: right;
	margin: 20px 0 0 0;
}

.cellCenter {
	width: 11px;	
}



/* ツールバー */
iframe {
	background:#000;
}





/*
　文字サイズ
-------------------------------------- */
.f1 {
	font-size: 70%;
	line-height: 120%;	
}

.f2 {
	font-size: 80%;
	line-height: 140%;	
}

.f3 {
	font-size: 90%;
	line-height: 140%;	
}


/*
　その他
-------------------------------------- */

.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

.clear {
	clear: both;	
}

.mgB10 {
	margin-bottom: 10px;	
}

.mgB15 {
	margin-bottom: 15px;	
}

.mgB20 {
	margin-bottom: 20px;	
}