* { border: 0; margin: 0; padding: 0; }
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#container 
#wrapper {
	width: 100%;
	padding: 0;
	padding-bottom: 70px;
	margin: 0;
	background-color: #ffffff;
}

#wrapper #header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000080;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#header h2#title {
		position: absolute;
		right: 20px;
		top: 30px;
		color: #ffffff; 
	}
	#header img {
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		height: auto;
	}
	#header img#logo {
		position: absolute;
		right: 30px;
		top: 60px;
		width: 250px; 
		height: auto; 
	}
#header_nav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background: url(../../images/header_nav.png) repeat-x top #000000;
	z-index: 2;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#header_nav ul {
		list-style-type: none;
		width: 600px;
		height: 30px;
		margin: 0 auto;
		padding: 0;
		line-height: 30px;
	}
		#header_nav ul li {
			width: 120px;
			height: 30px;
			margin: 0;
			padding: 0;
			float: left;
			font-size: 100%;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-shadow: -1px -1px 1px #000000;
			line-height: 30px;
			display: block;
		}
			#header_nav ul li a {
				margin: 0;
				padding: 0;
				text-decoration: none;
				color: #ffffff;
				display: block;
				background: url(../../images/header_nav.png) repeat-x top #000000;
				line-height: 30px;
			}
			#header_nav ul li a:hover, #header_nav ul li a:focus {
				text-decoration: none;
				color: #ffffff;
				height: 30px;
				line-height: 30px;
				background: url(../../images/header_nav.png) repeat-x bottom #000000;
			}
			#header_nav ul li a.current {
				text-decoration: none;
				color: #ffffff;
				height: 30px;
				line-height: 30px;
				background: url(../../images/header_nav.png) repeat-x bottom #000000;
			}
		#header_nav h1 {
			font-size: 120%;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-shadow: -1px -1px 1px #000000;
			line-height: 50px;
			display: block;
		}
#footer {
	background-color: #000000;
}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	color: white;
	font: 11px arial, Helvetica, clean, sans-serif;
	margin: 0 0 20px 0;
	background: rgb(233,233,233);
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	.breadcrumb li {
		float: left;
		line-height: 20px;
	}
	.breadcrumb li a {
		color: #fff;
		text-decoration: none;
		padding: 0 10px 0 15px;
		background: rgb(142,142,142);
		display: block;
		float: left;
	}
	.breadcrumb li a::after {
		position: relative;
		display: block;
		margin-top: -10px;
		margin-left: auto;
		margin-right: -15px;
		height: 10px;
		width: 10px;
		content: " ";
		-webkit-transform: skew(-30deg);
		background: rgb(142,142,142);
		border-right: 2px solid white;
		-moz-transform: skew(-30deg);
		-o-transform: skew(-30deg);
		transform: skew(-30deg);
	}
	.breadcrumb li a::before {
		float: right;
		display: block;
		margin-bottom: -10px;
		margin-left: auto;
		margin-right: -15px;
		height: 10px;
		width: 10px;
		content: " ";
		-webkit-transform: skew(30deg);
		background: rgb(142,142,142);
		border-right: 2px solid white;
		-moz-transform: skew(30deg);
		-o-transform: skew(30deg);
		transform: skew(30deg);
	}
	.breadcrumb li:first-child a {
		font-weight: 900;
		padding-left: 10px;
		background: rgb(108,108,108);
	}
	.breadcrumb li:first-child a::before,
	.breadcrumb li:first-child a::after {background: rgb(108,108,108);}
	.breadcrumb li:last-child {
		padding-left: 15px;
		background: transparent !important;
		color: rgb(50,116,208);
		font-weight: 900;
	}
	.breadcrumb li a:hover,
	.breadcrumb li a:hover::before,
	.breadcrumb li a:hover::after {background: rgb(108,108,108);}
	.breadcrumb li:first-child a:hover,
	.breadcrumb li:first-child a:hover::before,
	.breadcrumb li:first-child a:hover::after {background: rgb(77,77,77);}
	.breadcrumb li.scope a,
	.breadcrumb li.scope a::before,
	.breadcrumb li.scope a::after {background: rgb(50,116,208);}
	.breadcrumb li.scope a:hover,
	.breadcrumb li.scope a:hover::before,
	.breadcrumb li.scope a:hover::after {background: rgb(34,97,160);}

img.sketch {
	width: 40%;
	height: auto;
	float: right;
}
#top_left {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
#top_right {
	width: 600px;
	margin: 0;
	padding: 0;
	float: right;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#top_right img {
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		height: auto;
	}
