/* -----------------------------------------
　ベース　
-------------------------------------------*/
html {
	overflow-y: scroll;
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
}

#back {
	position:absolute;
	left:50%;
	width:980px;
	margin-left:-490px;
	min-height:100%;
	background:url(hp_sozai/base1.gif) repeat-y;
}

#div_container {  
	position: relative;  
	left: 50%;  
	height: 100%;  
	width: 860px;  
	margin-left: -430px; /* MUST be half the width */  
}

/* -----------------------------------------
　ボックス　
-------------------------------------------*/
#all_wrap {
	width: 860px;
	height: auto;
}

#main_wrap {
	float: left;
	width: 860px;
	background: #FFFFFF;
}

#main {
	position: relative;
	margin: 17px 25px 50px 25px;
	width: 810px;
	background-color: #FFFFFF;
}

/* -----------------------------------------
　　カテゴリ
-------------------------------------------*/
#category_wrap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 90px;
	background-color: #FFFFFF;
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	clear: both;	
}

#category {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0;
	padding: 0;
}

/* -----------------------------------------
　グローバルナビ　
-------------------------------------------*/
#globalnavi {
	margin:0;
	padding:0;
	width:860px;
	height:50px;
}

#globalnavi ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#globalnavi li {
	text-indent: -9999px;
	float:left;
	margin:0;
	padding:0;
}

.clear {
	display: block;
	clear: both;
}

.clearfix {
	zoom:1;
}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

/* -----------------------------------------
　グローバルナビ：ロールオーバー　
-------------------------------------------*/
#home a {
	display:block;
	width:110px;
	height:50px;
	background-image:url(hp_sozai/menu_home.gif);
	background-repeat:no-repeat;
}

#home a:hover {
	background-image:url(hp_sozai/menu_home_hover.gif);
	background-repeat:no-repeat;
}


#info a {
	display:block;
	width:130px;
	height:50px;
	background-image:url(hp_sozai/menu_info.gif);
	background-repeat:no-repeat;
}

#info a:hover {
	background-image:url(hp_sozai/menu_info_hover.gif);
	background-repeat:no-repeat;
}

#catv a {
	display:block;
	width:150px;
	height:50px;
	background-image:url(hp_sozai/menu_catv.gif);
	background-repeat:no-repeat;
}

#catv a:hover {
	background-image:url(hp_sozai/menu_catv_hover.gif);
	background-repeat:no-repeat;
}

#kamonch a {
	display:block;
	width:190px;
	height:50px;
	background-image:url(hp_sozai/menu_commu.gif);
	background-repeat:no-repeat;
}

#kamonch a:hover {
	background-image:url(hp_sozai/menu_commu_hover.gif);
	background-repeat:no-repeat;
}

#kamonet a {
	display:block;
	width:150px;
	height:50px;
	background-image:url(hp_sozai/menu_net.gif);
	background-repeat:no-repeat;
}

#kamonet a:hover {
	background-image:url(hp_sozai/menu_net_hover.gif);
	background-repeat:no-repeat;
}

#bangumi a {
	display:block;
	width:120px;
	height:50px;
	background-image:url(hp_sozai/3_pg.gif);
	background-repeat:no-repeat;
}

#bangumi a:hover {
	background-image:url(hp_sozai/3_pg1.gif);
	background-repeat:no-repeat;
}


#mousikomi a {
	display:block;
	width:210px;
	height:50px;
	background-image:url(hp_sozai/3_mt.gif);
	background-repeat:no-repeat;
}

#mousikomi a:hover {
	background-image:url(hp_sozai/3_mt1.gif);
	background-repeat:no-repeat;
}


#kaisya a {
	display:block;
	width:130px;
	height:50px;
	background-image:url(hp_sozai/menu_corp.gif);
	background-repeat:no-repeat;
}

#kaisya a:hover {
	background-image:url(hp_sozai/menu_corp_hover.gif);
	background-repeat:no-repeat;
}