/* CSS Document */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	line-height: 1.5;
	font-size: 14px;
	background-color: #fffff8;
}
#container   {
	width: 800px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	border-bottom: 1px solid #dddddd;
	padding: 0px 10px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_container.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
#header  {
	width: 740px;
	position: relative;
	height: 70px;
	background-color: #BFE0FA;
	padding: 30px;
}
#header     h1      {
	margin: 0px;
	padding: 0px;
	width: 500px;
	position: relative;
	font-size: 18px;
	overflow: hidden;
	float: left;
}
#header address {
	float: right;
	text-align: right;
	font-style: normal;
}
#header  .banner {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 130px;
	width: 800px;
}
#content   {
	width: 800px;
	background-image: url(../img/bg_content.gif);
}
#content  #side {
	width: 200px;
	float: left;
	padding-bottom: 40px;
	padding-top: 25px;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 0px;
}
#content #side h2 {
	font-family: "Lucida Grande";
	font-size: 18px;
	margin: 0px;
	line-height: 1;
	padding: 0px 15px;
	font-weight: normal;
	clear: both;
}
#content #side .navi {
	margin: 10px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
#content #side .navi li {
	height: 40px;
	width: 185px;
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
	clear: both;
	list-style-type: none;
	text-indent: 0px;
	float: left;
}
#content #side .navi a {
	background-image: url(../img/btn_side.gif);
	display: block;
	height: 33px;
	width: 150px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-bottom: 0
.em;
	font-size: 14px;
	margin: 0px;
	padding: 7px 0px 0px 34px;
	clear: both;
	text-indent: 0px;
}
#content #side .navi a:hover {
	background-image: url(../img/btn_side_o.gif);
	padding-bottom: 0
.em;
	color: #FFFFFF;
	text-decoration: none;
}
#content #side .navi a.current {
	background-image: url(../img/btn_side_current.gif);
	padding-bottom: 0
.em;}
#content #side .navi a.current:hover {
	background-image: url(../img/btn_side_current_o.gif);
	padding-bottom: 0
