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

#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: auto;
	width: 766px;
	min-height: 700px;
	position: relative;
	border: thin solid #CCC;
	margin: auto;
	margin-top: 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px 5px;
	-moz-box-shadow: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px 5px;
	background-color: #FFF;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	margin-top:0px;
	}
	
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-style: normal;
	margin-top:5px;
	}

#wrapper #header {
	height: 325px;
	width: 766px;
	position: relative;
	background-image: url(img/logo_header.png);
	background-repeat: no-repeat;
}
#wrapper #content_l {
	float: left;
	width: 503px;
	margin-left: 25px;
	margin-top: 20px;
	padding-right:10px;
	min-height: 270px;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#wrapper #content_r {
	margin-top: 20px;
	float: left;
	min-height: 270px;
	width: 195px;
	margin-left: 15px;
	margin-right: 15px;
	/* [disabled]border-left-width: thin; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]border-left-color: #CCC; */
}
#picture {
	border:medium solid;
	position:absolute;
	left:19px;
	top:53px;
	width:514px;
	height:259px;
	z-index:1;
}
#wrapper #header #navi ul li{
	list-style-type: none;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	color:#CCCCCC;
	margin-left: 10px;
	list-style-image: url(img/point.gif);
}
#navi {
	position:absolute;
	left:544px;
	top:127px;
	width:223px;
	height:189px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	/*text-decoration: none;*/
}
.active {
	text-decoration: none;
	color: #00F;
}
#wrapper #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	position: relative;
	clear: both;
	padding-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#wrapper #footer ul{
	display: inline;
}
#wrapper #footer ul li {
	list-style-type: none;
	margin-right: 20px;
	list-style-image: url(point.gif);
	display: inline;
	text-decoration: underline;
}
#wrapper #footer ul li a {
	font-size: 9px;
	clear: both;
	text-decoration: underline;
}
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
#content_l p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
