@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	color:#000;
	font-size: 14px;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	font-size: 12px;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #EFEDF0;
/*background-attachment: fixed; */
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#666;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width:980px;
	margin:0 auto;
	padding:0px 0;
	margin-top: 10px;
}

div#header1 {
	position:relative;
	width:980px;
	background-image: url(../img/tophome.png);
	height: 181px;
}
div#header2 {
	position:relative;
	width:980px;
	background-image: url(../img/topkamishibai.png);
	height: 181px;
}
div#header3 {
	position:relative;
	width:980px;
	background-image: url(../img/topfamily.png);
	height: 181px;
}
div#header4 {
	position:relative;
	width:980px;
	background-image: url(../img/topperformer.png);
	height: 181px;
}
div#header5 {
	position:relative;
	width:980px;
	background-image: url(../img/topevent.png);
	height: 181px;
}
div#header6 {
	position:relative;
	width:980px;
	background-image: url(../img/topotoiawase.png);
	height: 181px;
}
div#header7 {
	position:relative;
	width:980px;
	background-image: url(../img/topquestion.png);
	height: 181px;
}
div#header8 {
	position:relative;
	width:980px;
	background-image: url(../img/topquestion.png);
	height: 181px;
}
.waku{
	background-image: url(../img/mainwaku.png);
	width:600px;
	height:423px;
}

.head_l{
	float:left;
	padding-left: 15px;
}

.head_r{
	float:right;
	background: #f77004;
}

div#pr {
	width: 120px;
	margin: 35px 0px 0px 0px;
	float: right;
	text-align: right;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
	float:left;
	margin:0px 0px 0px 0px;
	width: 100%;
	color: #FFFFFF;
	/*background-image: url(../img/kumo.png);*/

	background-color: #FF8238;
}

div#icatch {
   width:980px;
}

div#contents {
   float:left;
   width:960px;
   padding:0px 10px 10px 10px;
}

div#pg_ttl {
	margin-bottom:20px;
	padding-left:5px;
	font-size:12px;/* 14px相当 */
	border-left:5px solid #f77004;
	border-bottom:1px solid #f77004;
	width:945px;
	font-weight: bold;
}

div#main {
   float:left;
   width:600px;
   	min-height:300px;
	height:auto !important;
	height:450px;
}

div#main2 {
   float:left;
   width:950px;
   min-height:450px;
	height:auto !important;
	height:450px;
}

div#sub {
   float:right;
   width:350px;
}

div#totop {
   clear:both;
}

div#footMenu {
	float:left;
	width:980px;
	margin-top:0px;
}

div#footer {
	clear:both;
	width:900px;
	/*background-image: url(../img/foot.png);
	background-repeat: no-repeat;*/
	height: 181px;
	margin-left: 40px;
}

div#contents h1 {
	padding-left:5px;
	font-size:24px;
}
div#contents h3 {
	margin-bottom:0px;
	padding-left:5px;
	font-size:14px;
}
div#contents p {
   margin:-10px 0 15px 0;
   font-size:14px;/* 12px相当 */
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:200%;
   line-height:1.0;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#f1f1f1;
}

div#header #pr p {
   margin:0;
   font-size:75%;
}

div#header #pr p a {
   color:#fff;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-left:10px;
   color:#fff;
   background:url("images/bg_gnavi.gif") 0 5px no-repeat;
}

/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
div#menu ul {
   float:left;
   margin:0;
   padding:0;
   font-size:12px;
   list-style:none;
}

div#menu li ul {
   border-top:1px solid #999;
   border-bottom:none;
}

div#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:1px solid #999;
}

div#menu li li a:hover {
   margin-left:0;
   background:#333;
}

div#menu li a {
	display:block;
	/*width:140px;*/
   padding:10px 0px 10px 40px;
	text-align:center;
	outline:none;
	color: #FFFFFF;
	font-weight: bold;
}

div#menu li li a {
   display:block;
   width:200px;
   padding:10px 10px;
   line-height:20px;
   text-align:left;
   outline:none;
   color:#f77004;
}

div#menu li a:hover {
   color:#658E48;
   text-decoration:none;
}

