/* CSS Document */
/*********************************************** basic.css **********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,div, span{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

hr{
clear:both;
display:none;
}
/*

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */

.rollover{}
/* CSS Document */
* {
	line-height:1.4;
}
img{
	vertical-align:top;
}

body{
	font-size:12px;
	letter-spacing:0.06em;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,th{
	font-size:100%;
	font-weight:normal;
}
/*********************************************** font.css **********************************************************/
.sss{
	font-size:10px;
	letter-spacing:0;
}
.ssmall{
	font-size:11px;
}
.small{
	font-size:12px;
	letter-spacing:0;
}
.small_wide{
	font-size:12px;
}
.medium{
	font-size:13px;
}
.large{
	font-size:14px;
}
.nml{
	font-weight:normal;
}
.bld{
	font-weight:bold;
}
.wide{
	letter-spacing:0.2;
}
.narrow{
	letter-spacing:0;
}
.block{
	display:block;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}
.ta_left{
	text-align:left;
}
.ta_right{
	text-align:right;
}
.center{
	text-align:center;
}
.out{
	text-indent:-9999px;
}
.black{
	color:#000;
}
.red{
	color:#F00;
}
.green{
	color:#58a33e;
}