@charset "utf-8";

@import url(reset.css);

/* General styles */
* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 600px;	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
/*	background: url(images/slashback.gif) #ABAB8E; */
	background: #E1E1D5;
	font-size: 88%;
	font-family: "MS P ゴシック","Osaka",Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
a {
	color: #789838;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	padding: 0;
	color: #789838;
	}
h2, h3 , h4, h5 {
	margin: 4px 0;
	padding: 0;
	color: #789838;
	}
h2 a, h3 a , h4 a, h5 a {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover , h4 a:hover, h5 a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.4em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	}
p {
	margin: 0.4em 0 0.6em;
	padding: 0;
	line-height: 1.5;
	}
p a , li.image2 a{
	padding: 0 4px;
	}
img {
	border: none;
	vertical-align: bottom;
	}
hr {
	margin: 0;
	height: 1px;
	color: #D2D2D2;
	}

fieldset {
	border: none;
	}

input, textarea {
	font-size: 1em;
	}

table {
	border: 1px solid #D2D2D2;
	border-collapse: collapse;
	background-color: #FBFBFB;
	font-size: 1em;
	}
table th {
	border: 1px solid #D2D2D2;
	padding: 0.5em 1em;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	}
table td {
	padding: 0.5em 1em;
	border: 1px solid #D2D2D2;
	text-align: left;
	}

/* Block Quotes */
blockquote {
	margin-top: 1em;
	padding-left: 40px;
	background-image: url(images/quote_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
blockquote span {
	display: block;
	margin-bottom: 1em;
	padding-right: 40px;
	background-image: url(images/quote_end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

/* Container styles */
#container {
	width: 60em !important; 
	width /**/:60em;
	margin: 0 auto;
	text-align: left;
	}

#toolbar {
/*	clear: both; */
	margin: 0;
	padding: 0 !important;
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: right;
	}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	border: 6px solid #fff;
	border-bottom: 0;
	background: #FFFFFF;
	}

#header p {
	padding: 0 16px;
	}

#logo {
	padding: 0;
/*	padding: 4px 4px 4px 316px;
	background: url(../images/logo2.gif) no-repeat left center;	*/
	}

#logotext p {
	margin: 6px 16px 0 0;
	color: #000000;
	line-height: 1.4;
	}
#tagline p {
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	background: #88BA3D url(images/title1.png) repeat-x;
	}

/* Contents styles */
#colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	background: #FFFFFF;
	}
#pickup img, #section img {
	width: 99%;
	}

.colleft {
	position: relative;
	float: left;
	right: 100%;
	width: 200%;
	margin-left: -215px;
	background: #F8F7F4;
	}
.col1wrap {
	position: relative;
	float: left;
	left: 50%;
	width: 50%;
	}
.col1 {
	margin: 0 30px 0 245px;
	overflow: hidden;
	}
.col2 {
	position: relative;
	float: right;
	left: 215px;
	width: 200px;
	overflow: hidden;
	}

/* Sidebar styles */
.sidebar {
	margin-bottom: 16px;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
	}

.sidebar p {
	line-height: 1.2;
	}

.sidebarnb {
	margin-bottom: 16px;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	}

.sidebarnb p {
	margin: 0.2em 0 0.2em;
	padding: 0;
	}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	background: #88BA3D;
	}
#footer p {
	margin: 0;
	padding: 4px 10px 4px;
	color: #444444;
	font-size: 1em;
	}
#footer a {
	color:#FFFFFF;
/*	font-weight: bold;	*/
	text-decoration: none;
	}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

/* Other styles */
.column {
	margin-bottom: 16px;
	padding: 6px 20px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	}
.leftcolumn {
	float: left;
	display: inline;	/* for WinIE6	*/
	width: 48%;
	margin-bottom: 16px;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	}
.rightcolumn {
	float: right;
	display: inline;	/* for WinIE6	*/
	width: 48%;
	margin-bottom: 16px;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	}
.quote {
	margin-bottom: 16px;
	padding: 4px 20px;
	border: 1px solid #D2D2D2;
	background: #F8F7F4;
	}
.gallery {
/*	margin-bottom: 16px;	*/
	padding: 0 4px;
	border: 0 solid #CCCCCC;
/*	background: #FFFFFF;	*/
	}
.comment {
	margin: 1em 0;
	padding: 0 1em;
	border-left: 10px solid #88BA3D;
}
.title1 {
	margin-bottom:10px;
	padding: 4px 10px;
	background: url(images/title1.png) repeat-x;
	color: #FFFFFF;
	}

