@charset "Shift_JIS";
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div#menu {
	width: 280px;
	margin: 0 0 0 10px;
}
div.box {
	background-color: white;
}
table.datatable {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.datatable th,
table.datatable td {
	padding: 5px;
}
table.datatable td.data {
	text-align: center;
	font-family: Verdana, sans-serif;
}
table.datatable th {
	font-size: 0.8em;
	font-weight: normal;
	border: 1px solid #666;
	background-color: #003366;
	color: white;
}
table.datatable td {
	border: 1px solid #666;
	font-size: 0.9em;
}
h1#logo {
	margin-bottom: 20px;
}
h2#place {
	font-weight: normal;
	font-size: 1em;
	background: url(../images/icon_camera.gif) no-repeat center left;
	min-height: 30px;
	padding-left: 40px;
	background-color: black;
	margin-bottom: 5px;
	color: #FFFF00;
	line-height: 30px;
}
* html h2#place {
	height: 30px;
}
h2#link {
	margin-bottom: 10px;
}
div.button img {
	margin-bottom: 5px;
}
div.road_info {
	margin-top: 20px;
}

/*---------------------------
　　　　　main.html
---------------------------*/

body#photopage {
	background-color: #CADEF4;
}
div#photopage_bg {
	width: 660px;
	margin-left: 20px;
}
div#photopage_main {
	margin: 30px 0;
}

/*---------------------------
　　　bottom_left.html
---------------------------*/

div#form_box {
	width: 280px;
	margin-left: 10px;
	background-color: #CCC;
	font-size: 0.8em;
	color: #666666;
}
form#kanri {
	margin: 0 10px;
	padding: 10px 0;
}