@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, h7, ul, li, p {
	margin: 0;
	padding: 0;
}
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/shadow_03.gif);
	background-repeat: repeat-x;
	line-height: 180%;
}

#container {
	width: 786px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
#header {
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.flash {
	background-color: #FFFFFF;
}
.recruitlink {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #005189;
	border-right-color: #005189;
	border-bottom-color: #005189;
	border-left-color: #005189;
	background-image: url(images/shadow_01.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.news {
	background-color: #FFFFFF;
	background-image: url(images/shadow_01.gif);
	background-repeat: repeat-x;
	padding: 15px;
}
#footer {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #005189;
	border-right-color: #005189;
	border-bottom-color: #005189;
	border-left-color: #005189;
	background-image: url(images/shadow_02.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 774px;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
}
#navigation {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 44px;
}
.news .newsframe {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 160%;
	padding: 10px;
}
.mawarikomi {
	float: right;
}
