#footer { width : 100% ; clear : both ; }
#body { margin: 0 auto; width : 800px ; }
#side { float : left ; width : 170px ; height : 420px ; }
#contents { 
	  margin:40px 0px 0px 0px;
	  float : left ; 
	  height : 420px ; 
	  width : 630px ; 
	 }

body {
	 width : 100%
	background-color:#fff;
	}


body,tr,td,th,div,font{
    font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
    font-size: 10px;
    color:#000000;
    line-height:160%;
    }


a:link    { color:#000000;}
a:visited { color:#666666;}
a:active  { color:#000000;}
a:hover   { color:#ff0000;}


h1 {
    margin: 0px;
    font-size: 20px;
    }

.site_title {
    margin-bottom: 3px;
    color: #000000;
    }

.site_title a:link    { color:#000000; text-decoration:none;}
.site_title a:visited { color:#666666; text-decoration:none;}
.site_title a:active  { color:#000000; text-decoration:none;}
.site_title a:hover   { color:#000000; text-decoration:none;}

.description {
    font-size: 10px;
    font-weight: bolder;
    color: #000000;
    }

img {
    border-style: none;
    margin: 0px;
    padding: 0px;
    }

ul {
    list-style-image: url(./template/lolipop/img/icon_01.gif);
    align: middle;
    margin: 0px 0px 0px 16px;
    padding: 0px;
    }

li {
    margin: 0px;
    padding: 0px;
    }

form {
    margin: 0px;
    padding: 0px;
    }

input,textarea,select {
    font-size :12px;
    background-color:#FFF;
    border: 1px solid #717171;
    padding: 2px;
    }



.line_top {
    background-image: url(./template/lolipop/img/line_top.gif);
    background-repeat: repeat-x;
    width: 644px;
    margin: auto;
    height: 4px;
    clear: both;
    }


.line_footer {
    background-image: url(./template/lolipop/img/line_footer.gif);
    background-repeat: repeat-x;
    margin: 20px auto 10px auto;
    width: 645px;
    height: 4px;
    clear: both;
    }


.line_1 {
    background-image: url(./template/lolipop/img/line_01.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    padding: 3px 0px 3px 0px;
    }


/* エントリー */

.box {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #fff;
	}

.menu {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	width:800px;
	}

.side {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	width:150px;
	height:473px;
	float:left;
	}

.entry_right {
 	margin: 50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	width:650px;
	height:423px;
	}

.entry_date {
    margin: 5px;
    letter-spacing: 100%;
    line-height: 160%;
}

.entry_title {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.entry_body {
    margin: 5px;
    letter-spacing: 100%;
    line-height: 160%;
}

.entry_state {
    font-size: 10px;
    margin-top:10px;
}

blockquote {
    margin: 0px;
    padding: 5px 10px;
    color:#999999;
    }

.entry_navi{
    margin:0px 23px 3px 12px;
    }



/* サブメニュー */

.menu_title {
    height: 30px;
    background-image: url(./template/lolipop/img/menu.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bolder;
    line-height: 130%;
    color: #000000;
    padding: 3px 0px 0px 8px;
    }

.menu_text {
    font-size: 11px;
    color: #666666;
    text-align: left;
    margin: 0px 0px 15px 5px;
    }


/* カレンダー */

.calendar {
    width: 189px;
    font-size: 10px;
    color: #666666;
    text-align: center;
    padding: 0px;
    margin: 0px;
    }

.cell {
    width: 26px;
    height: 20px;
    background-image: url(./template/lolipop/img/calendar.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #666666;
    text-align: center;
    padding: 0px;
    margin: 4px 1px 0px 0px;
    }

.cale_w_1 {
    width: 26px;
    font-size: 10px;
    color: #666666;
    text-align: center;
    margin: 0px 1px 0px 0px;
    }

.cale_w_2 {
    width: 26px;
    font-size: 10px;
    color: #D34867;
    text-align: center;
    margin: 0px 1px 0px 0px;
    }

.calendar_month {
    width: 189px;
    font-size: 11px;
    color: #666666;
    text-align: center;
    padding: 5px 0px 0px 0px;
    }



#clock {
    margin-bottom: 5px;
    padding: 0px;
    text-align: center;
    clear: both;
    }

.footerlink {
	margin:0px 0px 0px 0px;
	font-size: 10px;
	color: #444444;
	text-align:right;
	height:13px;
	width:800px;
	}

.copyright {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	width:800px;
	height:136px;
	}
    
.page_navi {
    text-align: center;
    font-size:10px;
  }