.title1wby {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFCC;
	color: #789838;
	}

.title1wby2 {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: #FFFFCC;
	color: #789838;
	}

.title2 {
	margin-bottom:10px;
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	border-left: 10px solid #88BA3D;
	background: #FFFFFF;
	color: #789838;
	}

.title3 {
	padding: 4px 10px 6px 0;
	background: url(images/title3.png) left bottom no-repeat;
/*	border-bottom: 1px solid #88BA3D;	*/
	}

.title4 {
	padding: 4px 0;
	font-weight: bold;
	color: #789838;
	}

.title5 {
/*	background: url(images/title5.png) left bottom no-repeat;
	background: url(images/h2.gif) top left no-repeat;	*/
	padding: 0 0 4px;
/*	padding: 4px 10px 6px 0;	*/
/*	background: url(images/title3.png) left bottom no-repeat;	*/
	border-bottom: 2px solid #88BA3D;
	}

.title1 a, .title1wby a, .title1wby2 a, .title2 a .title3 a .title4 a .title5 a {
	text-decoration: none;
	}
.title1 a:hover, .title1wby a:hover, .title1wby2 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover {
	color: #FF9900;
	text-decoration: none;
	}

/* Hides from IE-mac \*/
* html .title1 {
	height: 1%;
	}
* html .title2 {
	height: 1%;
	}
* html .title3 {
	height: 1%;
	}
* html .title4 {
	height: 1%;
	}
* html .title5 {
	height: 1%;
	}
* html .title1wby {
	height: 1%;
	}
* html .title1wby2 {
	height: 1%;
	}
* html .column {
	height: 1%;
	}
* html .sidebar {
	height: 1%;
	}
* html .sidebarnb {
	height: 1%;
	}
/* End hide from IE-mac */

.indent10 {
	padding: 0 10px 4px 10px;
	text-align: left;
	}

.indent20 {
	padding: 0 20px 4px 20px;
	text-align: left;
	}

.imageborder {
	overflow: hidden;
	padding: 4px;
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	text-decoration: none;
	}
.imagelink {
	float: left;
	margin: 4px 12px 0 0;
	padding: 4px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a.imagelink:hover {
	border: 1px solid #789838;
	}
.imagelinknf {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	text-decoration: none;
	}
a.imagelinknf:hover {
	border: 1px solid #789838;
	}
.imagespacel {
	float: left;
	margin: 0 12px 0 0;
	}
.imagespacer {
	float: right;
	margin: 0 0 0 12px;
	}
.onsite {
	padding-left: 20px;
	background: url(images/onsite.gif) no-repeat left center;
	}
.offsite {
	padding-right: 16px;
	background: url(images/offsite.gif) no-repeat right center;
	}
.gotodoc {
	padding-left: 20px;
	background: url(images/gotodoc.gif) no-repeat left center;
	}
.gotopage {
	padding-left: 16px;
	background: url(images/arrow_right.gif) no-repeat left center;
	}
.gototop {
	padding-left: 16px;
	background: url(images/arrow_up.gif) no-repeat left center;
	}
.recommend {
	margin-left: -20px;
	padding-left: 20px;
	background: url(images/check.gif) no-repeat left center;
	}
.pdf {
	padding-right: 16px;
	background: url(images/pdf.gif) no-repeat right center;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
.left {
	text-align:left;
	}
.noline {
	text-decoration:none;
	}
.block {
	display: block;
	}
.inline {
	display: inline;
	}
.zeromargin {
	margin: 0;
	}
.spacer {
	margin: 1em 0;
	}
.bottomspacer {
	margin-bottom: 16px;
	}
.separator {
	padding-bottom: 1em;
	border-bottom: 6px solid #F8F7F4;
	}
.smallfont {
	font-size: 0.95em;
	}
.xsmallfont {
	font-size: 0.8em;
	}
.greyout {
	color: #666666;
	}
.green {
	color: #789838;
	}

#tfb {
	position:fixed;top: 0px;left: 0px;z-index:10000;width: 30px;
	}

#ffb {
	position:fixed;top: 130px;left: 0px;z-index:10000;width: 30px;
	}

#mfb {
	position:fixed;top: 260px;left: 0px;z-index:10000;width: 30px;
	}

.middle {
	display: table-cell;
	vertical-align: middle;
	}

/* Clear Peek-a-Boo bag */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}

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