@charset "utf-8";
/* -----------------------------------------------------------------
	http://www.fuji-chiro.com/
	更新日：2009年7月1日
	バージョン：2.0
------------------------------------------------------------------*/

/* -----------------------------------------------------------------
	目次
	
	リセット
	基本スタイル
	wrapper
	CSSハック
	各種マージン
	header
	contents
	sidebar
	main
	footer
	page1
	page2
	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: #ffc000;
	padding-top: 1px;
	padding-bottom: 1px;
}
#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 #ffc000;
	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: 210px;
	margin-bottom: 10px;
}
#headerL   h2  {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
#headerR  {
	float: right;
	margin-top: 10px;
	text-align: right;
	width: 305px;
	margin-bottom: 10px;
}
#headerR     p#hRTxt  {
	line-height: 1.3em;
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 4px;
	width: 305px;
}
#headerR      p#hRTxt2  {
	line-height: 1.3em;
	font-size: 1em;
	text-align: left;
	margin-bottom: 4px;
	width: 305px;
	padding-top: 4px;
	border-top: 1px dotted #777777;
}
#headerR       p img  {
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-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 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: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: #555555;
	text-decoration: none;
	height: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: #555555;
}
#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: #555555;
}
#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: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: #555555;
	text-decoration: none;
	height: 44px;
	width: 170px;
	font-size: 1.5em;
	line-height: 44px;
	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: #555555;
}
#home #sidebar #Gnav ul li#Gnav1 a:visited
{
	background-image: url(images/design/GnavH.gif);
	color: #555555;
}

#sidebar #news {
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#sidebar #news dl {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px;
}
#sidebar    #news    dl dt  {
	font-weight: bold;
	margin-top: 5px;
	background-image: url(images/design/newsArr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
}
#sidebar   #news   dl   dt.newsTop {
	margin-top: 0px;
}
#sidebar #news dl dd {
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
}
#sidebar    #news    dl    dd.newsBtm {
	border-bottom-style: none;
	padding-bottom: 0px;
}
#sidebar #banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------

	main

------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#main #mainCopy {
	margin-top: 10px;
	background-image: url(images/home/leaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
#main     #mainCopy    h2#catchC {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left: 0px;
	background-color: transparent;
	border-bottom: 1px dotted #999999;
}
#main  #mainCopy  p {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	margin-top: 10px;
}
#main #coupon {
	margin-top: 20px;
}
#main #coupon p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#main #access {
	overflow: hidden;
}
#main    h2    {
	font-size: 1.4em;
	color: #333422;
	clear: both;
	font-weight: normal;
	background-color: #ffc000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-left: 6px solid #555555;
}
#main #access #googleMap {
}
#main #access #accTxt table {
	border-top: 1px solid #999999;
}
#main  #access  #accTxt {
	margin-top: 15px;
}
#main #access #accTxt table th {
	background-color: #eeeeee;
}
#main #access #accTxt table th, td {
	padding: 5px 5px 5px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px solid #999999;
}
#main #access #accTxt .acctxtBig {
	font-size: 1.4em;
	line-height: 1.5em;
}
#main #access #accTxt p#accTel {
	font-size: 1.8em;
	color: #ff0000;
	font-weight: bold;
}
#main .profile {
	width: 550px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
#main .profile   img {
	padding: 4px;
	border: 1px solid #bbbbbb;
	float: left;
}
#main .profile .copy4 {
	height: auto;
	width: 381px;
	float: right;
}
#main .profile .copy4 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 7px;
}
#main .copy4 dl {
	border-top: 1px dotted #999999;
	padding-top: 7px;
}
#main .profile .copy4 dl dt {
	font-size: 1.7em;
	font-weight: bold;
	color: #22b400;
	line-height: 1.2em;
	margin-bottom: 7px;
}
#main .profile .copy4 dl .dtSub {
	font-size: 0.7em;
}
#main .profile .copy4 dl dd {
	font-size: 1.1em;
	line-height: 1.4em;
}
#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: #ffc000;
	overflow: hidden;
	clear: both;
	margin-top: 8px;
}
#footerC
 {
	margin: 0px auto;
	width: 800px;
}
#footerC  #footerL {
	float: left;
	width: 210px;
	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: #333333;
}
#footerC #footerR {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerC  #footerR  #nav ul {
	width: 550px;
}
#footerC  #footerR  #nav  ul li {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #333333;
	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: #333333;
}
#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: 20px;
	width: 550px;
	overflow: hidden;
	clear: both;
	height: auto;
}
#page1 #main .patern1 .imgL {
	float: left;
	height: auto;
	width: 144px;
}
#page1 #main .patern1 .copy1 {
	width: 391px;
	height: auto;
	float: right;
}
#page1 #main .patern1 .copy1 h3 {
	font-size: 1.7em;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	line-height: 28px;
	height: 28px;
}
#page1 #main .patern1 .copy1 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 7px;
}
#page1 #main .flow {
	clear: both;
	padding-top: 20px;
	height: auto;
	width: 550px;
	overflow: hidden;
}
#page1  #main  .flow .imgR2 {
	height: auto;
	width: 168px;
	overflow: hidden;
	float: right;
}
#page1 #main .flow p img {
	padding: 4px;
	border: 1px solid #bbbbbb;
}
#page1  #main  .flow  .copy3 {
	width: 362px;
	float: left;
}
#page1  #main  .flow  .copy3  h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	border-left: 6px solid #74d15f;
	padding-left: 7px;
	line-height: 28px;
	height: 28px;
}
#page1  #main  .flow  .copy3  p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 7px;
}
#page1 #main .flowEnd {
	clear: both;
	padding-top: 20px;
	padding-bottom: 25px;
	height: auto;
	width: 550px;
	overflow: hidden;
}
#page1    #main    .flowEnd   .imgR2 {
	height: auto;
	width: 168px;
	overflow: hidden;
	float: right;
}
#page1 #main .flowEnd p img {
	padding: 4px;
	border: 1px solid #bbbbbb;
	float: right;
}
#page1 #main .flowEnd .copy3 {
	width: 362px;
	float: left;
}
#page1 #main .flowEnd .copy3 h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	line-height: 28px;
	height: 28px;
}
#page1 #main .flowEnd .copy3 p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 7px;
}

/* -----------------------------------------------------------------

	page2

------------------------------------------------------------------*/
#page2 #main b {
	font-weight: normal;
	color: #22b400;
}
#page2 #main .patern3 {
	width: 550px;
	clear: both;
	padding-top: 20px;
}
#page2 #main .patern3 .pict {
	float: left;
	width: 100px;
	height: auto;
}
#page2 #main .patern3 .copy1 {
	width: 430px;
	height: auto;
	float: right;
}
#page2 #main .patern3 .copy1  h3 {
	font-size: 1.7em;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	line-height: 28px;
	height: 28px;
}
#page2 #main .patern3 .copy1 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 7px;
}
#page2 #main .patern3 .copy1 ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 7px;
	list-style: disc outside;
	margin-left: 1em;
}
#page2 #main .patern3 .imgs {
	clear: both;
	padding-top: 15px;
}

