@charset "utf-8";


body{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background:url(../img/bg.gif) repeat-y center top #efefef;
	}


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


p{
	margin:0;
	padding:0;
	}

hr{
	display:none;
	}


/*-------全体を中央揃えにする-----*/

#wrapper{
	margin:0px auto;
	width:640px;
	text-align:left;
	}


/*-------回り込み解除-----*/


.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


*html .clearFix{
	height:1%;
	}

*:first-child+html .clearFix{
	overflow:hidden;
	}



/*---------フォントのスタイル---------*/

body, table, th, td{
	font-family:"ＭＳ Ｐゴシック","osaka","ヒラギノ角ゴ Pro W3","sans-selif";
	font-size:12px;
	color:#383527;
	line-height:140%;
	}

em{
	font-style:normal;
	}

strong{
	font-weight:bold;
	}

address,blockquote,pre{
	font-style:normal;
	font-weight:normal;
	}


/*------ヘッダー------*/

#header {
	margin-top:5px;
	}

#header h1{
	float:left;
	width:300px;
	}

#header h2{
	float:right;
	margin-top:15px;
	width:300px;
	font-size:14px;
	text-align:right;
	}


/*------info------*/


.mapLink{
	text-align:right;
	}



#info{
	margin-top:10px;
	margin-bottom:15px;
	padding:5px;
	border:solid 1px #8f5621;
	background-color:#fffded;
	text-align:center;
	}

#info h3,
#info p{
	font-size:14px;
	}


/*---------テーブルのスタイル---------*/


.contenier{
	width:640px;
	}

.contenier table{
	margin:0;
	}

.conteiner th,
.conteiner td{
	padding:10px 5px 10px;
	vertical-align:top;
	border-bottom:solid 1px #cfcfcf;
	}

.conteiner th{
	width:3%;
	}

.conteiner td{
	width:47%;
	}

th.odd,td.odd{
	background:#f0efed;
	}


.conteiner td h4{
	margin-bottom:5px;
	line-height:120%;
	font-size:14px;
	}


.conteiner td h4 span{
	font-size:12px;
	font-weight:normal;
	}

.notes{
	padding:10px;
	text-align:right;
	font-size:10px;
	}


/*--------------------------------------------------------

ワイキキパーキングマップ　プリント用CSS

--------------------------------------------------------*/


@media print{

title{
	font-size:8px;
	}

body, table, th, td{
	font-family:"ＭＳ Ｐゴシック","osaka","ヒラギノ角ゴ Pro W3","sans-selif";
	font-size:10px;
	line-height:120%;
	}


#header h2{
	font-size:12px;
	}


#info h3,
#info p{
	font-size:12px;
	}

.mapLink{
	display:none;
	}

.conteiner td h4{
	font-size:12px;
	}


.conteiner td h4 span{
	font-size:10px;
	font-weight:normal;
	}


.pageBreak{
	page-break-after:always;
	}
}




