@charset "utf-8";

/*************************

	grid system

**************************/

#grid div.grid_a,#grid div.grid_b,#grid div.grid_c,#grid div.grid_d{position:absolute;}

#grid div.grid_a {
	top:15px;
	left:210px;
}

#grid div.grid_b {
	top:15px;
	left:15px;
}

#grid div.grid_c {
	top:300px;
	left:15px;
}

#grid div.grid_d {
	top:210px;
	left:300px;
}

#grid_system {
	background:url(images/dummy.gif) no-repeat;
}

/*************************

	booklet

**************************/
#booklet_body {

	background:url(../images/back_middle.png) repeat-y;
	background:url(../images/back_middle_price.png) repeat-y;
	padding:15px;
	margin-top:15px;
	padding:15px;
}

#booklet_body img.upper {

	position:absolute;
	top:-29px;
	left:-20px;

}

#booklet {

	width:560px;
	height:470px;
	background:#008B8B;
	position:relative;
	margin:0 auto;
}

#booklet h3{

	font-size:18px;
	color:#808080;
	line-height:1.5em;
	padding-bottom:10px;
}

#booklet p{

	font-size:13px;
	color:#808080;
	line-height:1.8em;
	text-indent:1em;
}

#booklet a{

	color:#8B0000;
}

#booklet table tr {
	width:90px;
}

#booklet table th {

	background:#FFD700;
	padding-left:10px;
	color:#808080;

}

#booklet table td {

	color:#808080;
}

#booklet ul {

	padding-left:20px;
	color:#808080;
}

#booklet li {
	padding-left:25px;
	font-weight:normal;
}


/*************************

	縦スクロール

**************************/
#pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 100px;
  padding: 5px;
  cursor: pointer;
  width:90px;
  height:79px;
  z-index:2000;
  background:url(../images/arrow.gif) no-repeat;
}




/*************************

	テキスト等

**************************/
.text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color:#000 ;
    background: #fff;
    border-radius: 5px;
		font-weight:bold;


    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );

    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );

    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
textarea {
	width:100%;
}
/*************************

	送信ボタン

**************************/

.submit{

    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#F4A460),
        to(#FF8C00)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;

/* Firefox */
    background: -moz-linear-gradient(
        top,
        #F4A460,
        #FF8C00
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;

/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#F4A460,endColorstr=#FF8C00);
    zoom: 1;
}
/*************************

	リセットボタン

**************************/

.reset{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#5f9ea0),
        to(#2F4F4F)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;

/* Firefox */
    background: -moz-linear-gradient(
        top,
        #5f9ea0,
        #2F4F4F
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;

/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#5f9ea0,endColorstr=#2F4F4F);
    zoom: 1;
}
/*************************

	ラジオボックス

**************************/

.checkbox,.radio{
    z-index: -1;
    position: absolute;
    }
    .CheckBoxLabelClass{
        background: url("../images/checkbox.png") no-repeat top left;
        margin-right:20px;
        padding-left:22px;
        }

    .radiolabel{
        background: url("../images/radio.png") no-repeat top left;
        margin-right:20px;
        padding-left:22px;
        }

.LabelSelected,.RadioSelected{

    background-position: bottom left;

    }


.textfield_wrap {

  position: relative;

}
.textfield_wrap label {

  position: absolute;
  padding: 10px 6px;
  color: #888;
}
/*************************

	スライドオープン

**************************/


.open {
     //background: #FF8C00;
     color: #5F9EA0;
     cursor: pointer;
     //width:520px;
     padding: 10px;
	 margin: 0 0 0 15px;
	 font-size:16px;
	 font-weight:bold;
	border: 1px solid #666666;
}

#slideBox {
     padding: 10px;
     border: 1px #ccc solid;
	 width:520px;
	 margin: 0 0 0 15px;
     display:none;
}

#slideBox form table{
	width:500px;
	margin:0 auto;
}

.move a {

	background:url(../images/point.gif) no-repeat;
	padding-left:20px;
	font-size:14px;
	color:#696969;
	font-weight:bold;

}

.move a:hover {	color:#FF4500;}

/*************************

	scroller

**************************/


#scroller-header a {

	text-decoration:none;
	color:#fff;
	padding:0;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#4b412f;
}



#scroller-header {
	background: #008B8B;
	width:600px;
	padding:10px 0 ;
	border-radius:10px 10px 0 0;

}

#scroller-header a{
	display:inline-block;
	text-align:center;
	width:135px;
	font-size:22px;
	background:url(../images/scroller/tab_before.png) no-repeat;
	margin:0 5px 0px 5px;
	//line-height:2em;
}

#scroller-header a:hover{
	background:url(../images/scroller/tab.png) no-repeat;
}

#scroller-header a.selected {

	//color:#fff !important;
	background:url(../images/scroller/tab_selected.png) no-repeat;
}
#scroller-header a.selected:hover {
	background:url(../images/scroller/tab.png) no-repeat;
}
#scroller-body {
	background:url(../images/scroller/body.png) no-repeat bottom center;
	width:600px;
	padding-bottom:30px;
	margin-bottom:30px;
}

