* { padding: 0; margin: 0; }

/*html,body {
	
 font-family: Arial, Helvetica, sans-serif,;
	font-size: 12px;  
	line-height: 1.6
}*/

/*body {
	 font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; color:#333; 
background-color: #c3c6a8;
line-height: 1.6
}
*/
body { font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; color:#333; 
background-color: #c3c6a8;
line-height: 1.6
}

/*link*/
a:link {
	color:#2a5c87; text-decoration:none;
}
a:visited {
	color:#0514ff; text-decoration:none;
}
a:active {
	color:#26587E; text-decoration:none;
}
a:hover {
	color:#26587E; text-decoration:underline;
}

object,
embed {
	vertical-align: top;
}

#wrapper { 
	margin: 0 auto;
	width: 805px;
	background-image:url("img/fe02-02.jpg");
	background-attachment:fixed;
}
.news #wrapper  { 
	margin: 0 auto;
	width: 805px;
	background-image:url("img/fe05_bg.jpg");
}

.about #wrapper  { 
	margin: 0 auto;
	width: 805px;
	background-image:url("img/bg_line3.jpg");
	background-attachment:fixed;
}

.artist #wrapper  { 
	margin: 0 auto;
	width: 805px;
	background-image:url("img/bg_b.jpg");
	background-attachment:fixed;
}


 #faux {
	/* background-image:url("img/fe02-02.jpg"); */
	margin-bottom: 0px;
	width: 100%
} 
#header {
	color: #333;
	width: 805px;
	padding: 0px;
	height: 202px;
	margin: 0px 0px 0px 0px;
	/* background: #D1DBDB; */
	margin-left: auto;
	margin-right :auto;
	text-align: center;
}

#menu { 
	/* background-color: #999;  */
	background-image:url("img/bg_m.gif");
	background-repeat:no-repeat;
	display: inline;
	color: #000;
	margin: 0px;
	margin-left:5px;
	padding: 8px;
	width: 195px;
	height: 700px;
	float: left;
}
#main { 
	/* background-image:url("img/bg_b.jpg");  */
	float: right;
	color: #434343;
	margin: 5px;
	padding: 8px;
	width: 560px;
	display: inline;
	position: relative;
	margin-top: 20px;
}
.bg #main { 
	background-image:url("img/bg_b.jpg"); 
}


#main .font_m{
	font-size:medium;
}

#footer { 
	width: 810px;
	clear: both;
	color: #333;
	background: transparent;
	background-image:url("img/footer02.gif");
	background-repeat:no-repeat;
 	margin: 0px 0px 0px 0px;
	padding-top:45px;
	text-align: center;
	font-size:small;
	color: #fff;
	margin-left: auto;
	margin-right :auto;
}
.clear { clear: both; background: none; }

#left {
	width: 300px; 
	height: 200px;
	float: left;
	margin: 3px;
	padding: 3px;
	border:solid 1px;
	border-color:#bababa;
	background-color:#fff;
}
#left2 {
	 width: 200px; 
	 height: 200px;
	 float: left;
	 margin-top:2px;
	 margin-right:8px;
	 margin-bottom:150px;
	 padding: 7px;
	 border:solid 1px;
	 border-color:#bababa;
	 background-color:#fff;
}

.left3 {
	 width: 200px; 
	 height: 274px;
	 float: left;
	 margin: 3px;
	 padding: 3px;
	 border:solid 1px;
	 border-color:#bababa;
	 background-color: #fff;
}
.left {
	float:left;	
}

.photo img{
	margin: 3px;
	padding: 3px;
	border:solid 1px;
	border-color:#bababa;
	background-color: #fff;
}

.newpara { clear: left }

.indent {
	text-indent:10px;
}
 /* ナビゲーション------------------------------------------- */

#nav {
	width:800px;
	height:40px;
	padding:0 0 0 0;
	margin:0;
	margin-left: auto;
	margin-right :auto;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav li {
    float:left;
	display:inline;
	list-style-type:none;
}
#nav li a {
	height:40px;
	display:block;
	text-indent:-9999em;
	text-decoration:none;
	/*\*/
	overflow:hidden;
    /**/
}
 
 
#nav li.navi_home  {
	background:url(img/menu.gif) no-repeat 0px 0px;
	width:127px;
}
#nav li.navi_news a {
	background:url(img/menu.gif) no-repeat -127px 0px;
	width:88px;
}
#nav li.navi_artist a {
	background:url(img/menu.gif) no-repeat -215px 0px;
	width:98px;
}
#nav li.navi_disco a {
	background:url(img/menu.gif) no-repeat -313px 0px;
	width:157px;
}
#nav li.navi_tour a {
	background:url(img/menu.gif) no-repeat -470px 0px;
	width:87px;
}
#nav li.navi_about a {
	background:url(img/menu.gif) no-repeat -557px 0px;
	width:102px;
}
#nav li.navi_contact a {
	background:url(img/menu.gif) no-repeat -659px 0px;
	width:141px;	
}
 
 
 #nav li.navi_home a:hover {
	background:url(img/menu.gif) no-repeat 0px -40px;
} 
#nav li.navi_news a:hover {
	background:url(img/menu.gif) no-repeat -127px -40px;
}
#nav li.navi_artist a:hover {
	background:url(img/menu.gif) no-repeat -215px -40px;
}
#nav li.navi_disco a:hover {
	background:url(img/menu.gif) no-repeat -313px -40px;
}
#nav li.navi_tour a:hover {
	background:url(img/menu.gif) no-repeat -470px -40px;
}
#nav li.navi_about a:hover {
	background:url(img/menu.gif) no-repeat -557px -40px;
}
#nav li.navi_contact a:hover {
	background:url(img/menu.gif) no-repeat -659px -40px;
}
 
