html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	line-height: 27px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	background-color: #000000;
	letter-spacing: 0.1em;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form { margin: 0; padding: 0; }

a { 
color:#fff;
text-decoration: none; 
}

a:hover {
color:#cc3399;
	text-decoration: underline;
}

a img { border: 0; }

hr {
border-color:#999999;
border-style:dotted;
border-width:2px;
}


/*--エントリー--*/

.headerText {
color:#666666;
margin:0;
font-size:9px;
line-height:11px;
letter-spacing:0.03em;
}

.entArea{
color:#ccc;
margin:15px;
font-size:11px;
line-height:15px;
}

.entArea a { 
color:#fff;
text-decoration: none; 
}

.entArea a:hover {
color:#cc3399;
	text-decoration: underline;
}


