@charset "utf-8";
body {
	height: 700px;
}

/*\このCSSは、配置のＣＳＳです。
　width,height,margin,padding,float,position,overflow
---------------------------------------*/


/*ページ全体
---------------------------------------*/
#container {
	width: 800px;
	position: relative;
	height: 700px;
	margin: auto;
}
/*ヘッダー
---------------------------------------*/
#header {
	float: none;
	height: 80px;
	width: 800px;
}

#header #logo {
	padding-top: px;
	padding-left: 13px;
}
#header #menu {
	width: 560px;
	height:110px;
	padding-top: 10px;
	line-height: 0px;
	letter-spacing: 0em;
	position: absolute;
	left: 239px;
	top: 0;
}
#header #menu ul {
	list-style-type: none;
}
#header  #menu li {
	float: left;
}
#header  #menu li.top {
	padding-right: 5px;

}
#header  #menu li.bottom {
	padding-top: 5px;
	padding-left:20px;
}
#header  #menu  a:hover {
	position: relative;
	right: -2px;
	bottom: -2px;
}

/*フッター
---------------------------------------*/
address {
	clear: left;
	top: 675px;
	position: absolute;
	width: 800px;
	left: 0px;
}

/*トップページのみ
---------------------------------------*/
#content
 {
	float: none;
	width: 800px;
	height: 580px;

}
#content #topimage {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 25px;
}
#new  {
	float: left;
	width: 365px;
	height: 207px;
	position: relative;
	left: 25px;
	margin-right: 20px;
}
#new .newtxt {
	position: absolute;
	height: 155px;
	width: 360px;
	top: 38px;
	overflow: auto;
	overflow-x: hidden;
	left: 1px;
}

#new  dl  {
	padding-left: 60px;
	height: 120px;
	width: 300px;
}
#content #movie {
	float: left;
	margin-left: 20px;
}

#content #bunner {
	height: 180px;
	width: 90px;
	margin-left: 20px;
	float: left;
}
#content #bunner p {
	margin-bottom: 10px;
}

/*メイン
---------------------------------------*/
#main {
	clear: left;
	width: 775px;
	padding-top: 25px;
	margin-top: 20px;
	height: 475px;
	overflow: auto;
	padding-left: 25px;
}
#main .photo {
	float: left;
}
#main #schedule {
	width: 280px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	overflow: auto;
	height: 435px;
}
#main #schedule table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main  #schedule  .kikaku  {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #youtube{
	float: left;
	width: 300px;
	margin-right:10px;
}
#main #cd{
	float: left;
	width: 400px;
	overflow: auto;
	height: 435px;
}
#main .cds {
	clear:both;	
}
#main .cds p{
	margin-right: 40px;
	margin-bottom: 20px;
}


#main #biography {
	float: left;
	width: 413px;
	margin-left: 25px;
	padding-left: 10px;
	height: 425px;
	padding-top: 10px;
	margin-top: 10px;
	background-image: url(../image/irohakozo1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main #biography table {
	margin-bottom: 20px;
}

#main .musician {
	float: left;
	width: 375px;
	padding-top: 10px;
}

#main .livehouse {
	float: left;
	width: 375px;
	padding-top: 10px;
}
#main .others {
	padding-top: 30px;
	float: left;
	width: 375px;
}

/*フォーム等
---------------------------------------*/
#fm {
	clear: left;
	text-align: left;
	width: 475px;
	height: 475px;
	float: left;
}
#fm .contact {
	float: left;
}
#fm .kozo {
	float: left;
}
#container iframe {
	margin-left: 150px;
}
#main  #mm  {
	float: left;
	padding-left: 200px;
}
#biography .bg {
	width: 250px;
}


