@charset "utf-8";
/* -----------------------------------------------------------------
	http://www.*****.**.**
	更新日：2009年3月00日
	バージョン：2.0
------------------------------------------------------------------*/

/* -----------------------------------------------------------------
	目次
	
	リセット
	基本スタイル
	wrapper
	CSSハック
	各種マージン
	header
	contents
	sidebar
	main
	footer
	page1,2
	page3
	page4
	page5
	thanks
------------------------------------------------------------------*/

/* -----------------------------------------------------------------

	リセット

------------------------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	font-size: 62.5%;
	line-height: 1.6;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Firefox3 用 */
html:not([lang*=""]) table {
    border-collapse: separate;
    border-spacing: 0;
 }
caption,th {
	text-align:left
}
ol,ul {
	list-style:none;
}
/*
fieldset,img {
	display: none;
	border: 0;
	vertical-align: bottom;
}
*/
/* -----------------------------------------------------------------

	基本スタイル

------------------------------------------------------------------*/
body {
	color: #333333;
	background-color: #aaaaaa;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(images/design/bg.gif);
	background-repeat: repeat;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
p {
	font-size: 1.4em;
}
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* -----------------------------------------------------------------

	wrapper

------------------------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
}

/* -----------------------------------------------------------------

	CSSハック

------------------------------------------------------------------*/
/* Internet Explore6.0 用 */
/*ヘッダ部分*/
* html #content {
	margin-top:-2px;
	text-align: center;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/*hides form IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide form IE-mac */

/* -----------------------------------------------------------------

	各種マージン

------------------------------------------------------------------*/
.mgnTop5 {
	margin-top: 5px;
}
.mgnTop10 {
	margin-top: 10px;
}
.mgnTop15 {
	margin-top: 15px;
}
.mgnTop20 {
	margin-top: 20px;
}
.mgnTop25 {
	margin-top: 25px;
}
.mgnBtm5 {
	margin-bottom: 5px;
}
.mgnBtm10 {
	margin-bottom: 10px;
}
.mgnBtm15 {
	margin-bottom: 15px;
}
.mgnBtm20 {
	margin-bottom: 20px;
}
.mgnBtm25 {
	margin-bottom: 25px;
}

/* -----------------------------------------------------------------

	header

------------------------------------------------------------------*/
#topObi {
	background-color: #22b400;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;
}
#keyword {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#topObi   #keyword h1 {
	font-size: 1em;
	font-weight: normal;
}
#header {
	background-color: #FFFFFF;
	margin-bottom: 8px;
	border-bottom: 4px solid #22b400;
	background-image: url(images/design/headerG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#headerC {
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
}
#headerL  {
	float: left;
	margin-top: 10px;
	width: 383px;
	margin-bottom: 10px;
}
#headerL   h2  {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
#headerR  {
	float: right;
	margin-top: 10px;
	text-align: left;
	width: 323px;
	margin-bottom: 10px;
}
#headerR     p#hRTxt  {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 4px;
	width: 323px;
}
#headerR      p#hRTxt2  {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 4px;
	width: 323px;
	padding-top: 4px;
	border-top: 1px dotted #777777;
}
#headerR p img {
	border-style: none;
}

/* -----------------------------------------------------------------

	contents

------------------------------------------------------------------*/
#contents {
	background-image: url(images/design/sidebarBgc.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
}
p#kmCT    {
	background-image: url(images/kmCT.gif);
	height: 10px;
	width: 800px;
	background-repeat: no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
p#kmCB   {
	background-image: url(images/kmCB.gif);
	height: 10px;
	width: 800px;
	background-repeat: no-repeat;
	clear: both;
}

