@charset "utf-8";

/* デフォルトリンクの色とか下線とか 
-----------------------------------------------------------------*/
.fl{float:left;}
.fr{float:right;}


/* レイアウト （width paddinなど を調整）
-----------------------------------------------------------------*/

/*----Wrapper---*/

#wrapper {
margin:0 auto;
width:100%;
}

/*----Container---*/

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/*----TopMenu---*/

#visual {
	height:742px;
	float:left;
	padding: 0px 0px 0 0;
}

#topMenu {
	width: 258px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}

#topMenu ul.menu {
	width: 258px;
}

#topMenu ul.menu li {
	height:151px;
	float:left;
	margin-bottom:4px;
	padding: 0px 0 0 668px;
}

#topMenu ul.menu li.last {
	margin-bottom:0;
}

#topMenu .menu_box {
	width: 634px;
	float:right;
	display:block;
}

#topMenu .caroufredsel_wrapper {
	display:inline;
	position: relative !important;
}

#topMenu ul#thumb {
	width:340px !important;
	height:84px; 
}
