@charset "UTF-8";
@import "base.css";

/*============CONTENT COLOR SCHEME=================*/
/*                                                 */
/*    a:Link Color    - Gray          #666666      */
/*    a:Visited Color - Light Gray    #999999      */
/*    a:Hover Color   - Dark blue     #82141B      */
/*    a:Active Color  - Dark blue     #82141B      */
/*    Font Color      - Gray          #666666      */
/*                                                 */
/*    bacs.css 44行目に指定                        */
/*============CONTENT COLOR SCHEME-END=============*/

/*============NAVI COLOR SCHEME====================*/
/*                                                 */
/*    a:Link Color    - Gray          #0000FF      */
/*    a:Visited Color - Light Gray    #0000FF      */
/*    a:Hover Color   - Dark blue     #556677      */
/*    a:Active Color  - Dark blue     #556677      */
/*    Font Color      - Gray          #666666      */
/*                                                 */
/*    bacs.css 52行目に指定                        */
/*============NAVI COLOR SCHEME-END================*/

/*============フォントサイズ=======================*/
/*                                                 */
/*    10px      1.0em                              */
/*    11px      1.1em                              */
/*    12px      1.2em                              */
/*    13px      1.3em                              */
/*    14px      1.4em                              */
/*    15px      1.5em                              */
/*    16px      1.6em                              */
/*                                                 */
/*============フォントサイズ-END===================*/

/*----フォントサイズはbase.css内にbody {font-size:62.5%;}が記述されいるので
ピクセル単位の感覚で文字サイズ指定をすることができます。
しかし文字サイズを入れ子で入れてしまうと表示が崩れてしまうので注意してください。
例：div要素にfont-sizeを指定した上にtableやpタグにfont-sizeを指定してし
まった場合表示が崩れます。----*/

/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/

/*---------- 02  Container -----------*/


body {
	background: url(../img/bg.jpg) top repeat-x;
	text-align:center;
	background-color:#999999;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF;
	}

/*--#main {}*/

#content {
	width: 500px;
	float: right;
	margin: 0 60px 0 0px;
	display:inline;
	}
#navi{
	width:200px;
	float:left;
	display:inline;
}

#footer{
	width:760px;
	height:50px;
}

/*---------- 03  Header -----------*/

#header{
	position:relative;
	height:50px;
	margin: 0 auto;
	width: 760px;
}

#header h1 a,#header h1{
	font-size:14px;
	font-weight:bold;
}
#header .font_style01{
	font-size:14px;
	color:#898A60;
	font-weight:bold;
}
#header #h1{
	height:15px;
	margin:20px 0 0 0px;
}
#header #font{
	height:15px;
	margin-top:21px;
	float:left;
}
#header #tel{
	position:absolute;
	width:180px;
	height:20px;
	top: 25px;
	text-indent:-9999px;
	left: 568px;
}

#header #tel a{
	background: url(../img/freedial2.gif) 0 0 no-repeat;
	display:block;
	width:180px;
	height:20px;
	text-decoration:none;
	/*\*/ 
	overflow: hidden; 
	/**/
}

#header #header-list{
	position:absolute;
	width:300px;
	height:20px;
	left: 568px;
	top: 4px;
}
#header #header-list li{
	font-size:1.2em;
	float:left;
	margin-right:20px;
	line-height:20px;
	text-indent:20px;
}

#flashcontent{
	width:760px;
	height:400px;
	background: url(../img/shadow01.gif) bottom repeat-x;
	padding:0 0 10px 0;
}
/*---------- 05  Navi -----------*/
#navi{
	margin:40px 0 0 0 ;
}

#navi p,#navi a{
	text-align:center;
	margin:15px 0 0 0 ;
	line-height:18px;
}

/*---------- 06  content -----------*/

.section{
	margin-top:40px;
}

.section_address{
	border-top:#898a60 solid 1px;
	border-bottom:#898a60 solid 1px;
	padding:10px 0;
	clear:both;
	margin:30px 0 0 0;
}

.section_address p{
	margin:0px;
}
.section_address .flr p{
	color:#000000;
	margin:10px 0 0 0;
	text-align:right
}
.section_address .fll p{
	margin:10px 0 0 0;
}

#content h3{
	font-size: 12px;
	color:#312817;
	font-weight:bold;
}

#content h4{
	background:#898a64;
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	margin-top:65px;
	padding:0 0 0 10px;
	font-size:1.2em;
}

#content p{
	line-height:20px;
	margin:20px 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
/*--text-align: justify;
	text-justify: inter-ideograph;
	は文字列を両端揃えにする指定です。--*/
}

#content .pagetop{
	float:right;
}

/*---------- 07  Footer -----------*/
#footer{
	width:760px;
	text-align:center;
	padding:60px 0 20px 0;
}

