@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:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#ddd;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE FRAMEWORK======== */
div#top {
   margin:0 auto;
   width:1200px;
   text-align:left;
   border:1px solid #666;
}

body > #top {
	height: auto;
	min-height: 100%;
	width:1200px;
	margin:0px auto;
	}

div#header {
	width:1200px;
	height:70px;
	border-bottom:1px solid #666;
	background:#fff url("common/image/bg_head.gif") 0% 0% no-repeat;
	background-color: #CCCCCC;
}

div#contents {
	clear:both;
	width:1170px;
	padding-left:10px;
	background:#fff url("common/image/bg_contents.gif") 0% 0% repeat-y;
}

div#main {
	float:left;
	width:850px;
	padding:0 10px;
	min-height:400px;
    height:auto !important;
    height:400px;
}

div#sub {
   float:right;
   width:200px;
}
div#sub a {
   color:#FFF;
   text-decoration:none;
}

div#footer {
   clear:both;
   width:1200px;
   border-top:1px solid #666;
   background:#fff;
   margin:30px 0px 0px 0px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========フォトギャラリー用======== */
#gimg{
	width: 700px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.smallimage {
	 background-color: #fff;
	 border: 1px solid #CCC;
	 padding: 3px;
	 margin: 10px 5px 0 0;
}
.img_bx{
	float:left;
	margin-left: 20px;
	width: 200px;
	padding-bottom: 30px;
	padding-top: 10px;
	height: 150px;
	margin-bottom:40px;
	font-size:12px;
}
.img_bx2{
	float:left;
	margin-left: 20px;
	width: 150px;
	padding-bottom: 30px;
	padding-top: 10px;
	height: 80px;
}
.img_bx3{
	float:left;
	margin-left: 0px;
	width: 310px;
	padding-top: 10px;
	font-size:10px;
	text-align: left;
	padding-bottom: 30px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
	z-index: 9999;
	background: rgba(0,0,0,0.3);
}
.overlay a {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.overlay img {
	border: 5px solid #ddd;
}
.overlay:target {
	display: table;
}
.overlay .right {
	display:block;
	text-align: center;
	line-height: 2em;
}

/*テーブル設定*/
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:0px;
	width: 150px;
	border-bottom: 1px dashed #cccccc;
}

table.inquiry td{
	padding:10px 0;
	border-bottom: 1px dashed #cccccc;
}

table.inquiry th.non,table.inquiry td.non{
	padding-top:15px;
	border-bottom: none;
}


table.inquiry th.lead{
	background:#aaba79;
	padding:0;
	color:#333333;
	text-align:center;
	background:#aaba79;
	font-size:13px;
}



table.inquiry2{
	width:620px;
	margin:10px auto 0 auto;
	font-size:12px;
	text-align:left;
	background-color:#CCCCCC;
}

table.inquiry2 span{
	margin-right:5px;
	color:#ed9027;
	font-size:11px;
	font-weight:100;
}

table.inquiry2 input,textarea{
	width:350px;
	background:#fff;
	border:1px solid #666666;
	padding:5px 0;
}

table.inquiry2 input.mini{
	width:50px;
}
table.inquiry2 input.mini2{
	width:80px;
}

table.inquiry2 th{
	padding-left:10px;
	width: 150px;
	border-bottom: 1px dashed #000;
}

table.inquiry2 td{
	padding:10px 0;
	border-bottom: 1px dashed #000;
}

table.inquiry2 th.non,table.inquiry2 td.non{
	padding-top:15px;
	border-bottom: none;
	background-color:none;
}


table.inquiry2 th.lead{
	background:#aaba79;
	padding:0;
	color:#333333;
	text-align:center;
	background:#aaba79;
	font-size:13px;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   font-size:150%;/* 24px相当 */
   margin:0;
   line-height:60px;
   padding:0 10px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#559A99;
}

div#main a:hover {
   border:0;
   color:#559A99;
   border-bottom:1px solid #559A99;
}

div#main h2 {
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   margin:5px 0;
   border-bottom:2px solid #A6D2D1;
   margin-top:30px;
   margin-bottom:30px;
}

div#main h3 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   margin-bottom:5px;
   border-bottom:1px dotted #A6D2D1;
}

div#main p{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main td{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
   font-size:82%;/* 13px相当 */
   color:#fff;
   padding:5px;
   font-weight:bold;
   line-height:2.5;
   background:#666;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   list-style-type:none;
   margin:0;
   padding:0;
   font-size:82%;/* 13px相当 */
   border-bottom:1px solid #999;
}

div#menu li a{
   display:block;
   width:195px;
   padding-left:5px;
   color:#333;
   line-height:2.5;
   background:#ddd;
}

div#menu li a:hover{
   color:#333;
   background:#d4d4d4;
}


/* ========FOOTER CUSTOMIZE======== */
div#totop {
   padding:10px 10px 0 0;
   text-align:right;
}

div#footerMenu {
   padding:10px 0;
   font-size:82%;/* 13px相当 */
}

div#footerMenu a {
   color:#333;
}

div#footerMenu a:hover {
   color:#333;
   border-bottom:1px solid #333;
}

div#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}
div#footerMenu li {
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   background:url("common/image/arrow.gif") 0 4px no-repeat;
}

address {
   padding:20px 0;
   color:#333;
   text-align:center;
   font-style:normal;
   font-size:70%;/* 12px相当 */
   border-top:2px solid #ddd;
   background:#f1f1f1;
}

/* ========書式追加======== */
.ind05{
	text-indent:5px;
}
.ind10{
	text-indent:10px;
}
.ind15{
	text-indent:15px;
}

/*-------マージン----------*/
.mt05{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mb05{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}


/*-------フォント----------*/
.fb{
	font-weight:bold;
}
.fs10{
	font-size:10px;
}
.fs12{
	font-size:12px;
}
.fs14{
	font-size:14px;
}
.fs16{
	font-size:16px;
}
.fcR{
	color:#FF0066;
}
.fcW{
	color:#FFFFFF;
}
.fcB{
	color:#0066CC;
}
.fcG{
	color:#339999;
}

/*-------デコレーション----------*/
.t_line{
	border-top:1px solid #cccccc;
}
.u_line{
	border-bottom:1px solid #cccccc;
}
.fltL{
	float:left;
}
.fltR{
	float:right;
}
