@charset "UTF-8";

/* 基本画面レイアウト
***********************************************************************************************************************/
h1,h2,h3{
	padding:0;
	margin:0;
	float:left;
}

#sapporo-topicpath-area {
	background-color: #e2dbbf !important;
}

#contents_box{
	padding-bottom:10px;
}

#main{
	width:950px;
	margin:0px auto;
	clear:both;
}

/*#main_content{
	background-image:url(../../../img/shared/floor_img/back.jpg);
	height:732px;
}
#main_content2{
	background-image:url(../../../img/shared/floor_img/back2.jpg);
	height:857px;
}*/
#main_content{
	background-image:none;
	background-color:#FFFFFF;
	height:auto;
	background-image:url(../../../img/shared/namanohito/background_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
}


#img_index{
	width:950px;
	padding-bottom:0px;
		

}
#main_image{
	width:420px;
	float:left;
}
#main_person{
	width:420px;
	height:265px;
	float:left;
}
#main_person a{
	visibility:hidden;
}

#index_box{
	clear:both;
	width:850px;
	margin:0px auto;
}

#human_box{
	width:850px;
	margin:0px auto;
}

#player{
	width:400px;
	float:left;
}
#player p{
	padding-top:12px;
	text-align:center;
}
#move_box{
	width:400px;
	height:300px;
}

p.no_visible{
	padding:0;
	margin:0;
	visibility: hidden;
}


#namano_banner{
	width:651px;
	margin-left:auto;
	padding:10px 19px 0px 0px;
	text-align:right;
}
#namano_banner ul{
}
#namano_banner ul li#miryoku{
	width:212px;
	float:left;
}
#namano_banner ul li#banner_nama{
	width:429px;
	float:right;
}
#namano_banner ul li#miryoku a:hover img{
	opacity:0;
	filter:alpha(opacity=0);
}


/* ulとdlのレイアウト
***********************************************************************************************************************/
#sapporo-special-contents-area ul{
	list-style:none;
	font-size:1px;
	line-height:0;
	margin:0px;
	padding:0px;
}
#sapporo-special-contents-area ul li{
	margin:0px;
	padding:0px;
	float:left;
}
#sapporo-special-contents-area dl{
	list-style:none;
	margin:0px;
	padding:0px;
}
#sapporo-special-contents-area dl dt{
	margin:0px;
	padding:0px;
}
#sapporo-special-contents-area dl dd{
	margin:0px;
	padding:0px;
}

#sapporo-special-contents-area a{
	margin:0;
	padding:0;
	color:black;
	text-decoration:none;
}

#banner_set{
	clear:both;
}

/* clearfix
***********************************************************************************************************************/
#img_index,
#human_box,
#main,
#namano_banner,
{zoom:1;}

#img_index:after,
#human_box:after,
#main:after,
#namano_banner:after
{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


