* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/backline.jpg);
	background-repeat: repeat-y;
	font-size: 75%;
	color: #000000;
	background-color: #cbcbcb;
	font-family: sans-serif;
}
img {
	border-style: none;
	vertical-align: bottom;
}
ul,ol{
	list-style: none;
}
a {
	text-decoration: none;
}
#headline {
	color: #000000;
	clear: both;
	padding-top: 1em;
	font-size: 10px;
}
#footer_nav {
	background-image: url(../images/footer_nav_bg_01.gif);
	background-repeat: repeat-x;
	background-color: #4C4D4D;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	clear: both;
	overflow: hidden;
}

#footer_nav ul {
	clear: left;
	margin-left: 10px;
}

#footer_nav li {
	float: left;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
*html #footer_nav li {
	margin-bottom: 0px;
}
#footer_nav a {
	color: #FFFFFF;
	font-size: 10px;
}
#footer_nav a:hover {
	text-decoration: underline;

}
#footer_nav .lastnode {
	border-right: 1px solid #FFFFFF;
}

#footer_nav_top {
	background-image: url(../images/footer_nav_bg_02.gif);
	background-repeat: repeat-x;
	background-color: #4C4D4D;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	width: 715px;
	height: 73px;
	clear: both;
	overflow: hidden;
}

#footer_nav_top ul {
	clear: left;
	margin-left: 10px;
}

#footer_nav_top li {
	float: left;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
*html #footer_nav_top li {
	margin-bottom: 0px;
}
#footer_nav_top a {
	color: #FFFFFF;
	font-size: 10px;
}
#footer_nav_top a:hover {
	text-decoration: underline;

}
#footer_nav_top .lastnode {
	border-right: 1px solid #FFFFFF;
}

#top_pmark {
	height: 93px;
	width: 85px;
	float:right;
	margin-top:-100;
	background-color:#FFFFFF;
}

#top_pmark h2 {
	height: 15px;
	width: 85px;
}

#top_pmark p {
	height: 78px;
	width: 85px;

}


#footer {
	background-image: url(../images/footer_top.gif);
	padding-right: 20px;
	padding-top: 10px;
	height: 60px;
	clear: both;
	background-repeat: repeat-x;
	padding-left: 20px;
	background-color: #9C9C9C;
}
#footer ul#foot_banner {
	margin: 0px;
	float: left;
	height: 46px;
}
#footer ul#foot_banner li {
	display: inline;
	width: 150px;
	margin-right: 10px;
}

#footer #copyright {
	float: right;
	text-align: right;
}
#footer #copyright img {
	margin-top: 6px;
	float: right;
	margin-left: 15px;
}
#footer .cybozu {
	font-size: 10px;
	height: 20px;
	padding-top: 8px;
	display: block;
}
