/*shokika------------------------*/
body,form,fieldset {
margin: 0;
padding: 0; 
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,dl.dt.dd {
margin: 0;
padding: 0; 
}
img {
border: 0;
margin: 0;
padding: 0;
}

/* base---------------------- */
body {
	margin: 0;
	text-align: center;
	background: #000;
	font-size: 10pt;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝","HG明朝E","HGP明朝E","HGS明朝E","ＭＳ Ｐ明朝","MS Serif", Century, Times New Roman, serif;
}
/* clear---------------------- */
.clear { 
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* body---------------------- */
.wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	color: #000;
}
.bg {
	width: 800px;
	background: url(../top_img/bg01.gif) repeat-y;
	background-position: 100% 0;
}
.left {
	float: left;
	width: 556px;
}
.left p {
	padding: 15px 30px 20px 15px;
	width: 511px;
	line-height: 180%;
}
.right {
	float: right;
	width: 214px;
	padding: 0 15px 15px 10px;
	background: none;
	color: #542d2d;
}
.right p {
	padding: 0 0 10px 0;
	line-height: 160%;
}
* html .right { /* IE6 Hack */
	margin-right: -3px;
}

/* header---------------------- */
.header {
	width: 539px;
	height: 37px;
	background: url(../img/topheader_bg.gif) no-repeat;
	padding: 0;
}
h1 {
	display: block;
	width: 134px;
	height: 37px;
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat;
}
h2 {
	color: #542d2d;
	font-size: 120%;
}

/* border---------------------- */
.border {
	width: 800px;
	height: 23px;
	background: url(../top_img/greenbg.gif) repeat-x;
	clear: both;
} 

/* main---------------------- */
.main {
	width: 770px;
	padding: 15px 15px 0 15px;
	background: url(../top_img/bg03.gif) repeat-y;
	background-position: 0 0;
}

/* navi---------------------- */
.navi {
	width: 770px;
	height: 75px;
}
.navi ul {
	list-style: none;
}
.navi li {
	display:block;
	float: left;
	text-indent: -9999px;
	margin: 0;
}
.navi ul li#con1 a {
	width: 182px;
	height: 65px;
	background: url(../top_img/navi_01.gif) no-repeat;
	background-position: 0 0;
	display:block;
	margin-right: 14px;
}
.navi ul li#con1 a:hover {
	background: url(../top_img/navi_01.gif) no-repeat;
	background-position: 0 -65px;
}
.navi ul li#con2 a {
	width: 182px;
	height: 65px;
	background: url(../top_img/navi_02.gif) no-repeat;
	background-position: 0 0;
	display:block;
	margin-right: 14px;
}
.navi ul li#con2 a:hover {
	background: url(../top_img/navi_02.gif) no-repeat;
	background-position: 0 -65px;
}
.navi ul li#con3 a {
	width: 182px;
	height: 65px;
	background: url(../top_img/navi_03.gif) no-repeat;
	background-position: 0 0;
	display:block;
	margin-right: 13px;
}
.navi ul li#con3 a:hover {
	background: url(../top_img/navi_03.gif) no-repeat;
	background-position: 0 -65px;
}
.navi ul li#con5 a {
	width: 182px;
	height: 65px;
	background: url(../top_img/navi_05.gif) no-repeat;
	background-position: 0 0;
	display:block;
}
.navi ul li#con5 a:hover {
	background: url(../top_img/navi_05.gif) no-repeat;
	background-position: 0 -65px;
}

/* comment01---------------------- */
.comment_box {
	float: left;
	width: 375px;
	line-height: 160%;
}
.comment01 {
	width: 365px;
	padding: 5px;
	margin-bottom: 8px;
}
.comment01 p {
	padding: 0.5em 0 0 0.5em;
}

/* comment02---------------------- */
.comment02 {
	width: 365px;
	padding: 5px;
	margin-bottom: 8px;
}
.comment02 p {
	padding: 0.5em 0 0 0.5em;
}

/* event---------------------- */
.event {
	background: url(../top_img/event_bg.gif) no-repeat;
	border: double #588930;
	background-color: #fff;
	padding: 5px 5px 5px 135px;
	width: 245px;
	float: right;
	margin: 10px 0;
}
.event img {
	float: left;
	margin-right: 10px;
}
.event p.title {
	font-size: 110%;
	font-weight: bold;
	color: #683a3a;
	margin: 0.5em 0;
}
.event p {
	margin-bottom: 0.5em;
}

/* banner---------------------- */
.banner {
	text-align: right;
	width: 770px;
	margin-top: 15px;
	margin-bottom: 20px;
	clear: both;
}
.banner img {
	margin-left: 18px;
}

/* center---------------------- */
.center {
	text-align: center;
}

/* footer---------------------- */
.tel {
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝", "ＭＳ Ｐ明朝", "MS Serif", Century, Times New Roman, serif,HG明朝E,HGP明朝E,HGS明朝E;
	padding: 5px;
	clear: both;
}
.footer {
	width: 800px;
	padding: 3px 0;
	background-color: #683a3a;
	color: #fff;
	font-size: 85%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}

/*お知らせ*/

span.red {
	color: #cc0000;
	padding: 0.5em 0 0 1em;
}