@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,
form,fieldset,input,textarea,select,option,p,
blockquote,pre,table,th,td,embed,object,img {
margin: 0;
padding: 0;
}

address,em,strong,th {
font-style: normal;
font-weight: normal;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th {
text-align: left;
}

legend {
display: none;
}

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

img,fieldset {
border: 0;
}

li {
list-style-type: none;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 13px;
	*font-size: small; /* WinIE7用 */ 
　　*font: x-small; /* WinIE6以下用 */
	-webkit-text-size-adjust: none; /*google Chrome用最小フォントサイズを自動で設定されないようにする*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	word-wrap: break-word;      /* IE用 */
}

/* clearfix
-----------------------------------------------------------*/
.clearfix:after {
content: "."; /*NN用*/
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
zoom: 1; /*IE7以下用*/
}
