@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	margin:0;
	padding:0;
}
a:link, a:visited{
	color:#0073AA;
}

/*th {
	background-color:#CCFFFF;
	text-align:left;
	padding:7px;
	font-size:0.9em;
}
.Tekst {
	background-color:#FCE2C2;
	padding:7px;
	font-size:0.9em;
}*/

.header {
	height: 83px;
	text-align:center;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-top:29px;
}
.header p {
	text-align:left;
	width:800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.header img {
	margin-right: auto;
	margin-left: auto;
}
.main_box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 60px;
}
.main_box .message_box .message_top {
	background-image: url(../images/message_top.gif);
	height: 5px;
}
.main_box .message_box {
	margin-bottom:20px;
	text-align: left;
	color: #333;
}

.main_box .message_box .message_bottom {
	background-image: url(../images/message_bottom.gif);
	height: 5px;
}
.main_box .message_box .message_main {
	background-image: url(../images/message_bg.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 33px;
	padding-right: 33px;
}
.main_box .meinimg_box{
	margin-bottom: 50px;
	width:700px;
	margin-right:auto;
	margin-left:auto;
}
.main_box .info_box .menu_box {
	width: 180px;
	float: left;
	margin-right: 20px;
}
.main_box .info_box .menu_box .menu_001 {
	background-image: url(../images/menu_001.gif);
	height: 43px;
	text-indent: -9999px;
	margin-bottom:10px;
}
.main_box .info_box .menu_box .menu_002 {
	background-image: url(../images/menu_002.gif);
	height: 43px;
	text-indent: -9999px;
}
.main_box .info_box .menu_box .menu_001 a, .main_box .info_box .menu_box .menu_002 a {
	width:180px;
	height:43px;
	display:block;
}
.main_box .info_box .news_box {
	width: 600px;
	float: left;
}
.main_box .info_box .news_box ul {
	margin-top: 13px;
}
.main_box .info_box .news_box ul li{
	text-align:left;
	background-image: url(../images/li_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
	font-size:0.9em;
	background-position: 0px 2px;
}
.footer_box {
	clear: both;
	margin-top: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #008080;
}
.footer_box img {
	margin-right:10px;
}
.footer_box p {
	margin-top:10px;
	color:#999;
	font-size:0.8em;
	text-align:center;
}