/* -----------------------------------------------------------------

	sidebar

------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 171px;
	padding-top: 15px;
	padding-left: 20px;
}
#sidebar #Gnav ul {
	margin-bottom: 20px;
}
#sidebar #Gnav ul li {
	border-bottom: 1px dotted #777777;
}
#sidebar #Gnav ul li a:link {
	background-image: url(images/design/GnavL.gif);
	background-repeat: no-repeat;
	display: block;
	color: #555555;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar  #Gnav  ul  li  a:visited {
	background-image: url(images/design/GnavL.gif);
	background-repeat: no-repeat;
	display: block;
	color: #555555;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar  #Gnav  ul  li  a:hover {
	background-image: url(images/design/GnavH.gif);
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar    #Gnav    ul   li  a:active {
	left: 0px;
	top: 0px;
}
#page1 #sidebar #Gnav ul li#Gnav2 a:link,
#page2 #sidebar #Gnav ul li#Gnav3 a:link,
#page3 #sidebar #Gnav ul li#Gnav4 a:link,
#page4 #sidebar #Gnav ul li#Gnav5 a:link {
	background-image: url(images/design/GnavH.gif);
	color: #ffffff;
}
#page1 #sidebar #Gnav ul li#Gnav2 a:visited,
#page2 #sidebar #Gnav ul li#Gnav3 a:visited,
#page3 #sidebar #Gnav ul li#Gnav4 a:visited,
#page4 #sidebar #Gnav ul li#Gnav5 a:visited {
	background-image: url(images/design/GnavH.gif);
	color: #ffffff;
}
#sidebar #Gnav ul li#Gnav1 {
border-top: 1px dotted #777777;
border-bottom: 1px dotted #777777;
}
#sidebar #Gnav ul li#Gnav1 a:link {
	background-image: url(images/design/GnavL.gif);
	background-repeat: no-repeat;
	display: block;
	color: #555555;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar  #Gnav  ul  li#Gnav1  a:visited {
	background-image: url(images/design/GnavL.gif);
	background-repeat: no-repeat;
	display: block;
	color: #555555;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar  #Gnav  ul  li#Gnav1  a:hover {
	background-image: url(images/design/GnavH.gif);
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 45px;
	width: 170px;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
#sidebar    #Gnav    ul   li#Gnav1  a:active {
	left: 0px;
	top: 0px;
}

#home #sidebar #Gnav ul li#Gnav1 a:link
{
	background-image: url(images/design/GnavH.gif);
	color: #ffffff;
}
#home #sidebar #Gnav ul li#Gnav1 a:visited
{
	background-image: url(images/design/GnavH.gif);
	color: #ffffff;
}
#sidebar  .banner  p {
	margin-bottom: 20px;
}
#sidebar #access {
	text-align: center;
	border: 1px solid #cacaca;
	width: 168px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#sidebar #access h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar #access #googleMap {
	margin-bottom: 5px;
}
#sidebar  #access  #googleMap  p {
	text-align: left;
	display: block;
	margin-left: 2px;
}
#sidebar #access p {
	font-size: 1.3em;
	color: #ff8c00;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#sidebar #info h2 {
	font-size: 1.3em;
}
#sidebar #info h2 span {
	font-size: 0.8em;
}

#sidebar #info table {
	border-top: 1px solid #777777;
	width: 170px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#sidebar  #info  table  th {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #777777;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #a0d6a0;
	width: 56px;
}
#sidebar  #info  table  td {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #777777;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#sidebar #qr {
	text-align: center;
	width: 170px;
}
#sidebar #qr p#qrTxt {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #ff3800;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------

	main

------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#main #keyVisual {
	margin-bottom: 20px;
}
#main .titleL {
	background-image: url(images/design/mainTi.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 550px;
	margin-bottom: 15px;
}
#main h2 {
	font-size: 1.5em;
	clear: both;
	background-color: #ffe147;
	border-left: 3px solid #ff8c00;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	width: 200px;
	font-weight: normal;
}
#main .titleL p {
	text-align: right;
	font-size: 1em;
	line-height: 24px;
	height: 24px;
	padding-right: 14px;
	margin-top: -24px;
}

#main #news {
	height: 180px;
	margin-bottom: 25px;
	border: 1px solid #cacaca;
	overflow: auto;
	width: 548px;
}
#main    #news    #newsC {
	margin: 0px;
	padding: 0px;
	width: 515px;
	border-style: none;
	height: 245px;
}
#main #news dl {
	padding-bottom: 5px;
	border-bottom: 1px dotted #c1c1c1;
	height: auto;
	width: 515px;
	padding-top: 5px;
	margin-left: 10px;
}
#main #news dl dt {
	float: left;
	clear: left;
	width: 100px;
	background-image: url(images/home/newsArr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 1.2em;
}
#main #news dl dd {
	margin-left: 125px;
	font-size: 1.2em;
}
#main   iframe {
	margin: 0px;
	padding: 0px;
	height: 1435px;
	width: 550px;
	border-style: none;
	overflow: hidden;
}
#main  #bknAll  {
	overflow: hidden;
	width: 550px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#main #bknAll .bkn {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c1c1c1;
	overflow: hidden;
	width: 550px;
	height: auto;
	clear: both;
}
#main #bknAll .bkn .bknImg {
	float: left;
	height: auto;
	width: 150px;
	overflow: hidden;
}
#main #bknAll .bkn .bknTxt {
	float: right;
	height: auto;
	width: 380px;
}

#main #bknAll .bkn .bknTxt table {
	border-top: 1px solid #777777;
	width: 100%;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	border-left: 1px solid #777777;
}
#main #bknAll .bkn .bknTxt table th {
	font-size: 1.2em;
	border-bottom: 1px solid #777777;
	padding-left: 1em;
	font-weight: normal;
	background-color: #d2e1f5;
	width: 5em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #777777;
	line-height: 1.4em;
}
#main #bknAll .bkn .bknTxt table td {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #777777;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #777777;
}
#main #bknAll .bkn .bknTxt table td.price {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF3200;
}

#main  p#pageTop {
	font-size: 1.2em;
	background-image: url(images/design/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.5em;
	float: right;
	margin-top: 20px;
	clear: both;
}
#main #topicPath {
	padding-bottom: 15px;
}
#main #topicPath li {
	display: inline;
	font-size: 1.1em;
}
#main #topicPath li a {
	padding-right: 10px;
	background-image: url(images/design/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* -----------------------------------------------------------------

	footer

------------------------------------------------------------------*/
#footer {
	background-color: #22b400;
	overflow: hidden;
	clear: both;
	margin-top: 8px;
	color: #FFFFFF;
}
#footerC
 {
	margin: 0px auto;
	width: 800px;
}
#footerC  #footerL {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerC  #footerL  h3 {
	font-size: 1.5em;
	font-weight: bold;
}
#footerC  #footerL  p {
	font-size: 1.1em;
	line-height: 1.4em;
}
#footerC #footerL p a {
	color: #FFFFFF;
}
#footerC  #footerL  p  a:hover {
	color: #d3f0cc;
}
#footerC #footerR {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerC  #footerR  #nav ul {
	width: 480px;
}
#footerC  #footerR  #nav  ul li {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #ffffff;
	line-height: 1em;
	display: inline;
	height: 1em;
	font-size: 1.2em;
}
#footerC #footerR #nav li#navEnd {
	border-right-style: none;
	padding-right: 0px;
}
#footerC  #footerR  #nav  ul  li a {
	color: #ffffff;
}
#footerC  #footerR  #nav  ul  li a:hover {
	color: #d3f0cc;
}
#footerC #footerR address {
	padding-top: 40px;
	font-size: 1em;
}

