@charset "utf-8";
/* -----------------------------------------------
CSS file For freyjaRed.
FileName: general.css
----------------------------------------------- */
/* FONT -------------------- */
html{height:100%;}
body {
	color:#fff;
	font-size:11px;
	line-height:1.8;
	background-color:#000;
	height:100%;
	}

td#content{	background:#000 url(../images/bg.gif) repeat-x top center;}
h1#logo{margin:10px 0 0 20px;}
address{margin:10px 0 0 20px;}



body{font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ ゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

/*\*/
* html body	{font-size:60%; line-height:1.7;}
* html table{font-size:100%; line-height:1.5em;}
*:first-child + html body{font-size:60%;}

/**/

*html body {font-family: "ＭＳ ゴシック", "MS P Gothic"; font-size:60%;}



/* TAG -------------------- */
body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label{
	margin: 0px;
	padding: 0px;
	}

img,table {border: none;}
img{vertical-align:bottom;}

ol,ul {list-style: none;}
hr{display:none;}

address,cite{font-style: normal;}


/* LINK -------------------- */
a, a:visited{text-decoration:underline; color:#b36969;}
a:hover		{text-decoration:underline; color:#fff;}




/* -----------------------------------------------
CLEAR
----------------------------------------------- */
/* clear */
div.clear{
	content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}
	
/* clearfix */	
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/	
	}
	
	
span.none{display:none;}	
	
input	{color:#fff; background-color:#000; border:none;}