/*タイトルデザイン*/
.ttl_free1{
	background-image:url(../img/ttl_free1.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}
.ttl_free2{
	background-image:url(../img/ttl_free2.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}
.ttl_free3{
	background-image:url(../img/ttl_free3.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}
.ttl_free4{
	background-image:url(../img/ttl_free4.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}

/*サブタイトルデザイン*/
.sb_free1{
	background-image:url(../img/sb_free1.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 55px;
	padding-top: 30px;
}
.sb_free2{
	background-image:url(../img/sb_free2.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}
.sb_free3{
	background-image:url(../img/sb_free3.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 70px;
	padding-top: 25px;
}
.sb_free4{
	background-image:url(../img/sb_free4.jpg);
	background-repeat:no-repeat;
	height: 64px;
	text-indent: 65px;
	padding-top: 20px;
}
.redBold{
	color:#CC0033;
	font-weight:bold;
	font-size: 20px;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#316900;
}

div#main a:hover {
   color:#316900;
   text-decoration:underline;
}

div#main h2 {
   margin-bottom:20px;
   padding-left:5px;
   font-size:16px;
}

div#main h3 {
	padding-left:5px;
	font-size:16px;
}

div#main p {
   margin:0 0 15px 0;
   font-size:14px;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
div#main2 a {
   color:#316900;
}

div#main2 a:hover {
   color:#316900;
   text-decoration:underline;
}

div#main2 h2 {
	margin-bottom:-15px;
	padding-left:5px;
	font-size:14px;
	color: #006666;
}

div#main2 h3 {
	margin-bottom:-15px;
	padding-left:5px;
	font-size:18px;
	color: #006666;
}

div#main2 ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main2 dt {
   margin-bottom:3px;
}

div#main2 dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pg_copy{
	text-align:center;
	padding-top: 15px;
	font-size: 16px;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub a {
   color:#316900;
}

div#sub a:hover {
   color:#316900;
   text-decoration:underline;
}

div#sub h2 {
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   margin-bottom:5px;
   padding:1px 10px;
   background:#44150b;
}

div#sub h3 {
	margin-bottom:-15px;
	padding-left:5px;
	font-size:14px;
	color: #006666;
}

div#sub h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#sub h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#sub h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#sub p {
   margin:0 0 1em 0;
   font-size:14px;/* 12px相当 */
}

div#sub ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#sub dt {
   margin-bottom:3px;
}

div#sub dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:0;
   text-align:center;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   color:#fff;
}

div#footMenu li a:hover {
   color:#999;
   text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.cms_t {
	width:600px;
	text-align: center;
	background-image: url(../img/waku_t.png);
	font-weight: bold;
	height: 40px;
}
.cms_t a {
	color:#000033;
}
.cms_c {
	width:600px;
	background-image: url(../img/waku_c.png);
}
.cms_in {
	width:540px;
	margin: 0px 0px 0px 30px;
}

.cms_u {
	width:600px;
	background-image: url(../img/waku_u.png);
	height: 40px;
	text-align: right;
}

/* ========FOOTER CUSTOMIZE======== */
address {
	font-style:normal;
	font-size:12px;/* 11px相当 */
	color:#666666;
	text-align:center;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/*TOPページメニュー*/
#TPmenu1 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/taiken2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu1 a:hover {
    background-image: url(../../img/taiken1.png);
}

#TPmenu2 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/kids2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu2 a:hover {
    background-image: url(../../img/kids1.png);
}

#TPmenu3 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/school2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu3 a:hover {
    background-image: url(../../img/school1.png);
}

#TPmenu4 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/style2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu4 a:hover {
    background-image: url(../../img/style1.png);
}

#TPmenu5 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/plo2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu5 a:hover {
    background-image: url(../../img/plo1.png);
}

#TPmenu6 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/face2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu6 a:hover {
    background-image: url(../../img/face1.png);
}

#TPmenu7 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/ryoukin2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu7 a:hover {
    background-image: url(../../img/ryoukin1.png);
}

#TPmenu8 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 137px;
    background-image: url(../../img/yoyaku2.png);
    padding-top: 158px;
    text-align: center;
    margin: 10px 10px;
}

#TPmenu8 a:hover {
    background-image: url(../../img/yoyaku1.png);
}

/*テーブル設定(お店の紹介)*/
table.shop{
	width:980px;
	margin:0px auto 0 auto;
	font-size:12px;
	text-align:left;
}

table.shop th{
	text-align: left;
	color: #333333;
	width: 490px;
}

table.shop td{
	color: #000000;
	padding: 10px 20px 20px 0px;
	vertical-align: top;
}

table.shop td.box{
	border: 1px solid #5D5353;
}

/*テーブル設定(料金表)*/
table.price{
	width:600px;
	margin:0px auto 0 auto;
	font-size:12px;
	text-align:left;
}

table.price th{
	text-indent: 15px;
	text-align: center;
	color: #666666;
	background-color: #FFCC66;
}

table.price td{
	color: #000000;
	background-color: #E8E8E8;
}

/*テーブル設定*/
table.inquiry{
	width:620px;
	margin:10px auto 0 auto;
	font-size:12px;
	border: 1px solid #ffffff;
	text-align:left;
}