#body_home #nav li.navi_home  {
	background:url(img/menu.gif) no-repeat 0px -40px;
	width:113px;
}
#body_news #nav li.navi_news a {
	background:url(img/menu.gif) no-repeat -127px -40px;
	width:97px;
}
#body_artist #nav li.navi_artist a {
	background:url(img/menu.gif) no-repeat -215px -40px;
	width:91px;
}
#body_disco #nav li.navi_disco a {
	background:url(img/menu.gif) no-repeat -313px -40px;
	width:96px;
}
#body_tour #nav li.navi_tour a {
	background:url(img/menu.gif) no-repeat -470px -40px;
	width:160px;
}
#body_about #nav li.navi_about a {
	background:url(img/menu.gif) no-repeat -557px -40px;
	width:84px;
}
#body_contact #nav  li.navi_contact a {
	background:url(img/menu.gif) no-repeat -659px -40px;
	width:159px;	
}

/* page固定navi */

#nav li.home {
	background:url(img/menu.gif) no-repeat 0px 0px;
	width:127px;
}  
#nav li.news a {
	background:url(img/menu.gif) no-repeat -127px -40px;
	width:88px;
}
#nav li.artist a {
	background:url(img/menu.gif) no-repeat -215px -40px;
	width:98px;
}
#nav li.disco a {
	background:url(img/menu.gif) no-repeat -313px -40px;
	width:157px;
}
#nav li.tour a {
	background:url(img/menu.gif) no-repeat -470px -40px;
	width:87px;
}
#nav li.about a {
	background:url(img/menu.gif) no-repeat -557px -40px;
	width:102px;
}
#nav li.contact a {
	background:url(img/menu.gif) no-repeat -659px -40px;
	width:141px;	
}

h1 {
	background-image:url("img/bg_line2.jpg");
	font-family: sans-serif, century Gothic;
	font-style:italic;
	font-size: 21px;
	color: #303494;
	padding-left: 10px;
	margin-bottom:10px;
}

h2 {
	font-family: sans-serif;
	font-size: 17px;
	line-height:40px;
	color: #00593f;
	border-bottom: 1px dotted ; 
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left:35px;
	margin-bottom:2px;
	background-image:url("img/h2.gif");
	background-repeat:no-repeat;
	background-position:0px;
}

h3{
	font-family: sans-serif;
	font-size: 15px;
	color: #3f68d9;
	margin-top:10px;
	padding-bottom: 2px;
	margin-bottom:2px;
}

.side ul{
	margin: 1px;
	padding-top:10px;
	padding-left:2px;
	padding-bottom:10px;
	font-size:small;
	white-space:nowrap;
	background-image:url("img/bg_line2.jpg");
	background-color:#fff;
	border:dotted 1px;
	border-color:#333;
	list-style-type:none;
	line-height:2;
}

.list li{
	padding-left: 17px;
	background:url("img/lm.gif") left center no-repeat;	
	list-style-type:none;
}
.list2 li{
	padding-left: 17px;
	background:url("img/lm2.gif") left center no-repeat;	
	list-style-type:none;
}

.tour li{
	padding-top:10px;
	padding-left: 1px;
	margin-left: 20px;
	list-style-image:url("img/lm2.gif");
}

.side_mail {
	margin: 3px;
	padding: 3px;
	padding-bottom:10px;
	font-size:small;
	background-color:#fff;
	background-image:url("img/bg_line2.jpg");
	border:dotted 1px;
	border-color:#333;
	list-style-type:none;
}

.side_0{
	display: inline;
	color: #000;
	margin: 1px;
	padding: 8px;
	width: 195px;
	height: 400px;
	float: left;
}

.f_size {
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	color:#f6f2ff;
}
.f_size2 {
	font-size:larger;
	font-weight:bolder;
	color: #1276b7;
}
.f_red {
	color:#ad1134;
	}
.f_color1{
	color:#380a2b;
	}
.f_color2{
	color:#200103;
	}

.f_size14 {
	font-size:14px;
	font-weight:bolder;
	color: #28258c;	
	}
.f_size14p{
	font-size:14px;
	font-weight:bolder;
	}
	
.box {
	margin: 3px;
	padding: 5px;
	background-color:#dddbde;
	background-image:url("img/side2_bg.gif"); 
	border:dotted 1px;
	border-color:#333;
}
	
.box2 {
	height:280px;
	margin: 3px;
	padding: 5px;
	background-color:#dddbde;
	background-image:url("img/side2_bg.gif"); 
	border:dotted 1px;
	border-color:#333;
}
	
.box3 {
	width: 530px;
	/* height:300px; */
	margin: 5px;
	padding: 5px;
}

.box4 {
	height:280px;
	margin: 3px;
	padding: 5px;
	background-color:#dddbde;
	background-image:url("img/fe02-02.jpg"); 
	border:dotted 1px;
	border-color:#333;
}

.clearLeft { 
clear: left; 
}

	
	
	
	
	
	
	
	
	
