@charset "utf-8";

/* formatting style
--------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 100%;
	line-height: 1.6;
	background-image: url(../images/sidebarb_bg11.gif);
	background-repeat: repeat;
}

h1 {
	text-align: center;
}

hr {
	display: none;
}

object {
	margin: 0px;
	padding: 0px;
	border-style: none;
}


/* link style
---------------------------------*/

a img {
	border-style: none;
}

a link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	bottom: +1px;
}

/* base layout
---------------------------------*/

#wrapper {
	background-color: #ffffff;
	width: 900px;
	margin: 5px auto 0px;
	background-image: url(../images/main_bg03.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main {
	float: right;
	width: 660px;
	padding-right: 20px;
	padding-left: 10px;
}
#sidebar {
	float: left;
	width: 180px;
	padding-left: 20px;
}
#sidebar ul li {
	list-style: url(../images/arrow_02.gif) none outside;
	font-size: 108%;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar img {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background-image: url(../images/end_bg03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 95%;
	color: #666666;
	text-align: right;
	padding: 10px 20px 20px;
}

#footer img {
	float: right;
	margin-left: 10px;
}



/* header style
---------------------------------*/
#header {
	position: relative;
	height: 180px;
	margin-bottom: 20px;
}
#header h1 {
	text-align: center;
	clear: both;
	padding-top: 40px;
}


#header #logo {
	position: absolute;
	left: 20px;
	top: 15px;
}
#header ul {
	float: right;
	margin-top: 40px;
}


#header ul li {
	display: inline;
	padding-right: 20px;
	list-style: none;
}