.em;}
#content     #side     h2.small {
	font-size: 12px;
	font-weight: bold;
	width: 155px;
	margin-top: 20px;
	margin-bottom: 0.1em;
	margin-left: 15px;
	padding: 0px 0px 0em;
	line-height: 1.5em;
}
#content #side address {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	border-bottom: 1px dashed #999999;
	padding: 0.2em 0px;
	border-top: 1px dashed #999999;
	width: 155px;
	font-family: verdana, monospace;
	margin: 0em 0px 0em 15px;
	white-space: pre;
}
#content #side pre {
	line-height: 1.5;
	font-size: 10px;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-family: Courier, mono;
}
#content #side h3 {
	width: 160px;
	padding: 0px;
	margin: 0.4em 15px 0px;
	font-size: 11px;
	font-weight: bold;
}
#content #side p {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 10px;
}
#content #side table {
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-left: 12px;
	margin-top: 0.2em;
	margin-bottom: 0px;
}
#content   #side   th {
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content #side td {
	padding: 0px;
	border-style: none;
	margin: 0px;
}
#content #main {
	width: 550px;
	float: left;
	padding-bottom: 40px;
	padding-top: 20px;
}
#content #main .image {
	padding: 0px;
	margin: 0px 0px 20px;
}
#content   #main   .sect1 {
	margin-bottom: 2em;
	width: 370px;
	float: left;
	clear: both;
	margin-right: 20px;
}
#content      #main      .bottuns      {
	margin: 0px;
	padding: 0px;
	width: 160px;
	text-indent: 0px;
	float: left;
	display: block;
	font-size: 12px;
	position: relative;
}
#content #main .bottuns .Over {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content #main h2 {
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: both;
	line-height: 1;
	background-image: url(../img/bg_main_h2.gif);
	padding: 0.5em 1em;
	border-bottom: 1px solid #999999;
	margin: 0px;
	letter-spacing: 1px;
}
#content #main .sect2 h3 {
	font-size: 14px;
	padding-bottom: 2px;
}
#content  #main  .entry-title {
	margin: 0px;
	padding: 0px 0px 0px 0.2em;
	font-size: 16px;
	line-height: 1.5;
	clear: both;
	list-style-image: none;
	border-bottom: 2px dotted #CCCCCC;
}
#content   #main   p  {
	margin: 0.5em 0px 0px;
	padding: 0px 0px 0px 0em;
}
#footer    {
	width: 780px;
	background-image: url(../img/bg_footer.gif);
	padding: 10px;
	text-align: right;
	line-height: 1;
	margin: 0px;
	font-size: 12px;
	border-top: 2px solid #CCCCCC;
	clear: both;
	background-repeat: repeat-x;
	color: #999999;
}
#footer address {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.Over {
}
.clearfix {
}
.thickbox {
}
.img_right {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
#main .sect2 {
	margin-bottom: 1.5em;
	width: 550px;
	clear: both;
	float: left;
}
table.error     {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 13px;
}
table.error th      {
	padding: 0.5em 1.5em
.em;
	padding: 0.2em 1em;
	background-color: #ebecf5;
	white-space: nowrap;
}
table.error td    {
	padding: 0.5em 1.5em;
	padding: 0.2em 1em;
}
table.style2 {
	margin-bottom: 20px;
}
.style2  td   {
	border-bottom: 1px dashed #999999;
	border-right-style: none;
	border-left-style: none;
	line-height: 1;
	padding: 0.4em;
	margin-top: 40px;
	border-top: 1px dashed #999999;
}
#main .sect2 dl {
	display: block;
	margin: 15px 0px 0px;
	width: 350px;
	padding-left: 20px;
	float: left;
}
#main .sect2 dt {
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.4em;
	letter-spacing: 1px;
	padding-bottom: 0.4em;
}
#main  .sect2  dd  {
	margin-bottom: 1em;
}
.flrtL {
	float: left;
}
.algnR {
	text-align: right;
}
.clrB {
	clear: both;
}
.mrgnR10 {
	margin-right: 8px;
}
.mrgnR20 {
	margin-right: 20px;
}
.mrgnT-5 {
	margin-top: -5px!important;
}
.mrgnT0 {
	margin-top: 0px!important;
}
.mrgnT15 {
	margin-top: 15px;
}
.mrgnb10 {
	margin-bottom: 10px;
}
.mrgnb20 {
	margin-bottom: 20px;
}
.type13px {
	font-size: 13px;
}
.type12px {
	font-size: 12px;
}
.priceList {
	margin-top: 0.2em;
	width: 550px;
}
.priceList th {
	font-size: 12px;
	line-height: 1.4;
	padding: 0.4em 0.2em 0.2em;
	background-color: #FFCF7B;
}
.priceList td {
	font-size: 12px;
	line-height: 1.4;
	padding: 0.4em 0.2em 0.1em;
}
.googlemap {
	margin-top: 10px;
	height: 350px;
	width: 550px;
}
#content  #main .portrait {
	margin-top: 15px;
	float: left;
	height: 160px;
	width: 145px;
}
#content  #main  .formbutton {
	margin-top: 1em;
}
#content  #main  .formbutton  li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
}
#content #main table.form {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.tableDash     {
	font-size: 13px;
	margin: 3em 0px 0px 2em;
}
.tableDash   th  {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0.5em 1.5em
.em;
	padding: 0.8em;
	text-align: left;
}
.tableDash td {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0.5em 1.5em;
	padding: 0.8em;
	text-align: left;
}
.copy_postmail {
	font-size: 10px;
	text-align: center;
}
.copy_postmail a {
	font-weight: normal;
	color: #666666;
}
#main    ul.chiryourei  li  {
	font-weight: bold;
	margin-top: 20px;
	line-height: 2;
}