.page_message {
	clear: both;
	width: 95%;
	margin: 20px auto;
	background-color: #ffffff;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	.page_message h2 {
		margin: 0 10px;
		line-height: 1.5;
		color: 000000;
		text-indent: 1em;
		text-shadow: 1px 1px 2px #555555;
	}
	.page_message h2 span {
		font-weighr: normal;
		margin-left: 50px;
	}
	.page_message p {
		margin: 0 10px;
		line-height: 1.5;
		color: 000000;
		text-indent: 1em;
	}
	.page_message p.access {
		margin-left: 100px!important;
	}
.page_title {
	margin: 10px auto 10px auto;
	display: block;
	font-weight: bold;
	font-size: 200%;
	color: #808000;
	text-shadow: 1px 1px 2px #555555;
	text-align: center;
	text-decoration: underline;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
h2.page_title {
	clear: both;
	font-size: 120%;
	text-align: left;
	margin: 10px 0 10px 10px;
	text-decoration: none;
	color: #000000;
	text-indent: 0em;
}
#content_area {
	width: 95%;
	margin: 0 auto 30px auto;
	padding: 0;
}
	#content_area p {
		margin: 0 10px;
		line-height: 1.5;
		color: 000000;
		text-indent: 1em;
	}
#content_left {
	width: 60%;
	float: left;
	padding-bottom: 30px;
}
	#content_left img {
		width: 50%;
		height: auto;
		margin: 10px;
		border: 0;
		user-select: none; 		/* CSS3 */
		-moz-user-select: none; 	/* Firefox */
		-webkit-user-select: none; 	/* Safari、Chromeなど */
		-ms-user-select: none; 		/* IE10かららしい */
	}
	#content_left img.center {
		width: 95%;
		display: block;
		margin: 10px auto;
	}
	#content_left p{
		user-select: none; 		/* CSS3 */
		-moz-user-select: none; 	/* Firefox */
		-webkit-user-select: none; 	/* Safari、Chromeなど */
		-ms-user-select: none; 		/* IE10かららしい */
	}
	#content_left p span {
		font-weight: bold;
		text-shadow: 1px 1px 2px #555555;
	}
	#content_left p.section {
		margin-left: 4em;
	}
	p.section span {
		font-weight: bold;
	}
	#content_left p.description {
		margin-left: 4em;
		text-indent: 0em;
		text-indent: 1em;
	}
	#schedule{
		user-select: none; 		/* CSS3 */
		-moz-user-select: none; 	/* Firefox */
		-webkit-user-select: none; 	/* Safari、Chromeなど */
		-ms-user-select: none; 		/* IE10かららしい */
	}
#content_right {
	width: 35%;
	float: right;
	padding-bottom: 30px;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#content_right h2.title {
		margin: 20px 0 10px 0;
		text-align: center;
		font-size: 120%;
		text-decoration: underline;
		color: #000000;
		text-shadow: 1px 1px 2px #555555;
	}
	#content_right h2 {
		clear: both;
		text-align: left;
		font-size: 100%;
		margin: 10px 0 10px 10px;
		text-decoration: none;
		color: #000000;
		text-shadow: 1px 1px 2px #555555;
	}
	#content_right h2.title_base {
  		position: relative;
  		display: inline-block;
  		padding: 0.25em 0.5em;
  		text-decoration: none;
  		color: #FFF !important;
  		background: #BDB76B; // #fd9535;/*背景色*/
  		border-bottom: solid 2px #8B4513; //#d27d00;/*少し濃い目の色に*/
  		border-radius: 4px;/*角の丸み*/
  		box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  		font-weight: bold;
  		font-size: 100%;
  		text-shadow: none !important;
	}

	#content_right p {
		margin: 0 10px;
		color: #000000;
		text-align:center;
	}
	#content_right p.update {
		text-align: right;
	}
	#content_right p span {
		font-weight: bold;
		text-shadow: 1px 1px 2px #555555;
	}
	#content_right img {
		max-width: 300px;
		width: 90%;
		height: auto;
		margin: 10px auto;
		display: block;
		user-select: none; 		/* CSS3 */
		-moz-user-select: none; 	/* Firefox */
		-webkit-user-select: none; 	/* Safari、Chromeなど */
		-ms-user-select: none; 		/* IE10かららしい */
	}
	#content_right img.right {
		max-width: 300px;
		width: 50%;
		height: auto;
		margin: 10px auto;
		display: block;
	}
	#content_right #flower {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#content_right p.description {
		text-align: left;
		margin-left: 2em;
		text-indent: 1em;
	}
