@charset 'utf-8';

html,
body,
#wrapper {
	height: 100%;
	margin-bottom: 1px;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

/* globalheader 
-------------------------------*/

#globalheader {
	width: 940px;
	height: 90px;
	margin: 0 auto;
}

#siteId {
	width: 400px;
	/*margin-top: 30px*/
	margin-bottom: 0;
	padding: 0;
	/*
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
	*/
	float: left;
}

#tagLine {
	margin-top: 15px;
	color: #999999
}

#siteId h1 {
	margin: 0;
}

#contact {
	width: 200px;
	margin-top: 20px;
	float: right;
	font-size: 85%;
	line-height: 1.1;
}

#contact span.tel {
	font-size: 200%;
	font-weight: bold;
	/*color: #CC0066;*/
	color: #CC3300;
}

/* globalNav 
-------------------------------*/

#globalNav {
	background-color: #ffcc66;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
}

#globalNavInner {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	border: 1px 0px solid #CCC;
}

#globalNavInner ul {
	width:820px;
	margin: 0 auto;
	padding: 0;
}

#globalNavInner ul li {
	margin: 0 auto;
	text-align: center;
	list-style: none;
	display: inline;
	float: left;
}

#globalNavInner ul li.sp {
	width: 1px;
	height: 18px;
	float: left;
	margin: 12px 0 12px 0;
	padding: 4px 0;
	font-size: 1px;
	background-color: #e69900;
}

#globalNavInner ul li a {
	display: block;
	float: left;
	padding: 18px 15px 16px 15px;
	margin: 0 5px;
	text-decoration: none;
	color: #397326;
	font-size: 16px;
	line-height: 1;
}

#globalNavInner ul li a:hover {
	background-color: #A0C040;
	color: #FFF;
	font-weight: normal;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
}


/* pageTitle 
-------------------------------*/

#pageTitle {
	height: 100px;
	border-bottom: 1px solid #E0E0E0;
	/*background-color: #ECECEC;*/
	overflow: hidden;
}

#pageTitleInner {
	width: 940px;
	margin: 0 auto;
	padding: 40px 10px;
	/*background-color: #FFF;*/
	background-image: url(../img/titleBkImg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#pageTitleInner h1 {
	font-size: 180%;
	line-height: 1;
	margin: 0;
	/*color: #397326;*/
	color: #4C9933;
}


/* content - mainCol 
-------------------------------*/

#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 155px;
}

#mainCol {
	width: 690px;
	float: left;
	margin: 40px 20px 60px 10px
}

#home #mainCol {
	width:940px;
	float: none;
}


#mainCol h2,
#mainCol h3,
#mainCol h4 {
	/*color: #397326;*/
	color: #4C9933;
}

#mainCol h2 {
	padding-left:10px;
	border-left: 6px #4C9933 solid;
}


#cta {
	margin-top: 60px;
	/*border: 4px #ff9933 double;*/
}

#cta a {
	display: block;
	width: 650px;
	padding: 20px;
	font-size: 129%;
	color: #fff;
	text-align: center;
	/*background-color: #FF8000;*/
	background-color: #ff9933;
	border-radius: 3px;
}

#cta a:hover {
	background-color: #FF8000;

}


/*subCol - localNav 
-------------------------------*/

#subCol {
	width: 220px;
	margin: 40px 10px 40px;
	float: right;
}

nav.localNav {
	/*
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#E0E0E0', Direction=180, Strength=2);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#E0E0E0', Direction=180, Strength=2);
	background-color: #EFEFEF;
	*/
}

nav.localNav ul {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #AAA;
	/*
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	*/
}

nav.localNav ul li {
	border-bottom: 1px dotted #AAA;
	list-style: none;
	margin: 0;
}

nav.localNav ul li a {
	text-decoration: none;
	display: block;
	margin: 4px 0px 4px 0px;
	padding: 10px;
	/*color: #397326;*/
	color: #444;
	/*border-left: 5px #4C9933 solid;*/
	border-left: 5px #CCC solid;

}

nav.localNav ul li a:hover {
	background-color: #f2f2f2;
	/*color: #397326;*/
	color: #444;
	border-left: 5px #ffb11b solid;
}

div.banner ul {
	margin: 0;
	padding:0;
}

div.banner ul li {
	margin-top: 10px;
	margin-left: 0;
	list-style: none inside;
}



/*globalFooter 
-------------------------------*/

#globalFooter {
	position: relative;
	margin-top: -155px;
	width: 100%;
	height: 155px;
	clear: both;
}

#goTop {
	width: 940px;
	margin: 0 auto;
}

#goTopInner {
	width: 120px;
	height: 25px;
	padding: 5px;
	margin-right: 20px;
	float: right;
	text-align: center;
	color: #fff;
	background-color: #444;
	border-radius: 3px 3px 0 0;
}

#goTopInner a {
	color: #fff;
}

#globalFooterWarpper {
	background-color: #444;
	height: 120px;
	clear: both;
}

#globalFooterInner {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
}

#globalFooterInner .address {
	margin-top: 10px;
	line-height: 1.3
}

#globalFooterInner .copyright {
	margin-top: 5px;
}


/* HOME
-------------------------------*/

#billboard {
	width: 100%;
	margin: auto 0;
	border-bottom: 1px solid #E0E0E0;
	/*background-color: #ECECEC;*/
}

#billboardInner {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	padding: 20px;
	background-image: url(../img/billboardImg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	/*
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background-color: #FFF;
	*/
}

#billboardInner h1 {
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.rightImg {
	float: right;
	margin: 0 0 10px 10px;
}

/* features
-------------------------------*/

section#partner {
	margin-left: 1.5em;
}

section#partner h3 {
	margin-left: -1em;
}


/* Outline
-------------------------------*/

table.outline {
	width: 100%;
}

table.outline th {
	width: 120px;
}

table.outline td ol {
	margin: 0;
	padding: 0 1.5em;
}

table.outline td ol li {
	margin-left: 0;
}

/* Inquiry
-------------------------------*/


.kakomi {
	background-color:#FFFFCC;
	border: 1px solid #FFCC33;
	padding: 10px;
	border-radius: 5px;
}

#inquiry i.ttl  {
	font-style: normal;
	vertical-align: middle;
	font-weight: bold;
}

#inquiry div.tel span {
	font-size: 179%;
	color: #CC3300;
	font-weight: bold;
	vertical-align: middle;
}

#inquiry div.mail span a {
	font-size: 179%;
	color: #CC3300;
	font-weight: bold;
	vertical-align: middle;
}







