@charset "utf-8";

/*///////////////////////////////////////////////////////

Description: 初期化用CSS
  File name: reset.css (/common/css/reset.css)

///////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0;
	outline: none;
}

html,
body {
	height: 100%;
	min-height: 100%;
	/*font:13px/1 "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	background: url(../images/main_bg_02.gif) repeat-x top left;
}

body#index {
	background: url(../images/main_bg_01.gif) repeat-x top left;
}

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

caption,
th { text-align:left; }

ul,
dl,
ol { text-indent: 0; }

li { list-style: none; }

img {
	border: none;
	vertical-align: bottom;
}

fieldset { border: none; }

acronym,
abbr {
	border:0;
	cursor:help;
}

hr {
	display: none;
	visibility: hidden;
}

input,
select,
textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}

/* IE Adjustment */
input { _margin: -1px 0; }

/* FF Adjustment */
input[type="checkbox"],
input[type="radio"] { vertical-align:text-bottom; }