.emergency {
	color: #ff0000 !important;
}
.old_flower {
		max-width: 300px!important;
		width: 90%!important;
		height: auto!important;
		margin: 10px auto 2px auto!important;
		display: block;
}
img.left { float: left; }
img.right { float: right; }
p.left { text-align: left; }
p.right { text-align: right; }
.white {
	background-color: #ffffff;
	color: #000000;
}
.black {
	background-color: #000000;
	color: #ffffff;
}
.blue {
	background-color: #f0ffff;
	color: #000000;
}
.gray {
	background-color: #708090;
	color: #ffffff;
}
.sky {
	background: url(../../images/sky_back.png) repeat-x 0 0 #ffffff;
	color: #000000;
}

#custom {
	width:92%; 
	border: 3px double #555555;
	margin:10px auto;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#custom p.no_ex {
		text-align:center;
		margin: 20px;
	}
	#custom p.exh_title1 { text-indent: 2em !important; }
	#custom p.exh_title2 { text-indent: 2em !important; font-size: 120% !important; }
	#custom p.exh_title3 { text-indent: 3em !important; }
	#custom p.br { margin-bottom: 1em !important; }
	#custom p.br2 { margin-top: 1em; margin-bottom: 1em !important; }

#standard {
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}

#business_report {
	margin-bottom: 50px;
}
	#business_report h2 {
		max-width: 550px;
		width: 95%;
		margin: 0 auto;
		line-height: 1.5;
		text-align: left;
	}
	#business_report h2 span {
		font-size: 90%;
		font-weight: normal;
		margin-left: 100px;
		text-shadow: none;
	}
	#business_report h2 span a {
		color: #000000;
		text-decoration: none;
	}
dl.business {
	max-width: 550px;
	width: 100%;
	margin: 10px auto 20px auto; 
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#ddeeff;
	margint:5px;
}
	dl.business dt {
		float:left;
		clear: left;
		width:200px;
		font-weight:bold;
		background-color:#ddeeff;
		border-top:1px solid #ccc;
		padding:5px;
	}
	dl.business dd {
		background-color:#ffffff;
		border-top:1px solid #ccc;
		margin-left:200px;  
		padding:5px;
	}
	dl.business:after {
		clear: both;
		content: "";
		display: block;
	}
dl.company {
	margin: 0 auto 15px auto;
	padding: 0 10px 10px;
	width: 550px;
	font-size: 90%;
}
	dl.company dt {
		float: left;
		width: 150px;
		padding: 10px 0;
		font-weight: bold;
		text-indent: 1em;
		line-height: 150%;
	}
	dl.company dd {
		padding: 10px 0 10px 150px;
		line-height: 150%;
		border-bottom: 1px #CCCCCC solid;
	}
	dl.company dd a {
		color: #000000;
		font-weight: bold;
	}
table#members {
	width: 550px;
	margin: 20px auto;
	border-spacing: 0;
	font-size:14px;
}
	table#members th {
		color: #fff;
		padding: 8px 15px;
		background: #258;
  		background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		font-weight: bold;
		border-left:1px solid #258;
		border-top:1px solid #258;
		border-bottom:1px solid #258;
		line-height: 120%;
		text-align: center;
		text-shadow:0 -1px 0 rgba(34,85,136,0.9);
		box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table#members th:first-child {
		border-radius: 5px 0 0 0;	
	}
	table#members th:last-child {
		border-radius:0 5px 0 0;
		border-right:1px solid #258;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table#members tr td {
		padding: 8px 15px;
		border-bottom: 1px solid #84b2e0;
		border-left: 1px solid #84b2e0;
		text-align: center;
	}
	table#members tr td:last-child {
		border-right: 1px solid #84b2e0;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table#members tr {
		background: #fff;
	}
	table#members tr:nth-child(2n+1) {
		background: #f1f6fc;
	}
	table#members tr:last-child td {
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table#members tr:last-child td:first-child {
		border-radius: 0 0 0 5px;
	}
	table#members tr:last-child td:last-child {
		border-radius: 0 0 5px 0;
	}
