@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	text-align: left;
	vertical-align:top;
	font-size: 12px;
}
fieldset, img {
	border: 0;
}
caption{
font-size: 12px;
}
/********* HTML再定義 ***********************************************/






p {
	margin-bottom: 10px;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {

}
ul li {
margin-bottom:4px;
}
ol {
	margin-left:20px;
}
ol li {
	list-style: decimal;

}
dl {

}
dl dd {

}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
}


table tr td input {
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
	border:solid 1px #000;
	background:#fff;
	color:#000;
	font-size:100%;
}
form dl dt {
	float: left;
	clear: left;


	padding:2px 10px 2px 0px;
}
form dl dd {
	padding:2px 4px 2px 0px;
	}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}



#checkbox_copy{
border:none 0;
}
.press_button{

border: 3px double #333;
border-top-color: #666;
border-left-color: #666;
padding: 0.25em;
color: #000;
font-size: 12px;
font-weight: bold;
background:url(/fanclub/superfes/images/panel.gif) repeat-x  top #FFF;

}
.notice{
	font-weight		: bold;
	color:#F00;
}
.clear{
	line-height 	: 1%;
	font-size		: 1px;
	clear			: both;
	visibility: hidden; height: 0;
}
.img-left{
	float:left;
	padding-right: 4px;
	padding-bottom: 4px;
}
.img-left img{
}
.img-right{
	float:right;
	margin-left: 4px;
	margin-bottom: 4px;
}
.img-right img{
}