@charset "UTF-8";
/* CSS Document */

/** テンプレート3分割 ----------------------------------------------------------*/
div.panel_middle {
  background-repeat: repeat-y;
}
div.panel_top {
  height: 8px;
  background-repeat: no-repeat;
}
div.panel_bottom {
  height: 18px;
  background-repeat: no-repeat;
}

/* 枠 */
div.panel_100 {
	font-size: 12px;
	width: 711px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5;
}
div.panel_100 div.panel_top, div.panel_100 div.panel_bottom, div.panel_100 div.panel_middle {
  width: 711px;
}
div.panel_100 div.panel_top {
	background-image: url(assets/back1.gif);
}
div.panel_100 div.panel_middle {
	background-image: url(assets/back2.gif);
}
div.panel_100 div.panel_bottom {
	background-image: url(assets/back3.gif);
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}


body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	margin-top: 0px;
}
.header {
	width: 700px;
	margin-left: 5px;
}
.logoArea {
	height: 55px;
	width: 700px;
}
.logo {
	float: left;
	margin-top: 11px;
	margin-left: 10px;
}
.deutsche {
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
#menu {
	width: 686px;
	margin-left: 7px;
}
#lArea {
	float: left;
	margin-left: 5px;
	width: 489px;
}
.footer {
	height: 100px;
	width: 711px;
}
.flink {
	margin-top: 15px;
	text-align: center;
	color: #777777;
}
.flogo {
	margin-top: 20px;
	text-align: right;
}
.copyright {
	margin-top: 10px;
	text-align: right;
}
.tbanner {
	margin-top: 5px;
	margin-bottom: 15px;
}
