@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
}
/* -------------------------------- main */
#wrapper {
	clear:both;
	width:814px;
	margin:auto;
	padding:0 0 14px 0;
	background-image:url(../images/dotline_vertical.gif);
	background-repeat:repeat-y;
	background-position:199px;
}
#wrapper h2 {
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
#wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  min-height: 1px;
}
* html #wrapper {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#contents {
	width:580px;
	float:right;
}



/* -------------------------------- header */
#header {
	width:814px;
	margin:0 auto;
}
#header h1 {
	width:383px;
	float:left;
	margin:30px 0 0 8px;
	padding:0;
}
#header #language {
	width:164px;
	float:right;
	margin:0;
	padding:12px 0 0px;
}
#header #language li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#header #menu {
	clear:both;
	margin:0;
	padding:20px 0 0;
}
#header #menu li{
	margin:0;
	padding:0 0 20px;
	list-style:none;
	float:left;
}
/* -------------------------------- footer */
#footer {
	clear:both;
	width:814px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}
/* --------------------------------  */
img {border:none}
.floatL { float:left;}
.floatR { float:right;}
.texCenter { text-align:center;}
.texLeft { text-align:left;}
.texRight { text-align:right;}

/* -------------------------------- clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

