body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}

html * {
	border: 0;
	padding: 0;
	margin: 0;
}
form,h1,h2,h3,h4,h5,h6,p { margin: 0px; padding: 0px;}
ul,li {
	margin:0px;
	padding : 0px;
	list-style-type: none;
}

a:link,a:visited{color:#00b9bb; text-decoration:none;}
a:hover{color:#009fa1; text-decoration:none;}
#base {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 320px;
	height: auto;
	margin-left: -160px;
	background-image: url(../images/head.png);
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#header {
	position: relative;
	height: 63px;
}


h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-shadow: white 0 1px 0;
}


#header .name {
	position: absolute;
	left: 18px;
	top: 15px;
	width: 250px;
}
#header .title {
	position: absolute;
	left: 18px;
	top: 35px;
	text-shadow: #ebebeb 0 1px 0;
}
.list {	background: #eeeeee;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 304px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 30px;
	

}
#navi {
	position: absolute;
	top: 40px;
	right: 10px;
}
#navi li{
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	float: left;
}


#navi a {
	color: #333333;
	font-size: 11px;
	text-shadow: white 0 1px 0;
	display: block;
}
#navi a:activ{}


#About p {
	background: #eeeeee;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 30px;
	width: 304px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 30px;
}


.list-area {
	background: #eeeeee;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 304px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 30px;
	margin-top: 10px;
}
.list{
	font-weight:bold;
	line-height: 28px;
}

.list-area li{
	font-weight:bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #c8c8c8;
	line-height: 28px;
}

.list-area li:last-child{border-bottom: none;line-height: 29px;}
.list-area li:first-child{border-top: none;line-height: 29px;}
.list-area {
	line-height: 20px;
}

.list span, .list-area li span {
	display: block;
	float: left;
	width: 6em;
	text-align: right;
	clear: left;
	margin-right: 0.5em;
}
#About {
	padding-top: 1px;
}
#copy {
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 2px;
	color: #939393;
}

ul{margin-top:10px;}

