@charset "utf-8";

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


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

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

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

ul,
ol {
	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;
	*font-size:75%;/* for IE */
	line-height:1;
}

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

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

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

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

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

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

em,
strong,
address,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}

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

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

img {
	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;
}

