@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #F1F1F1;
	background-image: url(../images/bgstripe.png);
	background-repeat: repeat;
}
#header_menu {
	width: 800px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.twoColFixLtHdr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #007d3e;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 800px;
	float: left;
	margin: 0px;
	overflow: hidden;
	display: block;
} 
#main_area {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
	clear: both;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px;
	background-image: url(../images/pagemenu.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	vertical-align: top;
	display: inline;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main_image {
	width: 605px;
	height: 347px;
	line-height: 1px;
	vertical-align: top;
	overflow: hidden;
	margin: 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 580px;
	height: auto;
	float: left;
} 
#footer  {
	background:#007d3e;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007d3e;
	border-left-color: #007d3e;
} 
#footer p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#globalmenu {
	padding: 0px;
	display: inline;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 50px;
}
#globalmenu ul{
	list-style-type: none;
	width: 180px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-decoration: none;
	height: auto;
}
#globalmenu ul li{
	color: #007d3e;
	text-decoration: none;
	height: 20px;
	display: block;
	width: 110px;
	padding-left: 20px;
	padding-top: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	background-image: url(../images/pagemenu_mark.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #007d3e;
	border-right-color: #007d3e;
	border-bottom-color: #007d3e;
	border-left-color: #007d3e;
}
#globalmenu ul li a:link{
	color: #007d3e;
	text-decoration: none;
}
#globalmenu ul li a:visited {
	color: #007d3e;
	text-decoration: none;
}
#globalmenu ul li a:hover {
	color: #007d3e;
	text-decoration: underline;
}
#globalmenu ul li a:active {
	color: #007d3e;
	text-decoration: none;
}
#add_tel {
	font-size: 12px;
	color: #A1A1A1;
	text-align: center;
	width: 150px;
	padding-top: 200px;
	line-height: 150%;
	float: left;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rightarea {
	width: 605px;
	margin-left: 195px;
}

