@charset "UTF-8";

/*
--------------------------------------------------
Town Style [ town.css ]
--------------------------------------------------
	1.H4
	2.H5
	3.Table


	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	background:url(../img/town_guide_title.gif) no-repeat 0 0;
	width:758px;
	height:30px;
	margin-bottom: 20px;
}
#main .maincontents h4 strong {
	display: none;
	width: 758px;
	height: 30px;
}
#main .caution{
	font-size:80%;
	color:#ff9999;
	margin-bottom: 15px;
}


/* 2.H5
--------------------------------------------------*/
#main .maincontents h5 {
	font-size: 1.3em;
}


/* 3.Table
--------------------------------------------------*/
#main .maincontents table {
	border: solid 1px #cccc99;
	border-collapse: collapse;
}
#main .maincontents table tr th {
	border: solid 1px #cccc99;
	background-color: #ffffee;
	width: 100px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#main .maincontents table tr td {
	border: solid 1px #cccc99;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
