/* ---------------------------------------------------------- 
	ラッパー用CSS
------------------------------------------------------------- */

#wrapper-entry {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #ffffff;
	}

body {
	text-align: center;
	}

/* ---------------------------------------------------------- 
	各ページヘッダー部分
------------------------------------------------------------- */

#header {
	width: 850px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url('../../img/co/co_title1.gif') no-repeat;
	}	
	
a {
	text-decoration: none;
	}

span.pankuzu {
	display: block;
	float: left;
	width: 850px;
	height: 30px;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	}

span.pagetop {
	font-size: 11px;
	text-align: right;
	margin: 5px;
	}
	
span.pagetop1 {
	display: block;
	float: left;
	width: 800px;
	height: 25px;
	font-size: 12px;
	text-align: right;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* ---------------------------------------------------------- 
	最上部ナビ
------------------------------------------------------------- */

#header-left{
	display: block;
	float: left;
	}

#header-right{
	display: block;
	top: 0px;
	float: right;
	}


.topnavi {
	width: 850px;
	height: 25px;
	margin-top: 1px;
	} 
	
.topnavi ul {
	font-size: 12px
	}
	
.topnavi li {	
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	float: right;	
	list-style: none;
	}

#contents-entry {
	display: block;
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0 0 30px 0;
	}

/* フッター
---------------------------------------------------- */

#footer {
	clear: both;
	width: 850px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #ffffff;
	} 
	
#footer ul {
	list-style-type: none;
	font-size: 12px
	}

#footer li{ 
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin: 2px; 
	border-right: solid 1px #666666;
	}
	
.footernavi-home{
	border-left: solid 1px #666666;
	}