@charset"UTF-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::
/		FileName: page.css
/		Author: Junji Kuroki
/		Version: 1.0
/		Created: 2008.01.14
/		Lastmodified: 2008.01.20
/::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*======= basic style =======*/  
html{
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:after {
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
	content: "."; 
}

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

* { 
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif;
	font-size: 9pt;
}
body {
	height: 100%;
  background: #F3F9ED url(../img/bg_body_page.gif) repeat-x left top;
}
img {
  border: 0;
}
p  {
	margin-bottom: 1.0em;
	text-align: justify;
  font-size: 1.0em; 
  color:#333;
  line-height: 1.6;
}
/*=======Box=======*/
#container {
	position: relative;
	width: 902px;
	height: 100%;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
body > #container {
  height: auto;
}
#header {
	margin: 0 auto;
	width: 902px;
	height: 52px;
	background: #FFFFFF url(../img/bg_header.gif) no-repeat left top;
}
#contents {
	overflow: auto;
	padding-bottom: 70px;
}
#mainFrame{
	width:902px;
}
#mainTop {
	width: 902px;
	height: 36px;
}
#mainArea {
	float: right;
	width: 638px;
	padding: 15px 0 50px 0px;
}
#mainArea h1 {
	display: block;
	width: 539px;
	height:80px;
}
#mainArea .mainBody {
	width: 530px;
	padding-left: 40px;
	text-align: justify:
}
#side {
	float: left;
	width: 264px;
}
#footerArea{
  position: absolute;
	width:900px;
	height:70px;
	margin: 0 1px;
	bottom: 0;
}
#footer {
	width: 900px;
	height: 67px;
	background-color:#FFFFFF;
}
#footer .footCopy {
	float: left;
	margin: 20px 18px;
}

/*======= Container Background =======*/  
.main1  {
	background: url(../img/bg_main1.gif) repeat-y left top;
}
.main2  {
	background: url(../img/bg_main2.gif) repeat-y left top;
}
.main3  {
	background: url(../img/bg_main3.gif) repeat-y left top;
}
.main4  {
	background: url(../img/bg_main4.gif) repeat-y left top;
}
.main5  {
	background: url(../img/bg_main5.gif) repeat-y left top;
}
.main6  {
	background: url(../img/bg_main6.gif) repeat-y left top;
}

/*=====Other Stylles====*/
.back {
	margin: 25px 0 35px 0;
}
.d_imgArea {
	margin-top: 30px;
}
.d_imgArea .photo{
	margin-right: 20px;
	padding: 6px;
	border: solid 1px #6A4A9F;
	background-color: #FFFFFF;
}
.d_imgArea .r{
	margin-right: 0px;
}

.mainTable {
	margin: 15px 0 0 0;
}
.mainTable td {
	padding-bottom: 25px;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5;
}

#gmaps {
	width: 502x;
	height: 402px;
	margin-top: 30px;
	border: solid 1px #993300;
}

/*=======font=======*/
.attText{
  padding-left:1em;
  text-indent:-1em;
	font-size: 0.9em;
	color: #FC4E45;
	line-height: 1.3;
}

/*=======float=======*/
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear{
clear:both;
}

