* {
/*
 	margin: 0px;
	padding: 0px;
*/
	word-break: break-all;
}

body {
 	margin: 0px;
	padding: 0px;
	background: #cccccc;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	color: #333333;
	text-align: center;
}

a {
	color: #204dad;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border-right: solid 1px #11669f;
	border-left: solid 1px #11669f;
}

#container {
	position: relative;
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#nav {
	text-align: left;
	padding: 4px 10px;
	font-size: 0.8em;
}
#nav a {
	color: #000;
	text-decoration: underline;
}
#nav a:visited {
	color: #000;
}

#main {
	width: 580px;
	float:right;
}
#main_content {
	padding-right: 10px;
	line-height: 1.3em;
}

#menu {
	width: 220px;
	float:left;
}

.menu_href_guide {
	display:block;
	margin-left: 10px;
	width: 200px;
	height: 46px;
	background-image: url(images/m_blue.gif);
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
}

.menu_href, .menu_href_center, .menu_href_mas, .menu_href_bottom {
	display:block;
	margin-left: 10px;
	width: 200px;
	height: 46px;
	background-image: url(images/m_green.gif);
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
}

.menu_href_bottom {
	display:block;
	margin-left: 10px;
	width: 200px;
	height: 46px;
	background-image: url(images/m_green.gif);
	border: solid 1px #e8e8e8;
}

.menu_href_guide:hover {
	text-decoration: underline;
	background-image: url(images/m_hob.gif);
}
.menu_href_mas:hover, .menu_href:hover, .menu_href_bottom:hover {
	text-decoration: underline;
	background-image: url(images/m_ho.gif);
}

.menu_href_guide, .menu_href_mas, .menu_href, .menu_href_bottom {
	text-decoration: none;
	color: #385495;
	font-weight: bold;
}
.menu_href_guide:visited, .menu_href_mas:visited, .menu_href:visited, .menu_href_bottom:visited {
	color: #385495;
	font-weight: bold;
}


.menu_href span, .menu_href_bottom span {
	display:block;
	padding-top: 15px;
	padding-left: 16px;
	font-size: 16px;
}
.menu_href_guide span {
	display:block;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 16px;
}
.menu_href_mas span {
	display:block;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 16px;
}

.article {
	background-image: url(images/arrow2.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 10px;
	font-size: 0.9em;
	margin-top: 4px;
}

#input_search {
	background: #ffffff;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	height: 16px;
	width: 150px;
	color: #222;
	border: solid 1px #999999;
}
#submit_search {
	background: #467dcf;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	height: 22px;
	width: 100px;
	color: #ffffff;
	border: solid 1px #999999;
}

#container_foot {
	clear: both;
}

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	text-align: center;
	border-top: solid 2px #2972a0;
}

#footer span {
	display: block;
	padding-top: 7px;
	color: #111111;
	font-size: 0.9em;
}

#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

/* block */
h3.block_title {
	font-size: 1.1em;
	font-weight: bold;
	background: #f8f8f8;
	border-left: solid 6px #1064e2;
	border-bottom: solid 1px #5472a0;
	padding: 4px;
	margin-bottom: 5px;
	margin-top: 0px;
}


/* block */
div.block_content {
	margin-bottom: 10px;
}

/* link */
.link_title {
	background: #f7f7f7;
	border-left: solid 4px #1443c8;
	padding: 3px 4px;
	font-size: 1.1em;
}
.link_ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
}
.link_ul li {
	margin-left: 20px;
}

h4.master_plan {
	margin: 2px;
	border-left: solid 3px #3f9125;
	padding: 3px 5px 3px 5px;
	background: #f9f9f8;
}

.center_table {
	border-collapse: collapse;
	border: solid 2px #999;
}
.center_table th {
	text-align: center;
	white-space: nowrap;
	border: solid 1px #aaa;
	background: #edf4ff;
}
.center_table td {
	text-align: left;
	border: solid 1px #aaa;
}

#href_facility span {
	font-size: 12px;
}

#href_facility_f {
	margin: 0;
	margin-left: 15px;
	margin-top: 9px;
	padding: 0;
}

#href_facility_s {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