table#charge {
	width: 550px;
	margin: 20px auto;
	border-spacing: 0;
	font-size:14px;
}
	table#charge th {
		color: #fff;
		padding: 8px 15px;
		background: #258;
  		background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		font-weight: bold;
		border-left:1px solid #258;
		border-top:1px solid #258;
		border-bottom:1px solid #258;
		line-height: 120%;
		text-align: center;
		text-shadow:0 -1px 0 rgba(34,85,136,0.9);
		box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table#charge th:first-child {
		border-radius: 5px 0 0 0;	
	}
	table#charge th:last-child {
		border-radius:0 5px 0 0;
		border-right:1px solid #258;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table#charge tr td {
		padding: 8px 15px;
		border-bottom: 1px solid #84b2e0;
		border-left: 1px solid #84b2e0;
		text-align: center;
	}
	table#charge tr td:last-child {
		border-right: 1px solid #84b2e0;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table#charge tr {
		background: #fff;
	}
	table#charge tr:nth-child(2n+1) {
		background: #f1f6fc;
	}
	table#charge tr:last-child td {
		box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table#charge tr:last-child td:first-child {
		border-radius: 0 0 0 5px;
	}
	table#charge tr:last-child td:last-child {
		border-radius: 0 0 5px 0;
	}
	table#charge tr:hover {
		background: #bbd4ee;
		cursor:pointer;
	}

#content_area p.caution {	
	margin-left: 180px;
	text-indent: -1em; 
}
#content_area p.caution2 {	
	margin-left: 200px;
	text-indent: -1em; 
}

/*   for Sitemap    */

.tree {
	width: 300px;
	margin:20px auto;
	font-size: 15px;
	line-height: 30px;
}
.tree ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tree ul ul{
	padding-left: 25px;
	background-image: url(../../images/line.png);
	background-repeat: repeat-y;
}
.tree ul ul li {
	margin-left: -25px;
	padding-left: 25px;
	background-image: url(../../images/t_line.png);
	background-repeat: no-repeat;
}
.tree li.lastitem{
	background-color: white;
	background-image: url(../../images/l_line.png);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
}
.tree a {
	text-decoration: none;
	color: #000000;
}
.tree a:hover{
	color: #ff0066;
}
.bold {	font-weight: bold; }

.btnTop {
	font-size: 85%;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 20px;
}
	.btnTop a {
		text-shadow: 1px 1px 0 #ddd;
		display: block;
		padding: 5px 0;
		color: #444444;
		text-decoration: none;
		behavior: url(/js/PIE.htc);
	}

/* Mail Form */
#mailform{
	margin:1em 0 30px 50px;
	padding:10px 0 0 0;
}
	#mailform fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
	}		
	#mailform legend{
		background:#fff;
		padding:0 20px;
		font-style:italic;
	}	
	#mailform p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
	}	
	#mailform label{
		float:left;
		width:160px;
		display:block;
		text-align:right;
		margin-right:10px;
	}	
	#mailform input, #mailform textarea{	
		margin:0;	
		width:300px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
	}		
	#mailform input#name{background:#fff url(../../images/form_name.png) no-repeat 5px 50%;}
	#mailform input#email{background:#fff url(../../images/form_email.png) no-repeat 5px 50%;}
	#mailform input#email2{background:#fff url(../../images/form_email.png) no-repeat 5px 50%;}
	#mailform input#tel{background:#fff url(../../images/form_tel.png) no-repeat 5px 50%;}
	#mailform textarea#message{background:#fff url(../../images/form_note.png) no-repeat 5px 6px;}
	#mailform textarea{
		height:125px;
		overflow:auto;
	}					
	#mailform p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
	}	
	#mailform button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(../../images/form_button.png) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
	}
	#mailform span {
		color: red;
	}
/*   for Map  */

