@charset "utf-8";

/*

デフォルトのスタイルシート
最初はこのスタイルのみを適用させる。

*/

html {
	height: 100%;
	overflow: hidden;
}

body {
	
	height: 100%;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
	color:#333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #9C0000;
    /*	background: url(../img/grad_bg.gif) repeat-x #000000;*/
}

h1,h2,h3,h4,h5,h6 {
	 line-height:1.6;
	 margin:0;
	 padding:0; }
p,li,dt,dl { line-height:1.6; }
p { margin:0; }
ul li { list-style-type:none; }
a{
	margin:0;
}
a img { border:0; }
a:link {
	color:#A0101B;
	text-decoration:none;
}
a:visited {
	color:#A0101B;
	text-decoration:none;
}
a:hover {
	color:#A0101B;
	text-decoration:underline;
}
a:active {

}
blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}
form{
	          
	margin:0;
	padding:0;
}

img{
	margin:0;
	padding:0;
	border:0;
}


/* MacIEハック ¥*/
p{
	padding:3px;
	margin: 0em;
}
pr{
	padding: 4px;
	margin: 2em;
	
}
/* */

dt{
	margin-left:12px;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}
table.contacts{
    margin-left:36px;
	width:80%;
	
}
table.fanclub{
	text-align:center;
	margin-bottom:10px;
	margin-top:20px;
	min-width:40px;
  

}
table.fanclub tr{

		
}
table.fanclub td{

}
table.fanclub_detail{
	text-align:center;
	margin-bottom:10px;
	margin-top:20px;
  

}
table.fanclub_detail tr{

		
}
table.fanclub_detail td{
padding-left:-30px;

}
table.contacts th{ background-color:#f5f5f5;
	      border:1px solid #CCCCCC;
		  font-weight:normal;
          text-align:center;
		   }
table.contacts td{ 
padding-left:1.3em;
		  border:1px solid #CCCCCC;
		  padding-bottom:8px;
		  padding-top:8px;
		  text-align:left;}

table{ 
		width:100%; 
 }
		  
table th{ } 
table td{} 
input{
	font-family:Tahoma
}

.hidden {
	display: none;
	visibility: hidden;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear {
	clear: both;
}

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

.error,
.error_message {
	color : #FF4133;
}

.require{
	color : #FF4133;
}

.note{
	font-size: 90%;
}