@charset "utf-8";


/*	reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
}

/*	reset_2
----------------------------------------------------*/

html {
	font-size:100.01%;
}

body {
	font-size:0.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

h1 {
	font-size:0.9em;
	}

h2 {
	font-weight:normal;
	font-size:0.8em;
	}
	
h3,h4,h5,h6 {
	font-size: 1em;
	}

p {
	font-size:1em;
	}

ul,li {
	list-style-type: none
	}

a:link,
a:visited {
	text-decoration:none;
	}

a:hover	{
	text-decoration:none;
	text-align: center;
	}

img{
	border: 0;
	line-height:100%;
	}

address {
	font-style:normal;
	text-align:left;
	}

table {
	font-size:1em;
	}

/*	clearfix
----------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*.clearfix {overflow:hidden;} /* Dw表示用 */

br.clear {
	clear:both;
	}