/* -----------------------------------------------------------------

	page3

------------------------------------------------------------------*/
#page3  #main  .courseEnd  {
	margin-top: 20px;
	height: auto;
	width: 550px;
	margin-bottom: 25px;
}
.priceBdr {
	text-decoration: line-through;
}
.priceRed {
	color: #ff5555;
}
#page3 #main .courseEnd ul {
	border: 1px dotted #999999;
	padding: 10px;
	width: 528px;
}
#page3 #main .courseEnd ul li {
	font-size: 1.8em;
	line-height: 1.5em;
	list-style: disc inside;
	font-weight: bold;
}
#page3   #main   .courseEnd p  {
	font-size: 1.2em;
	line-height: 1.5em;
}
#page3 #main .intro {
	width: 550px;
	clear: both;
	padding-top: 20px;
}
#page3 #main  .intro  .imgR2 {
	height: auto;
	width: 168px;
	float: right;
}
#page3 #main  .intro  img {
	padding: 4px;
	border: 1px solid #bbbbbb;
	float: right;
}
#page3 #main .intro .copy3 {
	height: auto;
	width: 362px;
	float: left;
}
#page3 #main .intro .copy3 h3 {
	font-size: 1.7em;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	line-height: 28px;
	height: 28px;
}
#page3 #main .intro .copy3 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 7px;
}
#page3 #main .introEnd {
	width: 550px;
	padding-bottom: 25px;
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}
#page3 #main  .introEnd  .imgR2 {
	height: auto;
	width: 168px;
	float: right;
}
#page3 #main .introEnd  img {
	padding: 4px;
	border: 1px solid #bbbbbb;
}
#page3 #main .introEnd .copy3 {
	height: auto;
	width: 362px;
	float: left;
}
#page3 #main .introEnd .copy3 h3 {
	font-size: 1.7em;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	line-height: 28px;
	height: 28px;
}
#page3 #main .introEnd .copy3 p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 7px;
}

/* -----------------------------------------------------------------

	page4

------------------------------------------------------------------*/
#page4 #main .voiceTop {
	width: 550px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
#page4  #main  .voice {
	width: 550px;
	margin-top: 55px;
	height: auto;
	overflow: hidden;
}
#page4  #main  h3  {
	font-size: 1.7em;
	color: #22b400;
	border-bottom: 1px dotted #999999;
	padding-left: 7px;
	border-left: 6px solid #74d15f;
	margin-bottom: 15px;
	height: 28px;
	line-height: 28px;
}
#page4 #main h3 .h3Sub {
	display: block;
	line-height: 28px;
	text-align: right;
	margin-top: -29px;
	padding-right: 10px;
}

/* -----------------------------------------------------------------

	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;
}

/* -----------------------------------------------------------------

	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;
}
