@charset "Shift_JIS";
/*
======== CONTENTS =========
	Site Name: OCN
	Last-updated:2007/10/19
	Description: common ocn footer style

===========================
*/


#ocnfooter{ 
	background: #fff;
	text-align:left;
	font-style:normal;
	line-height:1;
	margin:0; padding:0;
	border-top:1px solid #ccc;
	font-size:16px;
/*\*/
	font-size:100%;
/**/
}

#ocnfooter a:link{
	color: #00c;
	text-decoration:none;
}
#ocnfooter a:visited{
	color: #609;
	text-decoration:none;
}
#ocnfooter a:hover,a:active{
text-decoration: underline;
}


#ocnfooter  hr { display: none; height: 1px;}
#ocnfooter .clear { clear: both; display: block;} /* -- hr reset -- */

#ocnfooter img {
	margin:0; padding:0;
	border:0;
	vertical-align: bottom;
}
#ocnfooter p,#ocnfooter ul,#ocnfooter li, #ocnfooter div{
	margin:0; padding:0; display: block;
}

#ocnfooter li{
	list-style: none;
	display: inline;
	border-right: 1px solid #333;
	padding:0 7px;
}
#ocnfooter ul{
	border-left: 1px solid #333;
	margin:13px 2px 2px 6px;
}

#ocnfooter .logo{
	width: 123px;
	float: left;
}

#ocnfooter .copyright{ 
	float: left;
	font-size:82%;
}

