/*--------------------------------------------------*/
/*													*/
/*	構築用											*/
/*													*/
/*--------------------------------------------------*/

#container,
#header{
	width: 860px;
}

#container{
	background: #FFFFFF url(../img/container-bg.gif) repeat-x bottom left;
	border-left: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
	margin: 0 auto;
}

#container #header{
	background: #FFFFFF url(../img/header-bg.gif) repeat-x top left;
	padding: 20px 0;
}

#container #header a{
	background: none;
	margin: 0;
}

#container #header h1{
	margin: 0 auto;
}

#container #left{
	width: 220px;
	float: left;
	padding-top: 10px;
}

#container #left #side-prinavi a,
#container #left #banner a{
	background: none;
	margin: 0;
}

#container #left #globalmenu{
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#container #left #globalmenu li{
	padding-bottom: 0;
	margin-bottom: 0;
}

#container #left #globalmenu .local{
	background: url(../img/globalmenu-bg-local.gif) repeat-y top center;
	margin-bottom: 10px;
}

/* IE7でpadding指定 */  
*:first-child+html #container #left #globalmenu {   
padding-left: 1px;   
}
  
/* IE6以下でpadding指定 */  
*html #container #left #globalmenu {   
padding-left: 1px;   
}

#container #left #globalmenu .local .local-category{
	font-weight: bold;
	margin: 3px 12px 3px 10px;
	padding-bottom: 0;
	border-bottom: solid 1px #DDDDDD;
}

#container #left #globalmenu .local ul{
	padding: 0 12px 0 9px;
	margin-bottom: 0;
}

#container #left #globalmenu .local li{
	text-align: left;
	padding: 3px 0 3px 9px;
	margin: auto;
	border-top: solid 1px #DDDDDD;
}

#container #left #globalmenu .local li ul{
	border-top: solid 1px #DDDDDD;
	padding: 0 0 0 18px;
	margin-left: -10px;	
}

#container #left #globalmenu .local li.top{
	border-top: none;	
}

#container #left #globalmenu .local .local-bottom{
	background: url(../img/globalmenu-img-footer.gif) no-repeat bottom center;
	padding-bottom: 25px;
}

#container #left #side-prinavi{
	margin-top: 0;
	margin-left: 8px;
}

#container #left #side-prinavi li{
	margin-bottom: 5px;
}

#container #left #banner{
	margin-top: 30px;
}

#container #main{
	width: 600px;
	float: right;
	text-align: left;
	padding-top: 10px;
	margin-right: 10px;
}

#topnavi{
	text-align: right;
	padding: 5px 0 10px;
	border-bottom: solid 1px #DDDDDD;
}

#topnavi a{ background: none; }

#container #main #pannavi li{
	display: inline;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/pannavi-icon-arrow.gif) no-repeat top left;
	font-size: 0.9em;
}

#container #main #pannavi li a{
	font-weight: normal;
	background: none;
}

#container #main #pannavi li.bg-none{
	background: none;
	margin-left: 0;
	padding: 0;
}

#container #pagetop{
	text-align: right;
	margin-bottom: 30px;
	clear: both;
	padding-right: 10px;
}

#container #footer{
	width: 840px;
	background: url(../img/footer_bg.gif) repeat-x top left;
	clear: both;
	margin: 0 10px;
	padding-top: 10px;
}

#container #footer #footer-prinavi li{
	display: inline;
	margin-right: 1em;
}

#container #footer address{
	margin-bottom: 30px;	
}

#container #footer strong,
#container #footer h3{
	background: none;
	margin-bottom: 0;
	color: #666666;
}

#container #footer p{
	margin-top: 10px;
}