/* -----------------------------------------------------------------

	toho

------------------------------------------------------------------*/
#toho {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
}
#toho a {
	color: #666666;
	text-decoration: none;
}
#toho a:hover {
	color: #666666;
	text-decoration: none;
}

/* -----------------------------------------------------------------

	page1

------------------------------------------------------------------*/
#page1 #main .patern1 {
	margin-top: 15px;
	width: 550px;
	overflow: hidden;
	height: auto;
	margin-bottom: 25px;
}
#page1 #main .patern1 p {
	font-size: 1.6em;
}
.txtB {
	font-weight: bold;
}
.red {
	color: #FF3800;
}
.txtaC {
	text-align: center;
}
#page1 #main .patern1 p#txtSmall {
	font-size: 1.2em;
}

/* -----------------------------------------------------------------

	page3

------------------------------------------------------------------*/
#page3 #main .patern1 {
	margin-top: 15px;
	width: 550px;
	overflow: hidden;
	height: auto;
	margin-bottom: 25px;
}
#page3 #main .patern1 .img1 {
	float: left;
	height: auto;
	width: 145px;
}
#page3 #main .patern1 .txt1 {
	width: 390px;
	height: auto;
	float: right;
}
#page3 #main .patern1 .txt1 p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#page3 #main .patern1 .txt1 h3 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-left: 7px solid #22b400;
	padding-left: 8px;
}
#page3 #main .patern1 .txt1 h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	background-image: url(images/voice/midashi1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
}
#page3  #main .patern1 .txt1 .txt2 {
	margin-bottom: 15px;
}
#page3 #main .patern1 .txt1 dl {
	margin-bottom: 15px;
}
#page3 #main .patern1 .txt1 dt {
	font-size: 1.6em;
	line-height: 1.5em;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	margin-bottom: 5px;
}
#page3 #main .patern1 .txt1 dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* -----------------------------------------------------------------

	page4

------------------------------------------------------------------*/
#page4 #main .patern1 {
	margin-top: 15px;
	width: 550px;
	overflow: hidden;
	height: auto;
	margin-bottom: 25px;
}
#page4 #main .patern1 .img1 {
	float: left;
	height: auto;
	width: 145px;
}
#page4 #main .patern1 .txt1 {
	width: 390px;
	height: auto;
	float: right;
}
#page4 #main .patern1 .txt1 p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#page4 #main .table1 {
	margin-bottom: 25px;
}
#page4 #main .table1 table {
	border-top: 1px solid #777777;
	width: 100%;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	margin-top: 1px;
	border-left: 1px solid #777777;
}
#page4 #main .table1 table th {
	font-size: 1.2em;
	border-bottom: 1px solid #777777;
	padding-left: 1em;
	font-weight: normal;
	background-color: #ebebeb;
	width: 7.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #777777;
	line-height: 1.5em;
}
#page4 #main .table1 table td {
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px solid #777777;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #777777;
}

/* -----------------------------------------------------------------

	page5

------------------------------------------------------------------*/
#page5 #main #contact h3 {
	font-size: 1.6em;
}
#page5 #main #contact p {
	line-height: 1.4em;
	font-size: 1.2em;
}
#page5 #main #contact p#conTel {
	font-size: 1.7em;
	font-weight: bold;
	color: #ff0000;
}
#page5 #main #contact h4 {
	font-size: 1.4em;
	border-bottom: 1px solid #999999;
	font-weight: normal;
}
.blue {
	color: #2964ff;
}
.normal {
	font-weight: normal;
}

/* -----------------------------------------------------------------

	thanks

------------------------------------------------------------------*/
#thanks #main #contact  #thanksCode {
	text-align: left;
	margin-top: 20px;
}
#thanks #main #contact  #thanksCode p {
	font-size: 1.4em;
}
#thanks #main #contact #thanksCode p strong {
	font-size: 1.8em;
	color: #FF0000;
}
