@charset "utf-8";



/*------------------------------------------
  [*]:popup
------------------------------------------*/
body#popup{
width:570px;
margin:0 auto;
text-align:center;
background:none;
background:#EFEFEF;
}

body#popup .entrycontents{
width:570px;
float:none !important;
text-align:left !important;
background:#FFF;
}
body#popup h1{
float:none;
width:570px;
height:27px;
padding:10px 0px 0px 0px;
text-indent:-99999em;
background:#EFEFEF url("../img/sttl_news.gif") 10px 10px no-repeat;
}

body#popup address{
clear:both;
text-align:center;
font-style:normal;
display:block;
margin-botom:10px;
}


.btnClose{
color:#0094DE;
padding:0px 0px 0px 10px;
display:inline;
background:url("../img_cmn/img_arrow_01.gif") 0px 0.35em no-repeat;
}


/*------------------------------------------
  [3]:blog
------------------------------------------*/
/*-- entry_contents --*/
.entrycontents{
width:570px;
float:left;
}
.entry{
padding:0px 20px;
margin-bottom:30px;
background:url("../img_cmn/bg_entry.jpg") 0px 0px no-repeat;
}
	.entry_howto{
	padding:0px 20px;
	margin-bottom:30px;
	background:url("../img_cmn/bg_entry_howto.jpg") 0px 0px no-repeat ;
	}
	.entry_news{
	padding:0px 20px;
	margin-bottom:30px;
	background:url("../img_cmn/bg_entry_news.jpg") 0px 0px no-repeat ;
	}
.entry p.date{
display:block;
padding:7px 0px 0px 0px;
margin:0px;
font-family:"Courier New", Courier, mono;
color:#0094DE;
}
.entry h2{
font-size:14px;
color:#00337C;
font-weight:bold;
}
.entry div{
margin:10px 0px 20px 0px;
}
.entry p.entryfooter{
clear:both;
border-top:1px solid #ccc;
padding:5px 0px 0px 0;
text-align:right;
font-size:x-small;
_font-size:x-small; /* for WinIE*/ 
}


.listArchives{
list-style:none;
padding:0px 0px 0px 0px;
}
.listArchives dt{
color:#0094DE;
font-size:x-small;
_font-size:x-small; /* for WinIE*/
padding:0px 0px 0px 10px;
background:url("../img_cmn/img_arrow_01.gif") 0px 0.35em no-repeat;
}
.listArchives dd{
padding:0px 0px 10px 10px;
}

