@charset "utf-8";
/* -----------------------------------------------
CSS file Solid Alliance 2009.
FileName: base.css
by TAK(DESTNET)
----------------------------------------------- */

html{height:100%;}
body {
	color:#888888;
	font-size:11px;
	line-height:160%;
	height:100%;
	}

h1#logo{margin:0;}
address{margin:10px 0 0 20px;}


/* FONT -------------------- */
body{font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "EE ゴシチE", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

/*\*/
* html table{font-size:70%; line-height:1.5em; text-align:left;}
*:first-child + html body{font-size:10px; line-height:160%; letter-spacing:0.1em; text-align:left;}

/**/

*html body {font-family: "EE ゴシチE", "MS P Gothic"; font-size:70%; letter-spacing:0em; line-height:160%; text-align:left;}



/* 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;}

ul {list-style: none;}

ol {
margin:20px 0 20px 20px;
}

address,cite{font-style: normal;}


/* LINK -------------------- */
a, a:visited{text-decoration:none; color:#110d6b;}
a:hover		{text-decoration:none; color:#bf1920;}




/* -----------------------------------------------
CLEAR
----------------------------------------------- */
/* clear */
.clear{
	content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}
	
/* clearfix */	
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロチEレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/	
	}
	
	
span.none{display:none;}
.hidden{margin-left:-9999px;}
	
input	{color:#000; background-color:#fff; }