@charset "utf-8";

/* reset styles
---------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset{
	margin: 0;
	padding: 0;
	}

body{
	line-height: 140%;
	color: #000000;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	}
* html body{ 
	font-size: medium; /* IE 6 */
	}


/* default value
----------------------------------------- */
a{
	outline: 0;
	}

a:hover, a:active{
	text-decoration: underline;
	}

a img{
	text-decoration: none;
	}

img, table{
	border-width: 0;
	border-style: none;
	border-color: #fff;
	}

img{
	vertical-align: bottom;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}

td{
	text-align: left;
	vertical-align: top;
	}

sup{
	vertical-align: super;
	}

input{
	vertical-align: middle;
	color: #000;
	}

textarea{
	color: #000;
	}

button{
	border: 0;
	}


/* headding
----------------------------------------- */

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	}


/* structured text
----------------------------------------- */
em, strong, dfn, code, samp, kbd, var, blockquote, q, cite, pre, abbr, acronym, ins, th{
	font-weight: normal;
	font-style: normal;
	}


/* text style elements
----------------------------------------- */
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }
del{ text-decoration: line-through; }


/* list
----------------------------------------- */
ul, ol, dl, menu, dir, li, dt, dd{
	list-style: none;
	}

/* image replacement
----------------------------------------- */
.alt{
	text-indent:-999px;
	height: 0px;
	overflow: hidden;
	}


/* clearfix
----------------------------------------- */
.clearfix{
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear:both;
	visibility:hidden;
	}

/* no ie mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* */