@charset "utf-8";

/* 各ブラウザの独自解釈をリセット */
* { margin: 0px; padding: 0px;}
img {border:none;}

/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/main_bg.jpg) repeat;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #555555;
	font-size: 100%; /* 基本フォントサイズ */
}

p, th, td { font-size: 94%; line-height: 1.3;}

/* リンクの色 */ 
a:link { color: #FF3399; }
/* 訪問済みリンクの色 */
a:visited { color: #FF84C1; }
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active { color: #FF6600; }

.red { color: #FF0000; }
.blue { color: #0000FF; }
.orange { color: #F36422; }

/* コンテンツ全体コンテナ
---------------------------------------------------- */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 860px;
	background: url(../images/bg.gif) repeat-y center top;
	text-align: center;
}

/*ページトップ */
#pagetop {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/main_bg.jpg) repeat;
}
	
#pagetop h1{
	margin: 0px;
	padding: 2px 0px 0px 10px;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	text-align: left;
}
	
/* コンテンツ内容コンテナ */
#pagebody {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 840px;
	text-align: left;
}

/* ヘッダ全体コンテナ
---------------------------------------------------- */
/*ヘッダ上画像*/
#headtop {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 860px;
	background: #FFFFFF url(../images/bg_top.gif) no-repeat center top;
	text-align: center;
}
#header {
	width: 840px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	background: #FFFFFF;
}

/* ヘッダー左 */
#header #headleft { margin: 0px; padding: 0px; height: 60px; width: 320px; float: left; text-align: left; }
#header #headleft img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* ヘッダー右*/
#header #headright { margin: 0px; padding: 0px; height: 60px; width: 400px; float: right; text-align: right; }
#header #headright img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */

/* ヘッダー・ナビゲーション
---------------------------------------------------- */
#headnavi {
	height: 45px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}
#headnavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#headnavi li {
	display: block;
	float:left;
}
#headnavi img{ vertical-align:bottom;} /* firefox,Operaなどで、見出し画像下の隙間をなくす */


/* メインコンテンツ全体コンテナ
---------------------------------------------------- */
#contents {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#contents-bg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	width: 840px;
}

/*サイドナビBOX
---------------------------------------------------- */
#side-box {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: right;
	width: 210px;
	text-align: left;
	border: 0px solid #E1E1E1;
	display: inline;
}




/* メイン全体コンテナ
---------------------------------------------------- */

#main { margin: 0px; padding: 0px; float: left; width: 620px; text-align: left; }

.midashi-side {  margin: 0px; padding: 0px; }
.midashi-lv1 { margin: 0px; padding: 0px; }
.midashi-lv2 {
	padding: 6px 4px 6px 25px;
	font-size: 94%;
	margin: 0px 10px 10px 10px;
	color: #555;
	font-weight: bold;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #DCDCDC;
}
.midashi-lv3 { margin: 0px 0px 5px 10px; padding: 0px; font-size: 94%; font-weight: bold; color: #FF8C00; }
.midashi { margin: 0px; padding: 0px; }

address { margin: 0px; font-weight: normal; font-style: normal; padding: 0px; }

.p1 { margin: 0px 15px 10px; }
.p2 { margin: 0px 0px 10px; text-align: center; }
.p3 { margin: 0px 20px 5px; text-align: right; }

.memo { margin: 0px 0px 0px 10px; font-size: 10px; text-align: left; color: #FF9933; }

.img-right { float:right; margin-left: 5px; margin-bottom: 0px; }
.img-left { float:left; margin-right: 5px; margin-bottom: 0px; }


/* フッタメニュー
---------------------------------------------------- */
#footmenu {
	clear: both;
	width: 840px;
	padding: 5px 0px;
	background: #FFFFFF;
	border-top: 1px dotted #D8D8D8;
	margin-top: 5px;
}
#footmenu p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 82%;
}
#footmenu a {
  text-decoration: none; /* NNでリンク線が出てしまうのを防ぐ為 */
}

#footmenu address { margin: 0px; padding: 2px; font-size: 82%; text-align: center; font-weight: normal; font-style: normal; }


/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/foot.jpg) no-repeat;
	width: 840px;
	border-top: 1px solid #C75786;
}
#footer p {
	margin: 3px 0px 3px 70px;
	padding: 0px 0px 5px 0px;
	font-size: 75%;
	text-align: center;
	color: #FFF;
}

.gotopfoot {
	float:right;
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

/*フッター下画像 */
#footend {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 860px;
	background: url(../images/bg_foot.gif) no-repeat center top;
	text-align: center;
}

