@charset "UTF-8";

/* リセット用何かを設定することはありません
------------------------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, blockquote,
table, th, td {
	margin: 0;
	padding: 0;
}

html{
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
}

body {
	background-color: #fff;
	/*background-image:url(../images/bg.jpg);*/
	background-repeat:repeat-x;
	/* フォントサイズ統一：ハック */
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	
	text-decoration: none;
	word-wrap: break-word;
	word--break: break-all;
}

a {text-decoration: none; vertical-align:top;}

img {　border-width: 0;　border: 0; margin:0; padding:0; vertical-align:top;}

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

img, div {
	border: 0px;
}



