html{
	cursor:crosshair;
	scrollbar-face-color:#ff6699;
	scrollbar-track-color:#ff6699;
	scrollbar-arrow-color:#ff6699; 
	scrollbar-3dlight-color:#ff6699;
	scrollbar-highlight-color:#ff6699;
	scrollbar-shadow-color:#ff6699;
	scrollbar-darkshadow-color:#ff6699
}
body{ 
	padding:0px;
	color:#000000; 
	font-size:10pt; 
	line-height:130%; 
	letter-spacing:0px;
	background-image:url(http://members.jcom.home.ne.jp/miragecat/bg.jpg);
}
a{
	cursor:move;text-decoration:none
}
a:link{
	color:black
}
a:visited{
	color:#343434
}
a:hover{
	color:#ffcccc
}
a:active{
	color:#ff6699
}
img{
	margin:0px;
	border:none;
}

/* ------ヘッダーの設定------ */
#header{
	position:relative;
    width:850px;
    height:250px;
	margin:0px auto;
    background-image:url(http://members.jcom.home.ne.jp/miragecat/header.jpg);
}
/* ------ラッパーの設定------ */
#wrap{
	position:relative;
	width:850px;
	margin:0px auto;
    background-color:#ff6699;
}
/* ------左側の設定------ */
#left{
    width:200px;
    float:left;
    background-color:#ff6699;
    font-size:10pt;color:#000000;font-weight: 700;
}
/* ------右側の設定------ */
#right{
    width:650px;
    float:right;
    background-color:#FFFFFF;
    overflow:auto;
}
.padding{
    margin:20px;
    padding:0px;
}
/* -------------フッターの設定--------------- */
#footer{
	position:relative;
	height:1px;
	background-color:#ff6699;
	clear:both;
	text-align:center;
	color:#ff6699;
}
/* ------ブログ記事の設定------ */
.mainblock{
width:600px; 
text-align:center;
margin:0px;
padding:0px;
}
.topblock{ 
width:600px; 
font-size:16px;
font-weight:bold;
letter-spacing:2px;
margin:10px;
padding:0px;
background-color:#FFFFFF;
}
.entryblock{
width:600px;
margin:0px;
padding:0px;
}
.entryinnerblock{
width:600px; 
text-align:left;
margin:0px;
padding:0px;
}
.entrywritedate{ 
text-align:left;
margin:0px;
padding:0px;
}
.entrytextbox{
width:100%;
text-align:left;
/* letter-spacing:2px; */
margin:0px 0px 20px 0px;
padding:0px;
border:1px solid #FFA0B4;
}
.entrytitle{
width:80%;
background-color:#FFA0B4;
text-align:left;
color:#ffffff;
letter-spacing:2px;
font-size:16px; 
font-weight:bold;
margin:0px;
padding:10px 5px 5px 5px;
border-bottom:1px solid #FFA0B4;
}
.entrytext{
width:580px;
text-align:left;
font-size:12px; 
line-height:140%; 
margin:10px 0px 10px 10px;
padding:0px;
}
.more{
text-align:right;
margin:5px;
padding:0px;
}
.footerblock { 
width:600px;
text-align:center; 
}
.category{
width:100%;
text-align:center;
margin:0px;
padding:0px;
}
.calendar{
width:100%;
font-size:9px;
font-weight:bold;
letter-spacing:0px;
margin:0px;
padding:0px;
}