@charset "utf-8";

/* ------------------------------------------------ default */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,dl,dt,dd,form,input {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.4;
}
body {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}

em{
	font-style: normal;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #16387C;
	background-color: inherit;
}
a:visited {
	text-decoration: underline;
	color: #16387C;
	background-color: inherit;
}
a:active {
	text-decoration: underline;
	color: #16387C;
	background-color: inherit;
}
a:hover {
	text-decoration: none;
	color: #CC0033;
	background-color: inherit;
}
/* ------------------------------------------------ wrapper */
#wrapper {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: inherit;
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
		line-height: 0;
}

/* ------------------------------------------------ jumpToContent */
#jumpToContent {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ------------------------------------------------ header */
#header {
	width: 1000px;
	border-bottom: #E5E5E5 1px solid;
	margin-bottom: 1px;
}

#header:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* ------------------------------------------------ utility */

#utility{
	float: right;
	width: 285px;
}

#utility img{
	margin-bottom: 15px;
}

#utility ul{
	list-style: none;
	width: 280px;
}

#utility ul:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

#utility ul li{
	float: left;
	padding-left: 15px;
}

#utility {
	float: right;
}
#utility p {
	margin: 7px 0px 0px 0px;
}

/* ------------------------------------------------ logo */

#logo {
	float: left;
	width: 715px;
}
#logo p {
	margin: 10px 10px 0px 10px;
}
/* ------------------------------------------------ pankuzu */
#pankuzu {
	clear: both;
	font-size: 76%;
	color:inherit;
}

#pankuzu p {
	padding: 5px;	
}

/* ------------------------------------------------ globalNavigation */
#gnavi {
	color: #777;
	float: left;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 160px;
}

#gnavi dl{
	border-top: solid 1px #ccc;
	margin-bottom: 10px;
	padding-top: 5px;
}

#gnavi dl dt{
	font-weight: bold;
	margin-left: 5px;
}

#gnavi ul{
	list-style: none;
	margin-bottom: 5px;
}

#gnavi ul li{
	background: url(../images/ico_cir_01.gif) no-repeat 5px 5px;
	border-bottom: dotted 1px #b2b2b2;
	list-style: none;
	padding: 2px 0px 2px 25px;
}

#gnavi dl.noline,
#gnavi ul li.noline{
	border-bottom: none;
}

/* ------------------------------------------------ skipmenun */
.skipmenu {
	position:absolute;
	right:0pt;
	top:-10em;
}

/* ------------------------------------------------ footer */
#footer{
	clear: both;
	width: 1000px;
	padding-top: 5px;
	color: #666666;
	font-size: 86%;
	border-top: solid 1px #ccc;
}

.fnavi{
	float: right;
}

.fnavi ul{
	padding-top: 5px;
	margin-bottom: 15px;
}

.fnavi ul li{
	display: inline;
	list-style: none;
	padding-left: 12px;
}
#fcopy{
	float: left;
	width: 690px;
}

#fcopy p{
	margin-left: 5px;
}

