@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
   width:100%;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin-top:20px;
}

.center{
   text-align:center;
}

.left{
   text-align:left;
}
.bold{
   font-weight:bold;}

.red{
   color:#cc0000;
}

.blue{
   color:#0099FF;
}
.blight{color:#807346;}
.text80{
   font-size:0.8em;
}.text75{
   font-size:0.75em;
}
.text60{
   font-size:0.6em;
}
.text9{
   font-size:8px;
}
.f-left{float:left;}

.li-none{
    list-style:none;
}

.clr{clear:both;}



/* ========TEMPLATE LAYOUT======== */
div#header {
   width:779px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

div#pr {
   position:absolute;
   width:300px;
   left:200px;
   top:20px;
}
div#p1 {
   position:absolute;
   width:120px;
   left:515px;
   top:10px;
   font-size:11px;
   text-align:center;
   
}
*html div#p1 {
   position:absolute;
   width:124px;
   left:515px;
   top:20px;
   font-size:11px;
   text-align:center;
   
}
div#p2 {
   position:absolute;
   width:150px;
   left:650px;
   top:0px;
   font-size:12px;
}
*html div#p2 {
   position:absolute;
   width:150px;
   left:650px;
   top:10px;
   font-size:12px;
}
div#menu {
   width:100%;
   float:left;
   margin-bottom:5px;
   background:url(images/bg_menu.gif) 0 100% repeat-x;
}

div#top-img{
   width:800px;
   margin:0 auto;
   margin-bottom:25px;
}

div#contents {
   width:779px;
   margin:0 auto;
}

div#main {
   float:right;
   width:519px;
}

div#sub {
   float:left;
   width:240px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background:#EBEADD;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:12px;
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:12px;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:800px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:12px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:155px;
   color:#5A5132;
   line-height:50px;
   border-left:1px solid #D8D8D8;
}

div#menu li.home a{
   border:none;
}

div#menu li a.active{
   background:#F2F2F2;
}

div#menu li a:hover{
   color:#333;
   background:#F2F2F2;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#003399;
}

div#main a:hover {
   color:#004AE3;
   border:0;
   border-bottom:1px solid ;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}
div#main h2#plan {
   margin:30px 0px 8px 0px;
   border-bottom:0px double #5A5132;
}

div#main h3 {
   margin-bottom:3px;
   font-size:13px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:12px;
}

div#main h5 {
   margin-bottom:2px;
   font-size:12px;
}

div#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

div#main p{
   margin:0 0 1em 0;
   font-size:12px;
}

div#main ul,ol,dl{
   font-size:12px;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}
/* plan */
div#plan{
   margin-bottom:30px;
}

div#plan dl{
   width:169px;
   float:left;
   margin:10px 3px 10px 1px; 
}
*html div#plan dl{
   width:169px;
   float:left;
   margin:10px 2px 10px 1px; 
}
div#plan dt{
   margin:0px;
}

div#plan dd.comment{
   background-color:#F7F3F7;
   padding:10px;
   margin:0px;
}

div#plan dd.fee{
   background-color:#F7F3F7;
   padding:10px;
   margin:5px 0px 0px 0px;
   color:#0099FF;
   text-align:center;
}

div#btn-apr{
   margin-bottom:60px;
   text-align:center;
}

div#btn-apr img a{
   border:none;
   float:left;
   margin:20px;
}

div#btn-apr img a:hover{
   text-decoration:none;
}


table.plan{
   border:0px;
   width:500px;
   font-size:13px; 
   margin:0px auto;  
}
table.plan th{
   padding:5px 20px;
   background-color:#666666;
   color:#FFFFFF;
}
table.plan td{
   padding:5px 20px;
   background-color:#ECECEC;
}
table.plan td.c1{
   width:100px;
   background-color:#CCCCCC;
}
table.plan td.c2{
   padding:5px;
   width:36px;
   background-color:#CCCCCC;
   font-size:12px; 
   text-align:center;
}
table.plan td.c3{
   font-size:12px; 
   padding:5px;
   width:28px;
   background-color:#CCCCCC;
   text-align:center;
}
table.plan td.c4{
   padding:5px;
   text-align:center;
   width:50px;
}
table.plan td.c5{
   padding:5px;
   text-align:center;
   width:90px;
   font-size:12px; 
}
table.plan td.c6{
   padding:2px;
   text-align:center;
   width:px;
   font-size:12px; 
   background-color:#CCCCCC;

}
table.plan td.c7{
   padding:2px;
   text-align:left;
   width:60px;
   font-size:12px;
   font-weight:bold; 
   background-color:#CCCCCC;

}
/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div{
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin:20px 0px 10px 0px;
}