#map {
	width: 95%;
	height: 350px;
	margin: 10px auto;
	border: 1px solid #000000;
	clear: both;
}
.routemap {
	max-width: 280px;
	width: 90%;
	border: 1px solid #696;
	padding: 10px 10px 10px 10px;
	margin: 20px auto;
	font-weight:bold; 
	font-family: Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	text-align: center; 
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #A3CEA0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A3CEA0), to(#507538));
	background: -webkit-linear-gradient(#A3CEA0, #507538);
	background: -moz-linear-gradient(#A3CEA0, #507538);
	background: -ms-linear-gradient(#A3CEA0, #507538);
	background: -o-linear-gradient(#A3CEA0, #507538);
	background: linear-gradient(#A3CEA0, #507538);
	-pie-background: linear-gradient(#A3CEA0, #507538);
	behavior: url(../../js/PIE.htc);
	display: none;
}
	.routemap:hover{
 
		border: 1px solid #696;
		padding: 10px 10px 10px 10px;
		margin: 20px auto;
		font-weight:bold; 
		font-family:arial, helvetica, sans-serif; 
		color: #ffffff;
		text-align: center; 
		width: 300px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		-webkit-box-shadow: #666 0px 2px 3px;
		-moz-box-shadow: #666 0px 2px 3px;
		box-shadow: #666 0px 2px 3px;
		background: #faf68f;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#faf68f), to(#7d8510));
		background: -webkit-linear-gradient(#faf68f, #7d8510);
		background: -moz-linear-gradient(#faf68f, #7d8510);
		background: -ms-linear-gradient(#faf68f, #7d8510);
		background: -o-linear-gradient(#faf68f, #7d8510);
		background: linear-gradient(#faf68f, #7d8510);
		-pie-background: linear-gradient(#faf68f,#7d8510);
		behavior: url(../../js/PIE.htc);
	}
#standard {
	width: 95%;
	margin: 0 auto;
}
	#standard .collections {
		width: 50%;
		float:left;
	}
#content_right .collections {
	float: none;
	width: 90%;
	margin: 10px auto;
	border-top: 1px dashed #000000;
}
 .collections img {
		display: block;
		width: 90% !important;
		height: auto;
		margin: 20px auto;
		border: 0;
	}
	#content_right .collections img {
		max-width: 200px !important;
		height: auto;
		margin: 20px auto;
		border: 0;
	}
.collections p {
	text-align: center;
}
	.collections p span {
		font-weight: bold;
	}	
.collections_body {
	float: none !important;
	width: 300px !important;
	margin: 10px auto !important;
	text-align: left;
}
	.collections_body img {
		width: 90% !important;
		height: auto;
		margin: 10px auto;
	}
	.collections_body p {
		margin: 0 !important;
		line-height: 1.5;
		text-indent: 0em !important;
		text-align: left;
	}

a.link_to {
	display: none;
}

/* Media Query */

@media only screen and (max-width: 959px) and (min-width: 600px){
	#container {
		width: 100%;
	}
	#header_nav {
		width: 100% !important;
	}
	#top_left {
		float: none;
	}
	#top_right {
		float: none;
		margin: 0 auto;
	}
	#mailform label{
		text-align: left;
	}
	#header h1#title {
		right: 20px;
		top: 10px;
		color: #ffffff; 
		margin: 0;
	}
	#header h2#title {
		right: 20px;
		top: 10px;
		color: #ffffff; 
		margin: 0;
	}
	#header img#logo {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 200px; 
		height: auto; 
	}
	#content_area p.caution, #content_area p.caution2 {	
		margin-left: 18%;
		text-indent: 0em;
	}
}
@media only screen and (max-width: 599px){
	#container {
		width: 100%;
	}
	#header_nav {
		width: 100%;
	}
	#header_nav ul {
		width: 100%;
	}
		#header_nav ul li {
			width: 20%;
		}
	#top_right {
		width: 100%;
	}
	#content_left {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
		#content_left img {
			float: none;
			max-width: 320px;
			width: 95%;
			margin: 10px auto;
			display: block;
		}
	#content_right {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	dl.business {
		width: 95%;
		max-width: 550px;
	}
	dl.business dt {
		float: none;
	}
	dl.business dd {
		margin-left: 0px;
	}
	dl.company {
		width: 95%;
	}
	#mailform {
		margin-left: 0;
		width: 300px;
	}
		#mailform label {
			text-align: left;
		}
		#mailform input, #mailform textarea{	
			margin:0 auto;
			width: 80%;	
		}
	.page_message p.access {
		margin-left: 20px!important;
	}
	.routemap {
		display:block;
	}
	#standard .collections {
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	#header h1#title {
		right: 20px;
		top: 50px !important;
		color: #ffffff; 
		margin: 0px;
		font-size: 80%;
	}
	#header h2#title {
		right: 20px;
		top: 50px !important;
		color: #ffffff; 
		margin: 0px;
		font-size: 80%;
	}
	#header img#logo {
		position: absolute;
		right: 30px;
		top: 10px !important;
		width: 150px; 
		height: auto; 
	}
	img.sketch {
		float: none;
		max-width: 400px;
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	table#charge {
		width: 100%;
		max-width: 550px;
	}
	#content_area p.caution,#content_area p.caution2 {	
		margin-left: 3em;
		text-indent: 0;
	}
	#thumbnails {
		margin-left: 10px;
	}
	table#members {
		max-width: 550px;
		width: 95%;
	} 
	#business_report h2 span {
		margin-left: 20px;
	}
}
@media print{
	.backstretch {
		display: none;
	}
}
