@charset "shift_jis";

/*
HTMLの設定
------Coding Rule------
	clear:
	display: float: position:
	width: height:
	padding: margin:
	text-align: vertical-align: text-decoration:
	color:
	list-style: type, image, position;
	font: style, variant, weight, size/line-height, family;
	backgroud: color, url, position x-y, repeat;
	border: weight, line, color;
-----------------------
*/

/*共有セット*/

/*デフォルトクリア*/
body,h1,h2,h3,h4,h5,h6,table,ul,p { padding: 0; margin: 0; }
img { border: 0; }


/*共有設定*/
body { padding-left: 10px; font-size: medium; line-height: 140%; background: url("../img/general/main_h_bg.gif") left top no-repeat; }
#kankotop, #event, #area, #target, #tokusan, #access, #detail, #kankomap { background: none; }
strong { color: #f00; font-style: normal; font-weight: bold; }
em { font-style: normal; font-weight: bold; }
p { text-indent: 1em; line-height: 150%; }
p.nextpara { margin-top: 1em; }
sup { font-size: 60%; }

/*幅の設定*/
.w10  { width: 10px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w380 { width: 380px; }
.w510 { width: 510px; }
.w530 { width: 530px; }

/*音声ブラウザナビゲーション*/
div#forvoice, p#footertitle { position: absolute; left: -5000px; top: -5000px; height: 0px; line-height: 0; }

/*PDFプラグイン表示*/
#getpdf			{ padding: 10px; margin: 0.5em 0; font-size: 90%; border: 1px solid #999; }
#getpdf img	{ float: right; }
.about-pdf { margin: 0; color: #f60; font-size: 100%; background: none; border: none; }
#getpdf-cmp		{ padding: 10px; margin: 0.5em 0; font-size: 90%; vertical-align: middle; border: 1px solid #999; }
#getpdf-cmp img	{ margin-right: 0.5em; vertical-align: middle; }
#getpdf-cmp p	{ text-indent: 0; }

li.dl-pdf, li.dl-msword, li.dl-msexcel {
	height: 32px; padding: 7px 0 0 35px; margin: 0; vertical-align: middle; list-style: none;
	}
li.dl-pdf		{ background: url("../img/icon_pdf.gif") 0% 50% no-repeat; }
li.dl-msword	{ background: url("../img/icon_msword.gif") 0% 50% no-repeat; }
li.dl-msexcel	{ background: url("../img/icon_msexcel.gif") 0% 50% no-repeat; }

/*Object Float*/
.flt-left		{ float: left; margin-right: 10px; margin-bottom: 10px; text-indent: 0; }
.flt-right	{ float: right; margin-left: 10px; margin-bottom: 10px; text-indent: 0; }
.aln-center	{ margin: 1em auto; text-align: center; text-indent: 0; }


/* --- Clear PeeKaBoo --- */
.cpkb:after { content: "."; display: block; height: 0; clear: both; visibility:hidden; }
.cpkb { display: inline-table; } /*IE*/
/* Hides from IE-mac \*/ 
* html .cpkb { height: 1%; } 
.cpkb { display: block; } 
/* End hide from IE-mac */