@charset "utf-8";
/* CSS Document */

body {
	background: #2C1429;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}

body, div, h1, h2, h3, h4, h5, p, img, ul, li, form {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}



/*******************************
common class
*******************************/
.clear {
	clear: both;
}

.line {
	height: 2px;
	width: 666px;
	background: url(../common/contentLine.jpg) repeat-x;
}


/*********************
iepngfix
**********************/
div, h1, h2, h3, h4, h5, p, img {
	behavior: url(images/iepngfix.htc);
}
