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

/* ------------------------------
 Reset
------------------------------ */

html {
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	font-size: 100%;
}
legend {
	color: #000000;
}


/* ------------------------------
 追加 CSS
------------------------------ */
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
a {
	cursor: pointer;
	text-decoration:none;
}
fieldset,img {
	border: 0;
}
img {
	vertical-align: top; /* win IE用ハック */
}


/* ------------------------------
 フォントファミリー
------------------------------ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 7 */
*;first-child+html body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, san-serif;
}


/* ------------------------------
 フォントサイズ
------------------------------ */

body {
	font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
