html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background: url(/images/index_body_bg.png) repeat 0 0;
}

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

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/*=================================
													ラッパー
=================================*/
#wrap {
	width: 100%;
	height: auto !important;
	height: 100%;
	_height: 100%;
	min-height: 100%;
	margin: 0 0 -60px;
}

/*=================================
														ヘッダー
=================================*/
.header_box {
	width: 100%;
	height: 102px;
	background-color: #fff;
}

#header {
	width: 965px;
	height: 102px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	height: 102px;
	margin: 0;
	float: left;
}

#menu {
	width: 584px;
	height: 30px;
	margin: 45px 8px 0 0;
	background: url(/images/index_menu.png) no-repeat 0 0;
	float: right;
}

#menu li {
	float: left;
}

#menu li a {
	height: 30px;
	text-indent: -9898px;
	display: block;
}

#menu li.profile a {
	width: 114px;
}

#menu li.schedule a {
	width: 99px;
}

#menu li.information a {
	width: 91px;
}

#menu li.links a {
	width: 85px;
}

#menu li.contact a {
	width: 195px;
}

/*=================================
											インデックス写真
=================================*/
.index_image_box {
	clear: both;
	background: url(/images/index_image_bg.png) repeat 0 0;
}

.index_image {
	width: 965px;
	height: 329px;
	margin: 0 auto;
}

.index_image > div {
	float: left;
}

.index_image li {
	float: left;
}

/*=================================
													義太夫とは？
=================================*/
.description_box {
	background: url(/images/index_description_bg.png) repeat-x 0 0;
	background-size: contain;
}

.description {
	width: 965px;
	height: 400px;
	margin: 0 auto;
}

/*=================================
													Twitterリンク
=================================*/
.maincontents {
	width: 500px;
	float: left;
}
.rightside {
	margin-top: 160px;
	float: right;
	width: 248px;
}
.sns-button {
	width: 242px;
	height: 54px;
	margin-bottom: 6px;
	position: relative;
}

.sns-button a {
	width: 242px;
	height: 54px;
	display: block;
	text-indent: -9999em;
	font-size: 1px;
	margin-bottom: 6px;
}

.sns-button.twitter a {
	background: url(/images/twitter_btn.png) no-repeat 0 0;
}

.sns-button.facebook a {
	background: url(/images/facebook_btn.png) no-repeat 0 0;
}

.sns-button a:hover {
	background-position: 0 -54px;
}

/*=================================
														フッター
=================================*/
#push {
	height: 60px;
	clear: both;
}

#index_footer {
	width: 100%;
	height: 60px;
	background: url(/images/index_footer_bg.png) repeat-x 0 0;
}

#index_footer .inner {
	width: 965px;
	height: 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 40px;
	color: #cccc99;
	text-align: right;
}

#index_footer .counter {
	width: 60px;
	height: 30px;
	margin: 10px 0 0;
	padding: 0 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #e7eee5;
	float: left;
	background: url(/images/counter/1.png) no-repeat 0 0;
}


/* sns widgets */
.widgets-top {
  text-align: right;
  margin: 24px 8px 0 0;
}


div.search-outer {
  margin: 6px 0 0;
  width: 100%;
  height: 50px;
}

div.searchbox {
  width: 238px;
  margin-right: 6px;
  text-align: right;
  float: right;
}
