﻿@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-right: 10px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	color: #444330;
	font-family: "ヒラギノ角ゴ W0", "Hiragino Kaku Gothic W0", "Helvetica Niue UltraLight", "Yu Gothic", "Meiryo", Arial, sans-serif;
	background-color: #DDD5B6;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 20%;
	margin-right: 20%;
	width: 86.45%;
	padding-left: 5%;
	padding-right: 5%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.circle {
	border-radius: 128px;
}
.clumn {
	padding: 12px;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.signature {
	font-family: "Zapfino", Veer Annabelle;
	color: rgba(49,93,142,0.25);
}
.frame {
	border: 0px;
	width: 470px;
	height: 225px;
}
.footertext {
	padding-left: 2%;
	padding-right: 2%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: rgba(35,120,86,1.00);
}
a:hover, a:active, a:focus {
	color: rgba(64,164,144,1.00);
	text-decoration: underline;
}
h1, h2 {
	color: #4471F8;
	font-style: normal;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: -999px;
}
h2 {
	margin-top: 0.5em;
}
h3, h3 a {
	color: #3B649B;
	line-height: 180%;
}
footer {
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 0%;
	background-color: #30828F;
	color: #DFCEFF;
	clear: both;
	text-align: center;
	list-style-type: none;
}
footer a:link {
	color: #FFCEDF;
	text-align: center;
}
#wrapper {
	background-color: rgba(255,255,255,0.90);
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav a {
	display: block;
	text-align: center;
}
#subnav a:hover, #subnav a:active, #subnav a:focus {
	text-decoration: none;
}
#contents {
	padding-left: 20px;
	padding-right: 20px;
}
#main {
	margin-left: 20px;
	margin-right: 20px;
}
#sidebar {
	margin-left: 20px;
	margin-right: 20px;
}
#headeraddress {
	display: none;
}
#contact {
	display: none;
}
#homeimg article {
	padding: 20px;
	background-color: rgba(196,0,66,0.99);
	color: rgba(255,255,255,0.80);
	z-index: 9;
}
#homeimg article h2 {
	color: #FFFFFF;
}
#homeimg article a {
	text-align: right;
	color: #FFFFFF;
}
#slideshow {
	position: relative;
	clear: both;
	width:70%;
	margin: 0 auto;
	margin-top: 30px;
}
#slideshow img {
	position: absolute;
	top: 60;
	left: 0;
	z-index: 6;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 8;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 7;
}
#index {
	margin-top: 70%;
}

#footernav {
	margin-top: 50px;
}

#footernav ul {
	margin: 0px;
	padding-top: 3%;
	padding-left: 0%;
	list-style-type: none;
}
#footernav a {
	display: block;
	text-align: center;
}
#footernav a:link, #footernav a:visited {
	text-decoration: none;
	color: white;
}
#footernav a:hover, #footernav a:active, #footernav a:focus {
	text-decoration: underline;
	color: white;
}
#copyright {
	position: absolute;
	top: -999px;
	left: -999px;
	color: white;
}

/* Large Mobile Layout: 481px to 670px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
h1 {
	font-size: 32px;
	font-family: "Hiragino Mincho ProN W1", "Lucida Grande", "Times New Roman", serif;
	color: rgba(60,60,170,1.00);
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	top: 0px;
	left: 0px;
}
#contact {
	display: block;
	position: absolute;
	top: -12px;
	right: 12px;
}
#facebook {
	float: left;
	width: 48%;
}
#twitter {
	float: right;
	width: 48%;
}
}

/* Tablet Layout: 671px to 768px. Inherits styles from:Mobile Layout and Large Mobile Layout. */

@media only screen and (min-width: 671px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
}
.clear {
	clear: both;
}
.frame {
	width: 600px;
	height: 450px;
}
#headeraddress {
	display: block;
	color: #6B649B;
	position: relative;
	top: 0px;
}
#contact {
	position: relative;
	top: -20px;
	right: 70px;
}
#homeimg article {
	width: 27%;
	margin-top: -60px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 100px;
	right: 33px;
	background-color: rgba(196,255,66,0.75);
	border-radius: 21px;
	color: #FFFFFF;
}
#wrapper {
	margin-top: 0%;
}
#slideshow {
	position: relative;
}
#main {
	width: 54%;
	float: left;
}
#sidebar {
	width: 30%;
	float: left;
}
#subnav a {
	width: 25%;
	margin-bottom: 12px;
	float: left;
}
#menuleft {
	float: left;
	margin-left: 3%;
}
#menuright {
	float: right;
	margin-right: 3%;
}
#facebook {
	clear: both;
	width: 100%;
}
#twitter {
	clear: both;
	width: 100%;
}
#footernav ul {
	padding: 0%;
}
#footernav a {
	width: 14.28%;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout, Large Moblie Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	overflow: hidden;
}
#contact {
	position: relative;
	top: 12px;
	right: 0px;
}
#main {
	width: 58%;
	float: left;
}
#sidebar {
	width: 34%;
	float: left;
}
figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
#cross {
	width: 50px;
	height: 60px;
	margin: 15px 10px 0 30px;
	float: left;
}
}
#subline{
	font-size: 16px;
	letter-spacing: 1px;
	color: grey;
	display: box;
	margin: 15px 0 0 0;
}

#topline {
	letter-spacing: 3px;
	float: left;
	padding: 0;
	margin: 2px 0 0 0;
}
#headeraddress {
	margin: 10px 20px 8px 0;
	color: grey;
}