#mask {
	width:600px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
	list-style:none;
	margin:0 5px;
	padding:0;
}

#panel ul li {
	padding:5px;
	color:#696969;
	border-bottom:1px dotted #ccc;
	list-style-type:lower-roman;
	list-style-position:inside;
	font-size:14px;
}

#panel ul li.last {
	border-bottom:none !important;
}


#panel-1 {
}

#panel-2 {
}

#panel-3 {
}
/*************************

	設置料金
**************************/

#price {
	background:url(../images/back_middle_price.png) repeat-y;
	positon:relative;
	padding:15px;
	margin-top:15px;
}
#price img.upper {

	position:absolute;
	top:76px;left:0;

}

#price img.lower {

	position:absolute;
	bottom:-10px;left:0;

}

#price table {

	width:540px;

	border: 2px #D3D3D3 solid;

}

#price table caption{

	padding-top:15px;
	font-size:18px;

}

#price th {

	color:#fff;
	background:#008B8B;
	padding-left:30px;
	font-size:16px;
	border: 2px #fff solid;

}

#price td,#price th {
	height:30px;
}

#price td.odd,#price td.even {

	color:#696969;
	padding-left:30px;
	font-size:16px;
	border: 2px #D3D3D3 solid;
}

#price td.odd {
	background:#F5F5F5;
}

#price td.even {
	background:#FFF;
}


/*************************

	content explain

**************************/

#contents_explain {

	background:url(../images/contents_explain.png) no-repeat;

	height:240px;
	margin-bottom:30px;
	padding: 10px;             /* 内側の余白 */

}

#contents_explain p {

	line-height: 25px;
	color: #696969;
	font-weight:bold;
	color:#ffffff;

}

#contents_explain p.notestyle {

   margin: 0px 0px 5px 0px;           /* 外側の余白 */
   padding: 3px 0px;                  /* 内側の余白 */
   border-bottom: 1px dotted #cccccc; /* 下線 */
   font-weight: normal;                 /* 文字の太さ */
   color:#696969;
   text-indent:1em;
   font-size:13px;
}

#contents_explain p.notestyle title {

   float: right;


}

#contents_explain p.notetitle {
   font-size:18px;
}

/*************************

	showcase

**************************/

#showcase {

	background:url(../images/showcase/showcase_body.png) no-repeat;
	width:600px;
	height:730px;
	position:relative;
}

#showcase p {

	position:absolute;
	top:160%;

}


/*************************

	contact

**************************/

#contact {
	background:url(../images/showcase/showcase_body.png) no-repeat;
	height:730px;
	padding:15px;
}

#contact table{

	margin:0 auto 30px;
	padding:30px;
	width:540px;
}

#contact table tr {


}
#contact table tr th{
	width:40%;
	border:1px #666666 solid;
	padding:5px ;
	text-align:center;
	color:#fff;
	background:#008B8B;
}

#contact table tr td{

	border:1px #666666 solid;
	padding:5px ;

}

#contact p:hover {
	background:#FF8C00;
}

#contact2 {
	height:730px;
	padding:15px;
}

#contact2 table{

	margin:0 auto 30px;
	padding:30px;
	width:540px;
}


#contact2 table tr th{
	width:40%;
	border:1px #666666 solid;
	padding:5px ;
	text-align:center;
	color:#fff;
	background:#228B22;
}

#contact2 table tr td{

	border:1px #666666 solid;
	padding:5px ;

}

/*************************

	policy

**************************/

#policy {
	background:url(../images/showcase/showcase_body.png) no-repeat;
	height:730px;
	padding:15px;
}

#policy p{

	text-indent:1em;
}

#policy li{
	margin-left:30px;
	list-style-type:square;
}

#policy p.address_left {
	width:250px;
	float:left;
	display:block;
	padding-left:30px;
}

#policy p.address_right {

}



/*************************

	kwicks (side menu)

**************************/

.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:196px;

}

.kwicks li{

	width:200px;
	height:80px;
	display:block;
}#228B22

.kwicks li p.panel1,.kwicks li p.panel2,.kwicks li p.panel3,.kwicks li p.panel4{
    border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;   /* Firefox用 */
	display:block;
	height:75px;
}

.kwicks li p.panel0,.kwicks li p.panel1,.kwicks li p.panel2,.kwicks li p.panel3,.kwicks li p.panel4{
	padding:150px 5px 5px 15px;
	font-size:13px;
	font-weight:bold;
}

