div#content_box p
{
	text-indent: 1em;
}

table#map_table
{
	margin: 10px auto;
	font-size: 12pt;
}

table#map_table th
{
	padding: 0px 20px;
}

table#map_table td
{
	text-align: center;
}

/* block */
div.block_img_01
{
	height: 40px;
	background-image: url(../image/meteo01.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}

div.block_img_02
{
	height: 40px;
	background-image: url(../image/meteo02.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}


/* list */
ul.system_list
{
	
}

ul.system_list li
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* weapon list */
div#weapon_list
{
	width: 650px;
	margin: 0px auto;
}

div#weapon_list img
{
	margin: 2px;
	border: 1px #ff0000 solid;
	float: left;
}

div#weapon_list img#first_img
{
	margin-right:20px;
}


/* ss table */
table.cap_img
{
	margin: 5px auto;
}

table.cap_img th,table.cap_img td
{
	padding: 0px 5px;
}

table.cap_img th
{
	font-size: 8pt;
	font-weight: 100;
}

table.cap_img td a img
{
	border: 1px #ff0000 solid;
}


/*  */
div#prev_page
{
	margin: 50px 0px;;
}


