@charset "utf-8";
/* CSS Document */

/*html
------------------------------------------------------------------*/
body {
	color:#EFEFEF;
	line-height:1.5em;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Helvetica, Arial ;
	font-size:0.875em;

}

hr {
	visibility:hidden;
	margin:0px;
	padding:0px;
}

a:link, a:visited	{
	color:#96997A;
	text-decoration:none;
	border-bottom:1px #96997A dotted;
	outline:none;
}
a:hover, a:active	{color:#BDC964; border-bottom:1px #BDC964 dotted;}

a:link.noLine, a:visited.noLine, a:hover.noLine, a:active.noLine	 {
	border-bottom:none;
}

#lightbox a {border-bottom:none;}

input.singleLine, textArea {
	background-color:#000000;
	border:1px solid #333333;
	padding:0.3em;
	color:#EFEFEF;
}

textArea {overflow:auto;}

table.normalTable {
	border-collapse:collapse;
}

table.normalTable td {
	border:1px solid #222222;
	padding:5px;
}

.shade1 {background:url(../img/shade1.gif);}
.shade2 {background:url(../img/shade2.gif);}
.line {background:url(../img/line.gif) repeat-x; margin:1em 10px; height:2px;}


/* Design Elements
------------------------------------------------------------------*/

img.borderImg, img.thumb{
	background-color:#FFFFFF;
	padding:3px;
}



a:hover img.borderImg, a:hover img.thumb {background-color:#FB4678;}


/* clearfix
------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}