.kwicks li p.panel0{color:#4169E1;}

.kwicks li p.panel1{color:#4169E1;}

.kwicks li p.panel2{color:#2E8B57;}

.kwicks li p.panel3{color:#D2691E;}

.kwicks li p.panel4{color:#B22222;}


.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}

.kwicks-vertical > :first-child {
	margin-top: 0;
}
.kwicks li.panel0 {
	background:#FF8C00;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	color:#fff;
}

.kwicks li.panel0:hover {
	background: #ADD8E6;
}

.kwicks li.panel1 {

	background:#FF8C00;
    border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;   /* Firefox用 */

}

.kwicks li.panel1:hover {
	background: #ADD8E6;
}

.kwicks li.panel2 {
	background:#FF8C00;
    border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;   /* Firefox用 */
}
.kwicks li.panel2:hover {
	background:#90EE90;
}

.kwicks li.panel3 {
	background:#FF8C00;
    border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;   /* Firefox用 */
}
.kwicks li.panel3:hover {
	background:  	#BDB76B;
}

.kwicks li.panel4 {
	background:#FF8C00;
    border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;   /* Firefox用 */
}
.kwicks li.panel4:hover {
	background: #EE82EE;
}

li a span.title0,
li a span.title1,
li a span.title2,
li a span.title3,
li a span.title4 {
  position: absolute;
  height: 100%; width: 100%;
  text-align: center;
  font-size:38px;
  color:#fff;
  padding-top:25px;

}

//文字の色
li a span.title0{background:#FF8C00;}
li a span.title1{color:#3333FF;}
li a span.title2{color:#339900}
li a span.title3{color:#CC6600;}
li a span.title4{color:#FF6633;}


li a span.title0:hover {
	color:#336699;
  	background:url(../images/arrow_home.png) no-repeat center 90px;
	text-decoration:none;
}

li a span.title1:hover {
	color:#336699;
  	background:url(../images/arrow_den.png) no-repeat center 90px;
	text-decoration:none;
}

li a span.title2:hover{
  	color:#006633;
   	background:url(../images/arrow_photo.png) no-repeat center 90px;
}

li a span.title3:hover{
  	color:#FF9933;
   	background:url(../images/arrow_post.png) no-repeat center 90px;
	text-decoration:none;
}

li a span.title4:hover{
	color:#FF6600;
    background:url(../images/arrow_yen.png) no-repeat center 80px;
	text-decoration:none;
}



/*************************

	photos

**************************/
.photos {
	background:#F5F5F5;
}

#contents img.photos_upper {
	position:absolute;
	top:80px;
}
/*------------------------------------*\
    image rotate
\*------------------------------------*/
         /*--Main Image Preview--*/
         .main_image {
            width: 97%;
            position: relative;
            overflow: hidden;
            color: #fff;
         }

		 .main_image img{
		 	display:block;
			padding:10px 15px 0 15px;
		 }

         .main_image h3 {
            font-size:15px;
            font-weight: normal;
            margin: 0 0 5px;
		   padding: 10px;

         }

         .main_image p {
            padding: 10px;   margin: 0;
            line-height: 1.6em;
			display:block;
			width:90%;
         }
		 .block h2 {
		 	font-size:18px;
		 }
		 .block p a {
		 	color:#fff;
			font-size:12px;
		 }
		 .block p a:hover {
		 	color:#FF0000;
		 }
         .block h3 {
            padding: 0 0 0 0px;
            font-size: 1em;
			font-size:14px;
			font-weight:bold;
         }

         .main_image .desc{
            position: absolute;
            bottom: 0;   left: 0;
            width: 100%;
            display: none;
         }
         .main_image .block  {
            width: 520px;
            background: #111;
            border-top: 1px solid #000;
			padding:10px;
			margin: 0 10px 0 15px;
         }
         .main_image a.collapse {
            background: url("../images/photos/btn_collapse.png") no-repeat left top;
            height: 27px; width: 93px;
            text-indent: -99999px;
            position: absolute;
            top: -27px; right: 20px;
         }
         .main_image a.show {background-position: left bottom;}

         .image_thumb {
            float: left;
			width:571px;
			padding:0 15px;
         }
         .image_thumb img {

            background: #fff;
			display:block;

         }
         .image_thumb ul {
            margin: 0; padding: 0;
            list-style: none;
         }
         .image_thumb ul li{

			padding-left:8px;
			margin-left:3px:
            background: #f0f0f0 url("../images/photos/nav_a.gif") repeat-x;
            width: 275px;
            float: left;

            color:#666;
         }
         .image_thumb ul li.hover {
            background: #ddd;
            cursor: pointer;
         }
         .image_thumb ul li.active {
            background:  #F08080;
			color:#fff;
            cursor: default;
         }
         html .image_thumb ul li h2 {
            font-size:13px;
            margin: 5px 0; padding: 0;
         }
         .image_thumb ul li .block {
            float: left;
            margin-left: 20px;
            padding: 0;
            width: 280px;
         }
         .image_thumb ul li p{display: none;}
		a{ text-decoration:none; }


		.bwWrapper {
		    position:relative;
		    display:block;
	padding-left:-80px;
	margin-left:40px;
	margin-top:25px;
		}

/*************************

	price tableに色を付ける

**************************/

	table#price_table1 tr.hv td,table#price_table2 tr.hv td {
		background-color: #FFE4E1;
	}

table.contact_table tr.hv td {
		background-color: #FFE4E1;
	}

/*************************

	スマートホンリンク

**************************/
a.smt {
	display:block;
	width:100%;
	position:absolute;
	left:50px;
	top:40px;
	font-size:22px;
	color:#fff;
}

a:hover.smt {
	color:#FF0000;
}

a.smt img {
	position:absolute;
	left:-30px;
	top-15px;
}
