body.default{
	background-image:url(../bcg_008.gif);
	color			:#530021;
	margin			:0%;

}
body.x1{
	background-image:url(../x1/x1logo.gif);
	color			:#111111;

}


h1{
	text-align	:center;
	text-shadow	:#666666 2px 2px 1.3px;
	color		:#fff6e6;
	background-color:#e75252;
	margin		:2%;
	
}

h2{
	text-align	:center;
	text-shadow	:#666666 2px 2px 1.3px;
	color		:#fff6e6;
	background-color:#f77272;
}

h3{
	text-align	:left;
	text-shadow	:#666666 2px 2px 1.3px;
	color		:#fff6e6;
	background-color:#ff9292;
	
}

h4{
	text-align	:left;
	background-color:#ffb2b2;
	
}


a:hover {
  background-color: #ffffcc
}

a:active {
  font-style : italic;
  background-color: #ffffcc
}

table.tablelist01{
	width			:95%;
	
}


table.atata{
	width			:260;
	background-color	:#ffffff;
	text-align		:left;
	font-size		:x-small;
	font-weight		:bold;

}
td.atata{
	text-align		:center;
	font-style		:bold;
	background-color	:#ffffbb;

}

table.linklink{
	text-align		:left;
	text-valign		:left;
	color			:#530021;
	background-color	:#fffefe;
	width			:90%;
	border			:red solid 6px;
	padding			:5%;
	font-size		:x-medium;
}
td.linklink{
	border-bottom	:red solid 3px;

}


table.softtitle{
	background-color	:#fffefe;
	color			:#530021;
	font-size		:x-medium;
	width			:90%;
	border			:red solid 3px;
	
}

table.topbar{
	background-color	:#fffefe;
	color			:#530021;
	font-size		:x-medium;
	width			:90%;
	border			:red solid 3px;
	
}

td.softtitle{

//	background-color	:#009cff;
//	color			:#fff6e6;
	color			:#fff6e6;
	background-color	:#f77272;
	font-size		:x-large;
	
}

td.leftmenu{
	background-color	:#ffffed;
	color			:#530021;
	font-size		:small;
	border			:red double 6px;
}


//----テーブル[イベントリスト]
table.eventlist{
	background-color	:#fffefe;

	
}
tr.eventlisttop{
	text-align		:center;
	font-style		:bold;
	background-color	:#ffffbb;
}
tr.eventlistend{
	text-align		:left;
	background-color	:#dddddd;
}
tr.eventlist{
	text-align		:left;
	background-color	:#ffffff;
}


//----テーブル[その他]
td.omake{
	background-color	:#ee5555;
	color      		:#ffffff;
	
}


tr{
	text-align	:left;
}


<!-- 注意 -->
div.attention{
	color			:red;
	font-size		:x-small;
	font-style		:italic;
	
	
}

div.box_solid{
	align			:center;
	color			:#530021;
	background-color	:#fffefe;
	width			:80%;
	border			:red solid 6px;
	padding			:5%;
}

div.box_title{
	align			:center;
	color			:#550021;
	background-color	:#ffcccc;
	width			:100%;
	border			:red solid 3px;
	font-weight		:bold;
}

div.topbar{
	align			:center;
	color			:#530021;
<!--	background-color	:#ffC0CB;	-->
	background-color	:#111111;
	width			:100%;
	border			:red solid 0px;
	padding			:0%;
}

<!-- ********トレードマーク、商標************************** -->
p.trademark{
	color			:black;
	font-size		:x-small;
}



<!-- フォントサイズ指定 -->
.fontsize_xxs { font-size:xx-small }
.fontsize_xs  { font-size: x-small }
.fontsize_s   { font-size:   small }
.fontsize_m   { font-size:  medium }
.fontsize_l   { font-size:   large }
.fontsize_xl  { font-size: x-large }
.fontsize_xxl { font-size:xx-large }



<!-- フォントカラー指定 -->
.fontcolor_red  { color:#ff0000 }
.fontcolor_blue { color:#0000ff }


