/*/ -- 全共通 -- /*/
* html div#container	{
	height:100%;
}
div#container	{
	background-image: url(../img/head_s.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	height:100%;/* for IE6 */
	min-height:100%;
	margin: 0px auto;
	position:relative;
	text-align: center;
	width: 100%;
}
body > #container {
	height: auto;
}
/*============================
#head
============================*/
div#head {
	width: 785px;
	height: 73px;
	background: url("../img/head_l.jpg") no-repeat;
	margin: 0 auto;
	text-align: left;
}
div#head .logo{
	display: inline-block;
	float: left;
	margin: 7px 0px 6px 14px; /*left132*/
}
div#head form.g_search {
	display: inline-block;
	float: right;
	padding-top: 7px;
}
div#head div.naka_navi {
	clear: both;
}
div#head div.naka_navi a img {
	vertical-align: bottom;
}
/*/---- top_navi_bar ----*/
.top_wrap {
	width: 785px;
	margin: 0 auto;
}
.navi_bar	{
	width: 100%;
	height: 25px;
	line-height: 22px;
	background-color: #ECECF0;
	text-align: center;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.navi_bar	li	{
	display: inline-block;
	float: left;
	background: url("../img/navi_li.gif") no-repeat left center;
	margin-left: 5px;
	margin-right: 9px;
	margin-top: 2px;
	padding-left: 11px;
}
.navi_bar	a	{
	color: #373737;
	float: left;
	text-decoration: none;
}
/*============================
#main
============================*/
#main	{
	text-align:center;
	font-size:14px;
	line-height:18px;
	width:785px;
	margin: 0 auto;
}
/*============================
#foot_kids
============================*/
#foot_btn{
	width:785px;
	margin: 21px auto 8px;
	text-align:center;
}
#foot_btn	.btn_kids	{
	margin-right: 26px;
}
/*============================
#crumbs  パンくず  
============================*/
.crumbs {
	width: 785px;
	margin: 8px auto auto;
	text-align: left;
	color: #666;
	font-size: 11px;
}
.crumbs a {
	color:#0086ff;
	text-decoration: none;
}
