@charset "utf-8";

/*---------------------------------------------------------------------- 
  common
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	background: #698AAB url(images/bg_body_01.jpg) repeat-y top left;
}

h1, h2, h3, h4, h5, h6{
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	color: #D9E2EA;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/*---------------------------------------------------------------------- 
  base
----------------------------------------------------------------------*/
#wrapper {
	width: 100%;
}

#header {
	background: #698AAB url(images/bg_header_01.jpg) repeat-x bottom left;
	height: 75px;
}
#header #logo {
	float: left;
	padding: 20px 10px;
}
#header #feed {
	float: right;
	padding: 20px 10px;
}

#main {
	clear: both;
	padding: 15px 10px;
}
#main #left {
	float: left;
	width: 180px;
	padding-right: 10px
}
#main #left #mail {
	display: none;
}
#main #right {
	float: left;
	padding-left: 25px;
}

#footer {
	/*clear: left;*/
	position: absolute;
	display: none;
	font-size: 10px;
	left: 10px;
}

