@charset "UTF-8";

/**
 *
 * リセット、再定義
 *
**/


* {
	padding: 0;
	margin: 0;
}

html {
}

body {
	min-width: 920px;
	color: #434343;
	font-family: "Meiryo","Meiryo UI","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 75%;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	background: #ffffff url("../images/body_back_01.jpg") repeat-x 0 0;
	margin-bottom:80px;
}

table {
	color: #434343;
	font-family: "Meiryo","Meiryo UI","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 0px;
}


table td,table td {
	empty-cells: show;
}

ul,ol {
	list-style: none;
}

a {
	color: #434343;
	text-decoration: underline;
}

a:hover {
	color: #434343;
	text-decoration: none;
}

img { border: none; }

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:hover img.over {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

em { font-style: normal; }

