@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
}
a img {
	border: none;
}
h1,h2,h3,h4,h5,p,b,i,u,form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

li, p {
	color:#474747;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
}
ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
}
li {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
}
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	text-decoration: none;
	color: #FF4000;
}
body a:visited {
	text-decoration: none;
	color: #B31F40;
}
body a:active {
	text-decoration: none;
	color: #FF4000;
}
body a:hover {
	text-decoration: underline;
	color: #FF7515;
}
/* ====================================================================== */
/* header */
/* ====================================================================== */
#header {
	width: 880px;
	height: 50px;
	margin: 0 auto 10px auto;
	position: relative;
}
#header h1 {
	float: left;
	height: 50px;
	clear: both;
}
#topnavi {
	float: right;
	margin-top: 25px;
	height: 25px;
	text-align: right;
}
#topnavi li {
	display: inline;
	margin: 0 0 0 20px;
}
#gnav {
	width: 880px;
	height: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#gnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
/* ====================================================================== */
/* body */
/* ====================================================================== */
body {
	background-color: #FFFFFF;
	background-position: center top;
	font-family: "lr oSVbN, Osaka, qMmpS Pro W3";
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentwrap {
	width: 880px;
	margin: 0 auto;
}
#main {
	width: 640px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.itembox {
	margin-bottom: 30px;
	height: auto;
	clear: both;
}
h3 {
	margin-bottom: 20px;
	clear: both;
}

.item {
	margin: 0 20px;
	clear:both;
}
/* ====================================================================== */
/* side */
/* ====================================================================== */
#side {
	width: 220px;
	height: auto;
	float: right;
	margin-top: 20px;
}
#sidenavi {
	width: 220px;
	height: auto;
	margin-bottom: 20px;
}
#sidenavi li {
	list-style-type: none;
	padding: 0px;
}
#sidebannerbox {
	background-color: #EEE7EE;
	height: auto;
	width: 210px;
	padding: 20px 5px 10px 5px;
	margin-bottom: 20px;
}
.sidebanner {
	margin-bottom: 20px;
	width: 210px;
}
.sidebanner p {
	margin-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#side #downloads {
	height: auto;
	width: 160px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 50px;
}
#side #downloads li {
	height: 41px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ====================================================================== */
/* footer */
/* ====================================================================== */
#footerbox {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#pagetop {
	height: 20px;
	width: 95px;
	float: right;
	background-image: url(../img/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 20px;
}
#pagetop a {
	color: #777777;
}
#footerwrap {
	width: 880px;
	border-top: 2px solid #FF0000;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
}
#footernavi {
	text-align: center;
	width: 880px;
	margin-bottom: 10px;
	font-size: 0.8em;
	letter-spacing: 2px;
}
#footernavi li {
	display: inline;
	margin-right: 30px;
}
#footerbanner {
	width: 870px;
	margin-top: 20px;
	margin-bottom: 30px;
	height: auto;
	padding-left: 10px;
}
#footerbanner li {
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15;
	margin-left: 0;
}
#footerbanner .banner_caption {
	text-align: center;
}
#footerwrap #copyright {
	text-align: center;
	width: 880px;
	margin: 0 auto 10px auto;
	font-size: 0.7em;
	color: #666666;
}
#breadcrumbs {
	margin-bottom: 2px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.fontaccent {
	font-weight: bold;
	font-size: 120%;
}