/* 背景のあるBOX
---------------------------------------------------- */
.sotowaku-box { padding: 5px 15px; text-align: left; }
.utiwaku-box {border: 1px #DCDCDC solid; padding: 5px; margin: 0px 0px 10px 0px; background: url(../images/bg_table.gif) repeat;}
.syokai-name {
	padding: 4px 4px 4px 7px;
	font-size: 100%;
	color: #555;
	margin-bottom: 5px;
	border: 1px solid #DCDCDC;
	font-weight: bold;
	background: #FFF;
}
.syokai-title {
	margin: 0px 0px 2px 0px;
	font-size: 88%;
	text-align: left;
	color: #F90;
	padding: 3px;
	border-bottom: 1px dotted #DCDCDC;
}
.syokai-aisatu-txt { margin: 0px 5px 5px 5px; font-size: 94%; text-align: left; }
.syokai-txt { margin: 0px 5px 5px 5px; font-size: 82%; text-align: left; }

/* 追加のブロック */
.table-syoukai {
	clear: both;
	margin: 0px;
	border: 1px solid #DCDCDC;
}
.table-syoukai td {
	text-align: center;
	vertical-align: top;
	padding: 2px;
	background: #FFF;
}

/* Q＆Aページ
---------------------------------------------------- */
#faq-box { padding: 5px 15px; text-align: left; }
.qa-box {
	border:1px #CDC0B0 dotted;
	padding:5px;
	margin-bottom:10px;
	margin-top:5px;
	background: #FFF;
}
.pq {
	padding: 6px 4px 6px 50px;
	margin: 0px 0px 10px;
	color: #555;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/bg_faq_q.jpg) no-repeat left top;
	border-bottom: 1px dotted #CCC;
}
.midashi-qa1 { margin: 10px 0px 10px 0px; padding: 0px; font-size: 94%; font-weight: bold; color: #555; }
.pa {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 10px;
	font-size: 88%;
}
.pt { margin: 0px 20px 5px; font-size: 69%; text-align: right; }

/*個人情報部分
---------------------------------------------------- */
#kojin-text {
	margin-left: 20px;
	margin-right: 20px;
}

.pkojin-txt1 { margin: 0px 0px 3px; text-align: left; }
.pkojin-txt2 { margin: 0px 0px 20px; text-align: left; }

/* テーブルお問い合わせ（個人情報）ブロック */
.table-list { clear: both; margin: 0px 0px 20px;}
.table-list th { text-align: left; padding: 0px; vertical-align: top; font-weight: normal; }
.table-list td { text-align: left; padding: 0px; }


/* CONTACT - 送信フォーム
---------------------------------------------------- */
.formbox {
	clear: both;
}
.formbox table {
	background: #C1C1C1;
	margin: 0px auto 10px;
}

.formbox th {
	font-weight: normal;
	text-align: center;
	padding: 4px 0px;
	vertical-align: middle; 
}
.formbox td {
	text-align: left;
	padding: 4px;
	background: #FFFFFF;
}

/* フォーム・ラジオボタンのテキスト部分 */
.tradio { vertical-align: 3px; margin-right: 20px; }
/* フォーム・必須マーク（※） */
.asta { font-size: 10pt; margin-left: 3px; color: #FF0000; vertical-align: 1px; }
/* フォーム・入力例 */
.rei { font-size: 10px; vertical-align: 3px; color: #FF9933; }

.bg-col-1 {background: #FFFFFF;}
.bg-col-2 {background: url(../images/bg_table.gif) repeat;}
.bg-col-3 {background: #F5F5F5;}

/* テーブルブロック
---------------------------------------------------- */
/* テーブルインフォメーションのブロック */
.t-info {
	clear: both;
	margin: 10px 10px 20px 10px;
}
.t-info th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}
.t-info td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px dotted #CCC;
}

/* テーブル01のブロック */
.table01 {
	clear: both;
	margin: 0px auto 10px;
	background: #DCDCDC;
}
.table01 th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background: url(../images/bg_table.gif) repeat;
}
.table01 td { 
	text-align: left;
	padding: 5px 10px 5px 10px; 
	background: #FFFFFF;
}


/* 点線（下線付き）のテーブル */
.t-dot {
	clear: both;
	margin: 0px auto 10px;
}
.t-dot th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding:  5px 10px;
	border-bottom: 1px dotted #CCC;
}
.t-dot td {
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px dotted #CCC;
}

/* テーブル料金のブロック */
.table-ryoukin {
	clear: both;
	margin: 0px auto 10px;
	background: #DCDCDC;
}
.table-ryoukin th { 
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
	padding: 4px;
	background: url(../images/bg_table.gif) repeat;
}
.table-ryoukin td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	background: #FFFFFF;
}

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden; /* この指定でDWでレイアウトが崩れない ページがめり込むときは外す \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}


/* ライトボックス用のスタイル（lightbox.cssより）
---------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }