@charset "shift_jis";
/* 共通
--------------------------------------------------------- */
#container{
	margin:0 auto;
	background:url(../img/bg_container.gif) #FFFFFF repeat-y 0 0;
	width:870px;
}
#inner{
	margin:0 auto;
	text-align:left;
	width:850px;
}
#header{
	background:url(../img/css_common.gif) #FFFFFF no-repeat 0 0;		/* bg_header.gif */
	height:70px;
}
#nav{
	background:url(../img/css_common.gif) #FFFFFF no-repeat 0 -70px;		/* /bg_nav.gif */
	height:40px;
}
#blue,
#orange,
#green{
	width:850px;
	clear:both;
}
#content{
	width:610px;
	float:left;
}
#content-inner{
	padding:10px 10px 20px 10px;
}
#content-wide{
	padding:10px 10px 20px 10px;
}
#content-semiwide{
	padding:10px 25px 20px 10px;
}
#menu{
	width:230px;
	float:right;
}
#menu-inner{
	padding:10px 10px 20px 0px;
}
#footer{
	clear:both;
}
#foot-link{
	width:615px;
	float:left;
}
#logo{
	text-align:right;
	width:235px;
	float:right;
}
#copyright{
	background:url(../img/bg_copyright.gif) #FFFFFF repeat-x 0 100%;
	text-align:center;
	clear:both;
}
/* インデックスのみ
--------------------------------------------------------- */
#index-headline{
	padding:1em 10px 0 0.5em;	
}
#index-content-inner{
	padding:0 10px 20px 10px;
}
/* インデックス以外（パンくずリスト）
--------------------------------------------------------- */
#bread{
	padding:0.5em 10px 0 10px;	
}