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: 14px;
	font-weight: normal;
	color: #CCCCCC;
	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:#FFFFFF;
text-decoration: none; 
}

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

a img { border: 0; }



/*--エントリー--*/
.headerText {
color:#666666;
margin:0;
font-size:9px;
line-height:11px;
letter-spacing:0.03em;
}


.entArea{
color:#333333;
margin:15px;
font-size:12px;
}

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

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

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

.entTitle{
color:#333333;
margin-left:15px;
font-weight:bold;
}

.entCategories{
color:#CC3399;
font-size:9px;
}

.entMore{
font-weight:bold;
}

.entDate{
font-size:10px;
}

.entPrevNext {
font-size:10px;
}


.archiveTitle{
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.pageSeparator {
text-align:center;
font-weight:bold;
}