div#sub .section table{
   font-size:10px;
   margin-left:0px;
}

div#sub .section table td.dept{
   width:60px;
   color:#003399;
}

div#sub .section table td a{
   color:#003399;
}

div#sub .section table td a:hover{
   text-decoration:underline;
   color:#004AE3;
}
div#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#5A5132;
   padding-left:10px;
   background:#fff url(images/bg_submenu.gif) 0 50% no-repeat;
   border-bottom:1px solid #E7E7E7;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:12px;
   line-height:1.4;
   list-style:none;
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 11px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   font-size:11px;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:12px;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:10px 0;
   font-size:12px;
   color:#333;
   text-align:center;
}


/* ========STAFF======== */

div#staff{
   margin-bottom:30px;
}

div#staff img{
   margin:3px;
   float:left;
}
div#staff .staff_box{
   background-color:#CCCCCC;
   width:500px;
   margin:10px auto;
}
div#staff dl{
   float:left;
   width:374px; 
}
div#staff dt{
   margin:10px 0px 10px 0px;
   font-size:14px;
   font-weight:bold;
   letter-spacing: -1px;
   text-align:center;
}

div#staff dd{
   padding:10px;
   margin:0px;
   text-align:left;
}

/* ========RENTAL======== */

div.rental{
   margin-bottom:60px;
}


/* ========company======== */

ul.company{
   list-style:none;
}

#yakkan{
   background:#cccccc;
   width:200px;
   border:1px solid #999999; 
   padding:4px;
   margin:20px auto 50px;
}
table#company {
   empty-cells: show;
   width:534px;
   margin:30px 0px;
   font-size:0.75em;
   text-align:left;
   border: 1px solid　#cccccc;

}
table#company th {
    width:px;
	background: #E2EFFC;
	border-width: 1px 1px 0px 0px;
	border-color:#FFF;
	border-style:solid;
	text-align:center;
}

table#company td {
	background:#F3F3F3;
	border-width: 1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	padding:4px 10px;
}

/* ========company======== */
div.plan_exp{
    background-color:#F7F3F7;
	padding:10px;
	border:1px solid;
	border-color:#ECECEC #cccccc #cccccc #ECECEC;
}

div.plan_exp .left{
   float:left;
   margin:10px 10px 10px 10px;
   border:1px solid #cccccc;
   padding:1px;
}

div.plan_exp .right{
   width:330px;
   float:right;
   margin:10px;
}

div.plan_exp .right .btn{
   float:right;
   background-color:#CCCC33;
   padding:3px 20px;
   font-size:0.8em;
   color:#FFF;
   border:1px solid #999933;   
}


div.plan_exp .right .point{
   color:#003399;}

/* ========privacy======== */
table#unei{
	font-size:12px;
	border:#cccccc 1px solid;
	margin-left:20px;
}

table#unei td{
    padding:5px;
    border:#cccccc solid ;
	border-width:0px 0px 1px 1px;
}

#privacy {
    margin-bottom:20px;
	padding:10px;
	border: 1px solid #B5B380;
	text-align:left;
}

#privacy p.title1 {
	color: #E9750D;
    padding-top: 15px;
}
#privacy .text1 {
    padding: 5px 10px 0px 20px;
}
#privacy ul {
    padding: 5px 0 0 20px;
	list-style:none;
}
#privacy ul li {
    padding-bottom: 5px;
}


.let-box{
    border:#CCCC00 solid 1px;
	padding:10px;
	margin:0px auto;
	width:400px;
}


/* ========a-tour======== */

table.a-tour{
   border:1px #999999 solid;
   width:500px;
   font-size:13px; 
   margin:0px auto;  
}
table.a-tour th{
   padding:5px 20px;
   background-color:#5A5132;
   color:#FFFFFF;   
}
table.a-tour td.img{
   padding:5px;
   width:249px;
   background-color:#ECECEC;
}
table.a-tour td.info{
   padding:5px;
   background-color:#ECECEC;
}
table.a-tour a{
   text-decoration:underline;
}