table.inquiry span{
	margin-right:5px;
	color:#ed9027;
	font-size:11px;
	font-weight:100;
}

table.inquiry input,textarea{
	width:350px;
	background:#fff;
	border:1px solid #666666;
	padding:5px 0;
}

table.inquiry input.mini{
	width:50px;
}
table.inquiry input.mini2{
	width:80px;
}

table.inquiry th{
	padding-left:50px;
	background:url(../img/bg_ttlC.gif) repeat-x bottom;
}

table.inquiry td{
	padding:10px 0;
	background:url(../img/bg_ttlC.gif) repeat-x bottom;
}

table.inquiry th.non,table.inquiry td.non{
	background:none;
	padding-top:15px;
}


table.inquiry th.lead{
	background:#aaba79;
	padding:0;
	color:#333333;
	text-align:center;
	background:#aaba79;
	font-size:13px;
}

/*幅指定*/
.wh25{
	width:250px;
}
.wh30{
	width:300px;
}
.wh33{
	width:330px;
}
.wh45{
	width:450px;
}
.wh50{
	width:500px;
}
.wh60{
	width:600px;
}

/*----------------------------------------------------------------
 *　Font - Text
----------------------------------------------------------------*/

.al     { text-align:left;  } 
.ar     { text-align:right; } 
.ac     { text-align:center;}
.sg     { font-weight:bold; }
.idt    { text-indent:10px; }
.ft10   { font-size:10px; }
.ft20   { font-size:20px; }

/*----------------------------------------------------------------
 *　 Padding
----------------------------------------------------------------*/

.p05  { padding:         5px; }
.p10  { padding:        10px; }
.p15  { padding:        15px; }
.p20  { padding:        20px; }
.p25  { padding:        25px; }
.p30  { padding:        30px; }
.p60  { padding:        60px; }

.pt05 { padding-top:     5px; }
.pt10 { padding-top:    10px; }
.pt15 { padding-top:    15px; }
.pt20 { padding-top:    20px; }
.pt25 { padding-top:    25px; }
.pt30 { padding-top:    30px; }

.pl05 { padding-left:     5px; }
.pl10 { padding-left:    10px; }
.pl15 { padding-left:    15px; }
.pl20 { padding-left:    20px; }
.pl25 { padding-left:    25px; }
.pl30 { padding-left:    30px; }

.pb05 { padding-bottom:  5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }

/*----------------------------------------------------------------
 *　 Margin
----------------------------------------------------------------*/

.m05  { margin:         5px; }
.m10  { margin:        10px; }
.m15  { margin:        15px; }
.m20  { margin:        20px; }
.m25  { margin:        25px; }
.m30  { margin:        30px; }

.mt03 { margin-top:     3px; }
.mt05 { margin-top:     5px; }
.mt10 { margin-top:    10px; }
.mt15 { margin-top:    15px; }
.mt20 { margin-top:    20px; }
.mt25 { margin-top:    25px; }
.mt30 { margin-top:    30px; }
.mt35 { margin-top:    35px; }
.mt40 { margin-top:    40px; }
.mt50 { margin-top:    50px; }
.mt90 { margin-top:    90px; }

.mb05 { margin-bottom:  5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.mr00 { margin-right:   0px; }
.mr05 { margin-right:   5px; }
.mr10 { margin-right:  10px; }
.mr15 { margin-right:  15px; }
.mr20 { margin-right:  20px; }
.mr25 { margin-right:  25px; }
.mr30 { margin-right:  30px; }

.ml00 { margin-left:   0px; }
.ml05 { margin-left:    5px; }
.ml10 { margin-left:   10px; }
.ml15 { margin-left:   15px; }
.ml20 { margin-left:   20px; }
.ml25 { margin-left:   25px; }
.ml30 { margin-left:   30px; }

.mtb05 { margin-top:   5px; margin-bottom:  5px; }
.mtb10 { margin-top:  10px; margin-bottom: 10px; }
.mtb15 { margin-top:  15px; margin-bottom: 20px; }
.mtb20 { margin-top:  20px; margin-bottom: 30px; }
.mtb25 { margin-top:  25px; margin-bottom: 40px; }
.mtb30 { margin-top:  30px; margin-bottom: 50px; }

.mlr05 { margin-left:  5px; margin-right:   5px; }
.mlr10 { margin-left: 10px; margin-right:  10px; }
.mlr15 { margin-left: 15px; margin-right:  15px; }
.mlr20 { margin-left: 20px; margin-right:  20px; }
.mlr25 { margin-left: 25px; margin-right:  25px; }
.mlr30 { margin-left: 30px; margin-right:  30px; }
