@charset "Shift_JIS";
/*
===============================================
www.syokubutsuen-kyokai.jp
Version:  2008.SEP
===============================================
*/

/* base
---------------------------------------------------- */
h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,form,fieldset,input,textarea,pre,blockquote {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
html {
    margin-bottom:1px;
    height: 100%;
    }
body {
	color: #333;
	font-size: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	text-align: center;
	line-height:1.2;
	}
table {
	border-collapse: collapse;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
ul,ol {
	list-style-type: none;
	}
hr {
	display: none;
	}
fieldset {
	border: 0;
	}
select {
	font-size: 100%;
	}
address,caption,cite,code,dfn,em,th,var,kbd,samp {
	font-style: normal;
	font-weight: normal;
	}
abbr,acronym {
	border: 0;
	}


/* clear
---------------------------------------------------- */
.clear {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
*:first-child+html .clearfix {display: inline-block;}
* html .clearfix {height: 1%;}


/* link
---------------------------------------------------- */
a:link,
a:visited,
a:active {
	color: #36C;
	text-decoration: underline;
	}
a:hover {
	color: #36C;
	text-decoration: underline;
	background-color: #EFE2CB;
	}

/* font style
---------------------------------------------------- */

.b {
	font-weight:bold;
	}

.norText {
	font-size: 88%;
	line-height: 140%;
	}


