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

body {
	background:url(../img/common/back.gif) left top repeat-x;
	font-family:Verdana, Chicago, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#666666;
}
/* IE6 hack */
*html body {
	font-size:0.65em;
}
/* IE7 hack */
*:first-child+html body {
	font-size:0.65em;
}
/* IE8 hack */
html>/**/body {
	font-size /*\**/:0.65em\9;
}
a {
	color:#8D5A55;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	line-height:1.7em;
}
#wrap {
	width:900px;
	margin:0 auto;
}
/**/

#header {
	border-top:5px solid #000000;
	width:900px;
	min-height: 1px;
	margin-bottom:1px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	float:left;
}
#header ul li {
	float:left;
}
#lang, #menu {
	min-height: 1px;
	float:right;
}
#lang li {
	height:20px;
	overflow:hidden;
	margin-left:10px;
}
#menu {
	width:570px;
	clear:right;
	margin-top:18px;
}
#menu li {
	height:56px;
	overflow:hidden;
}

/**/

#mainBody {
	width:900px;
	background:url(../img/common/main_back.gif) center bottom no-repeat;
	margin:0 auto;
	padding:0 0 30px;
}

p#bread {
	width:100%;
	background:url(../img/common/main_back.gif) left top no-repeat;
	margin:0;
	padding:10px
}

#mainArea {
	width:680px;
	min-height:1px;
	float:right;
}
#mainArea h2 {
	margin-bottom:20px;
}
#mainArea h3 {
	margin-bottom:5px;
}

/**/

#sideArea {
	width:180px;
	padding:5px 10px;
	background:url(../img/common/side.gif) repeat;
}

#sideArea ul {
	margin:5px auto;
}
#sideArea ul li {
	margin:0;
	padding:0;
}
#sideArea ul li a {
	display:block;
	background:url(../about/img/common/list.gif) 3px center no-repeat;
	padding:3px 3px 3px 13px;
	border-bottom:1px dotted #333333;
}
#sideArea ul li a:hover,#sideArea ul li a.on {
	text-decoration:none;
	background-color:#EBDFD7;
}

/**/

#footer {
	background:#000000;
	padding:8px 0;
	color:#ffffff;
	text-align:right;
}
#footer ul, #footer p {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	line-height:120%;
	overflow:hidden;
}
#footer ul {
	margin-bottom:5px;
}
#footer li {
	float:right;
	margin-right:-1px;
	padding:0 8px;
	border-right:1px solid #ffffff;
}
#footer a {
	color:#ffffff;
}
/**/
a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#header a:hover img {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
}
#lang a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#header:after,
#header ul:after,
#mainBody:after,
#footer ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #header,
* html #header ul,
* html #mainBody,
* html #footer ul {
	height: auto;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
} 

/**/

