@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;
	color:#000;
	background:#e6e6e6 url(/img/bg_body.gif) top center repeat-y;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.6;
	text-align:center;
}

* 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 {
	font-size:100%;
}

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

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

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

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

#contents:after {
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------
	LINK SETTING
--------------------------------------*/

a {
	color:#000000;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}
