@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;/* for Opera8 */
	background-color:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
}

* html body {/* for IE6 */
	font-size:75%;
}

*:first-child+html body {/* for IE7 */
	font-size:75%;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/

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

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

abbr,
acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

img,
embed,
object {
	vertical-align:bottom;
	border:none;
}

optgroup {
	background-color:#fff;/* for Opera */
	color:#000;/* for Opera */
	font-style:normal;
	font-weight:bold;
}

button {
	cursor:pointer;
}

code {
	font-family:Consolas,Monaco,monospace;
}

