@charset "shift_jis";



/*============================================================================*/
/*	基本設定
==============================================================================*/

/*	全体
==============================================================================*/

*,
* * {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 80%/170% Verdana;
	color: #666;
	text-align: center;
	border-top: 6px solid #ED0C57;
}
body#second {
}

div#base {
	width: 740px;
	text-align: left;
	margin: 0px auto;
}



/*	タグ
==============================================================================*/
a,
a:visited {
	color: #09C;
}
a:hover {
	color: #E86262;
}

ul {
	list-style-type: none;
}
ol {
	margin: 4px 0px 4px 25px;
}
img {
	border: none;
}
html>body img,
html>body iframe {
	vertical-align: top;
}
label {
	cursor: pointer;
}
hr {
	clear: both;
	height: 1px;
	color: #EEE;
	background: #EEE;
	border: none;
	margin: 30px 0px;
}



/*	テーブル
==============================================================================*/

table.table-01 {
	border-collapse: collapse;
	margin: 0px 0px 8px 0px;
}
table.table-01 th {
	color: #DDD;
	text-align: center;
	background: #333;
	border: 1px solid #666;
	padding: 10px;
}
table.table-01 td {
	border: 1px solid #CCC;
	padding: 6px;
}
col.col-01 {
	color: #444;
	background: #F0F0F0;
}





/*============================================================================*/
/*	見出し
==============================================================================*/

/*	Ｈ１
==============================================================================*/

body#home h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	font: normal 9px Verdana;
	color: #CCC;
}
body#second h1 {
	font-size: 120%;
	color: #FFF;
	background: #444;
	margin: 0px 0px 40px 0px;
	padding: 20px 15px;
}



/*	Ｈ２
==============================================================================*/

body#second h2.h2-01 {
	color: #FFF;
	background: #7D8F34;
	margin: 40px 0px 20px 0px;
	padding: 6px 10px;
}
body#second h2.h2-01 a,
body#second h2.h2-01 a:visited,
body#second h2.h2-01 a:hover {
	color: #FFF;
	text-decoration: none;
}

body#second h2.h2-02 {
	color: #DB3E7C;
	background: #FCEFF5;
	border-top: 1px solid #DB3E7C;
	margin: 40px 0px 20px 0px;
	padding: 6px 10px;
}
body#second h2.h2-space0 {
	margin: 0px 0px 20px 0px;
}



/*	Ｈ３
==============================================================================*/

body#second h3 {
	color: #8FAB23;
	border-bottom: 1px dotted #8FAB23;
	margin: 20px 0px 10px 0px;
}
body#second h3.h3-space0 {
	margin: 0px 0px 10px 0px;
}
body#second h3 a {
	display: block;
	color: #8FAB23;
	text-decoration: none;
}
body#second h3 a:hover {
	color: #E86262;
	text-decoration: underline;
}





/*============================================================================*/
/*	コンテンツ
==============================================================================*/



/*	ヘッダー
==============================================================================*/

div#header {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 12px 0px 0px 0px;
}
p.logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
p.tel {
	position: absolute;
	bottom: 0px;
	right: 0px;
}



/*	フッター
==============================================================================*/

div#footer {
	width: 100%;
	font: 80%/120% Verdana;
	color: #666;
	border-top: 4px solid #DDD;
	padding: 10px 0px;
}
div#footer p.copy {
	float: left;
}



/*	コンテンツ全体
==============================================================================*/

div#content{
	width: 100%;
	margin: 30px 0px;
}

div#content-second {
	width: 100%;
	background: #FFF url(../img/temp/content_back.gif) center right repeat-y;
	margin: 7px 0px 30px 0px;
}



/*	パンくず
==============================================================================*/

p.pan {
	font-size: 80%;
	background: #FFF;
}
p.page-top {
	margin: 50px 0px 0px 0px;
}
p.page-top a {
	display: block;
	width: 100px;
	height: 20px;
	text-indent: -2999px;
	line-height: 0px;
	background: url(../img/temp/page_top.gif);
}
p.page-top a:hover {
	background-position: -100px 0px;
}



/*	コンテンツ左
==============================================================================*/

div#content-left {
	float: left;
	width: 500px;
}

/*	コンテンツ右
==============================================================================*/

div#content-right {
	float: right;
	width: 210px;
	background: #FFF;
}
div#content-right h2 {
	color: #FFF;
	background: #444;
	padding: 10px 0px 10px 8px;
}

div#content-right table {
	width: 100%;
	border-bottom: 1px solid #FFF;
}

div#content-right p.inquiry {
	font: 80%/140% Verdana;
	background: #FFF;
	margin: 20px 10px;
	padding: 10px;
}
div#content-right p.inquiry strong {
	display: block;
	margin: 0px 0px 4px 0px;
}





/*============================================================================*/
/*	オプション
==============================================================================*/

/*	クリア
==============================================================================*/

div.clear-box {
	width: 100%;
}
.pkg:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
br.clear {
	width: 100%;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/*	オリジン
==============================================================================*/

.floatL {
	float: left;
}
.floatR {
	float: right;
}

.boxL-01 {
	float: left;
	width: 250px;
}
.boxR-01 {
	float: right;
	width: 250px;
}

.alignLT {
	text-align: left;
}
.alignRT {
	text-align: right;
}
.alignCT {
	text-align: center;
}

.alignLP {
	float: left;
	font: 80%/130% Verdana;
	color: #777;
	margin: 0px 8px 8px 0px;
}
.alignRP {
	float: right;
	font: 80%/130% Verdana;
	color: #777;
	margin: 0px 0px 8px 8px;
}

.alignLB {
	float: left;
	font: 80%/130% Verdana;
	color: #777;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0px 8px 8px 0px;
	padding: 4px;
}
.alignRB {
	float: right;
	font: 80%/130% Verdana;
	color: #777;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0px 0px 8px 8px;
	padding: 4px;
}

.border {
	border: 1px solid #DDD;
	margin: 2px 0px;
	padding: 4px;
}



/*	フォント
==============================================================================*/

.FC-red-01 {
	color: #D00;
}
.FC-orange-01 {
	color: #FF912D;
}
.FC-black-01 {
	color: #000;
}
.FC-blue-01 {
	color: #279AF8;
}

.FSi-80 {
	font-size: 80%;
}
.FSi-120 {
	font-size: 120%;
}

.FW-B {
	font-weight: bold;
}



/*	リスト
==============================================================================*/

.ul-basic-01 {
	list-style: disc;
	margin: 4px 0px 4px 25px;
}



/*	その他
==============================================================================*/

.hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
}





/*============================================================================*/
/*	LIGHTBOX
==============================================================================*/

#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; }


