@charset "utf-8";

/*============CSS Information ===============
[File name]print.css
[Last Editor]M
[Last Modified]20090705
[Table of Contents]
	Standard
	Index-Page
	Dir1-Page
============================================*/

/* Standard : Start */
body {
	font-size:11pt;
	color:#000;
	background-color:#fff;
	background-image :none; /* Opera 8,9 Action */
	
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho	Pro",
							"平成明朝", "Heisei Mincho",
							/*"メイリオ","Meiryo",*/
							serif;
	}
	
h1,h2,h3,h4,h5,h6	{
	font-size:12pt;
	font-weight:bold;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
							"Osaka",
							/*"メイリオ","Meiryo",*/
							sans-serif;
	}
	
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
	}

img {
	border: 0;
	}
hr {
	display:none;
	}

.print{
	width:650px;
	}	

/*a.exlink[href]:after {
	content: " ("attr(href)") ";
	}*/ /* Exterior Link URL Display */
	
p em{
	font-weight:bold;
	font-style:normal;
	}

p strong{
	font-size:12pt;
	font-weight:bold;
	}

address{
	color:#999;
	text-align:center;
	padding:5px;
	margin-top:5px;
	font-style:normal;
	}
	
.page_top {
	display:none;
	}

/* Standard : End */

/*==========================================*/

/* Index-Page : Start */

#nav_index	{
	display:none;
	}
/* Index-Page : End */

/*==========================================*/

/* Dir1-Page : Start */
#nav_dir1 {
	display:none;
	}
li	{
	list-style:none;
	}
	
#thumb_grotte ul li {
	display:inline;
	}	


/* Dir1-Page : End */