#footer ul{
	list-style:none;
	margin:0 0 3px 0;
	color:#898A60;
	font-size:12px;
}

#footer ul li{
	display:inline;
	font-weight:bold;
}

#footer ul li a{
	font-weight:bold;
}

#footer2{
	background:#ABA46D url(../img/shadow02.gif) repeat-x top;
	width:760px;
	height:80px;
	float:left;
	overflow:hidden;
	clear:both;
}
#footer2_left{
	width:226px;
	margin-top:10px;
	margin-left:60px;
	float:left;
	display:inline;
}
#footer2 .flr{
	float:right;
	text-align:right;
	display:inline;
	margin-top:10px;
	line-height:14px;
	padding-right:60px;
}
#footer2 .flr p,#footer2 .flr p a{
	color:#FFF;
}
/*---------- 08  index -----------*/



#index #topix{
	background:#eaeaea;
	font-size:1.2em;
	height:210px;
	width:460px;
	overflow:scroll;
	margin:20px 0 0 0;
	color:#898A60;
}

#index dl.tpx dt{
	width:60px;
	text-align:center;
	float:left;
	display:inline;
	clear:left;
	margin-bottom:15px;
}

#index dl.tpx dd{
	width:370px;
	float:left;
	display:inline;
	margin-bottom:15px;
}

#index .box{
	width:140px;
	float:left;
}
#index .box p{
	margin:0px;
	color:#FFFFFF;
	text-align:center;
}
#index .box_tit{
	background:#c9c4a0;
}
#index .box_tit p a{
	font-weight:bold;
}

#index .box_text{
	background:#aba46d;
}


/*---------- 09  price -----------*/

#price h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

#price .section_address{
	margin-top:100px;
}

#price #navi{
	margin-top:480px;
	display:inline;
}

#price #cou_bord{
	border:2px solid #999999;
	width:340px;
}

#price #cou{
	font-size:1.0em;
	margin:0px;
	padding:0px;
	width:340px;
}

*html #cou #haya{
	width:460px;
}

#price #cou,
#price #cou tr,
#price #cou td,
#price #cou th{
	border:1px solid #999999;
	line-height:18px;
}

#price #cou th{
	font-weight:bold;
	text-align:center;
}

#price #taki{
	width:490px;
	font-size:1.0em;
	margin-top:10px;
}
*html #price #taki{
	width:460px;
}
#price #taki,
#price #taki tr,
#price #taki td,
#price #taki th{
	border:1px solid #64522f;
	line-height:18px;
}

#price #taki th{
	font-weight:bold;
	text-align:center;
}
#price #taki td{
	color: #898a64;
}

#price #haya{
	width:490px;
	font-size:1.0em;
	margin-top:10px;
}

*html #price #haya{
	width:460px;
}

#price #haya,
#price #haya tr,
#price #haya td,
#price #haya th{
	border:1px solid #a6a781;
	line-height:18px;
}

#price #haya th{
	font-weight:bold;
	text-align:center;
}
#price #haya td{
	color: #898a64;
}
#price .line01{
	border:2px solid #666666;
	padding:15px;
	margin:20px 0 0 0;
}
#price .line01 p{
	color:#000000;
	margin:0px;
}
/*---------- 10  course -----------*/

#course h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

/*---------- 11  staff -----------*/

#staff h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

/*---------- 12  nyukai -----------*/

#nyukai h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}
#nyukai h3{
	margin:0px;
}
/*---------- 13  profile -----------*/

#profile h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

/*---------- 14  rental-s -----------*/

#rental-s h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

#rental-s .tit01{
	height:36px;
	line-height:36px;
	background:#898a64;
	color:#FFFFFF;
	font-size:12px;
}

#rental-s .tit02{
	height:36px;
	line-height:36px;
	background:#aba46d;
	color:#FFFFFF;
	font-size:12px;
}
#rental-s .box01{
	border:2px solid #CCCCCC;
	width:230px;
	margin:0 auto;
	text-align:center;
	margin:30px 0 0 120px;
}
#rental-s .box01 p{
text-align:center;
}

#rental-s dl{
	width:500px;
	clear:both;
	color:#898A60;
	margin:0 0 30px 0;
}

#rental-s dt{
	width:90px;
	line-height:18px;
	float:left;
	font-size:12px;
	font-weight:bold;	
}

#rental-s dd{
	width:410px;
	line-height:18px;
	float:left;
	font-size:12px;
}

#rental-s .dl02{
	width:480px;
	clear:both;
	color:#898A60;
	margin:20px 0 50px 0;
}

#rental-s .dt02{
	width:130px;
	line-height:18px;
	float:left;
	font-size:12px;
	font-weight: normal;	
}

