@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2007/09/01
	デフォルトスタイル設定用 CSS
 * ================================================================ */

body{
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
	background-color: #fff;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
	font-size: 80%;
	color: #444;
}

h1, h2, h3, h4, h5, h6,
p,
dl, ul, ol,
table, caption, td, th,
form,
object, embed,
address,
strong,
em{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

ul, ol{
	list-style-type: none;
	list-style-position: outside;
}

li{
	margin: 0px;
	padding: 0px;
}

dl dd{
	margin-left: 0px;
}

input,
textarea{
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

a:link{
	background-color: transparent;
	text-decoration: none;
	color: #444;
}

a:visited{
	background-color: transparent;
	text-decoration: none;
	color: #444;
}

a:hover{
	background-color: transparent;
	text-decoration: underline;
	color: #ff0000;
}

a:active{
	background-color: transparent;
	text-decoration: underline;
	color: #444;
}

a img{
	border: none;
}
