/* CSS Document */
/*
トップ以外のページ共通CSS

*/

body {
	background-image: url(/img/page/pagebg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#headerArea{
	width:900px;
	height:100px;
	margin:auto auto;
	background-image:url(/img/page/page_logo.gif);
	background-repeat:no-repeat;
}
	div#headerArea h1,
	div#headerArea p{
		display:none;
	}
	div#headerArea img{
		margin-top:10px;
		margin-left:432px;
	}

div#Menu{
	text-align:center;
	background-image:url(/img/page/pageheaderbg.gif);
	padding-left:185px;
	width:715px;
	height:55px;
}


/*

 	パンくずなび

*/
div#breadArea{
	margin:auto auto;
	width:900px;
	background-color:white;
	padding-bottom:15px;
}
	div#breadArea ul{
		margin:0px;
		padding:0px;
		list-style-type:none;
		padding-top:10px;
		margin-left:15px;
	}
	div#breadArea li{
		display:inline;
		zoom:1; 
		background-image:url(/img/page/breadarrow.gif);
		background-repeat:no-repeat;
		background-position:0px 2px;
		padding-left:10px;
		font-size:12px;
		margin-right:10px;
	}



div#pageArea{
	width:870px;
	background-color:white;
	padding:15px;
	margin:auto auto;
	overflow: hidden;
}
	div#pageArea div{

	}
	div#leftArea{
		width:200px;
		background-image:url(/img/page/sidebg.gif);		
		float:left;
		background-color:#F0F0F0;
		background-repeat:repeat-x;
	padding-bottom: 32768px;  
	margin-bottom: -32768px;  
	}
	div#rightArea{
		width:665px;
		border-left:1px solid #E5E5E5;
		float:right;
		padding-bottom: 32768px;  
	margin-bottom: -32768px;  
	}
	div#rightArea p{
		margin-left:15px;
	}