#rental-s .dd02{
	width:350px;
	line-height:18px;
	float:left;
	font-size:12px;
	color:red;
}

#rental-s  .section02{
	background:	#eaeaea;
	padding:10px;
	margin:10px 0;
}

#rental-s #cou{
	width:350px;
	margin:20px 0 0 0;
}

#rental-s #cou,
#rental-s #cou tr,
#rental-s #cou td,
#rental-s #cou th{
	border:1px solid #999999;
	line-height:18px;
	color:#898A60;
	font-weight:bold;
	text-align:center;
}

#rental-s #taki{
	width:490px;
	font-size:1.0em;
	margin-top:10px;
}
*html #rental-s #taki{
	width:460px;
}
#rental-s #taki,
#rental-s #taki tr,
#rental-s #taki td,
#rental-s #taki th{
	border:1px solid #898a60;
	line-height:18px;
}

#rental-s #taki th{
	font-weight:bold;
	text-align:center;
	background:#898a60;
	color:#FFFFFF;
}

#rental-s #price{
	width:200px;
	font-size:1.0em;
	margin-top:10px;
	text-align:center;
}
*html #rental-s #price{
	width:200px;
}
#rental-s #price,
#rental-s #price tr,
#rental-s #price td,
#rental-s #price th{
	border:1px solid #898a60;
	line-height:18px;
}

#rental-s #price th{
	font-weight:bold;
	background:#898a60;
	color:#FFFFFF;
}

#rental-s #price td{
	color:#898A60;
}
#rental-s #course{
	width:480px;
	font-size:1.0em;
	margin-top:10px;
	text-align:center;
}
*html #rental-s #course{
	width:480px;
}
#rental-s #course,
#rental-s #course tr,
#rental-s #course td,
#rental-s #course th{
	border:1px solid #999999;
	line-height:18px;
	padding:5px 2px;
}
#rental-s #navi{
	margin:1700px 0 0 0;
}
#rental-s #course2{
	width:400px;
	font-size:1.0em;
	margin-top:10px;
	text-align:center;
}
*html #rental-s #course2{
	width:400px;
}
#rental-s #course2,
#rental-s #course2 tr,
#rental-s #course2 td,
#rental-s #course2 th{
	border:1px solid #999999;
	line-height:18px;
	padding:5px 2px;
}
/*---------- 15  map -----------*/

#map h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}


/*---------- 16  inquiry -----------*/
*html #inquiry p{
	font-size:12px;
}
*html #inquiry table{
	font-size:1.0em;
}

#inquiry h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}
#inquiry .tit01{
	height:22px;
	line-height:22px;
	background:#A8A16B;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
#inquiry .tit02{
	background:#898a64;
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	padding:0 0 0 10px;
	font-size:1.2em;
}

#inquiry .tit03{
	height:22px;
	line-height:22px;
	background:#898a64;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
#inquiry .form{
	width:500px;
	margin:10px 0 0 0;
	text-align:left;
}

#inquiry .form td{
	border-bottom:1px solid #898a64;
}

#inquiry table td,#inquiry table th{
	padding:5px 3px;
}
/*---------- 17  news -----------*/

#news h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}
#news .section{
	border-top: 2px dotted #898a64;
	clear:both;
}
#news .section h3{
	margin:10px 0 0 0;
}
#news .section h3 span{
	display:block;
	float:right;
}
#news .section .flr{
	width:300px;
}
#news .section .fll{
	margin:10px 0 0 0;
	text-align:center;
}
#news .center12{
	text-align:center;
	font-size:1.2em;
	line-height:1.8em;
	color:#898a64;
	margin:10px 0 0 0;
}

/*---------- 18  link -----------*/

#link h2{
	height:400px;
	text-indent:-9999px;
	background: url(../img/flash_img.jpg) 0 0 no-repeat;
}

#link .tit01{
	height:18px;
	line-height:18px;
	background:#898a64;
	color:#000000;
	font-size:12px;
	margin:20px 0 0 0;
}

#link .tit02{
	height:18px;
	line-height:18px;
	background:#aba46d;
	color:#000000;
	font-size:12px;
	margin:20px 0 0 0;
}

#link dl{
	width:500px;
	clear:both;
	color:#898A60;
	margin:4px 0;
}

#link dt{
	width:150px;
	line-height:18px;
	float:left;
	font-size:1.2em;
	color:#898a64;
}

#link dd{
	width:350px;
	line-height:18px;
	float:left;
	font-size:1.2em;
	color:#000000;
}

#line p{
	font-size:12px;
	line-height:20px;
}

/*-----------住所、営業時間等---------*/
#info{
	float:right;
	text-align:right;
   }
  
#info p{
  text-align:right;
    }
  
#info a{
    color:#000000;
  }



