* {
margin: 0;
padding: 0;

}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

a {text-decoration: none;}
a:link {color: #000080; text-decoration: none;}
a:active {color: #B8860B; text-decoration: none;}
a:visited {color: #006400; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: none;}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

li {
	color: #000;
}

form{
	margin:0px;
}

.site_title {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-weight: bolder;
	color: #000;
	margin: 10px 0px 10px 20px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
	color: #000;
	text-decoration: none;
}

.description {
	width: 420px;
           height: 50px;
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 20px;
}

blockquote {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 11px;
	color: #c0c0c0;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: 1px solid #b0b0b0;
	border-left:  10px solid #b0b0b0;
}

.pict {
	background: #fff;
	margin: 15px 0px 15px 0px;
	padding: 8px;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	align: center;
}



/* container------------------------------------------------------------ */
#container1 {
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #F5F5DC;
}

#container2 {
	margin: 0px;
	padding: 0px;
	background: #FFFFF0;
}



/* head----------------------------------------------------------------- */
#head {
	width: 790px;
	height: 60px;
}



/* search--------------------------------------------------------------- */
#search_box {
	width: 790px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #FFF;	
	text-align: right;
}

.search {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 10px;
	color: #000;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}



/* left----------------------------------------------------------------- */
#left {
	width: 210px;
	margin: 0px;
	padding: 0px;
	background: #FAFAD2;
}

.left_border {
	border-right: 1px dashed #b0b0b0;
}

.title_img {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #b0b0b0;
}

.left_title {
	font-size: 12px;
	color: #000;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	text-align: left;
}

.left_text {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 11px;
	color: #333;
	line-height: 140%;
	margin: 1px 5px 10px 6px;
	padding: 10px;
}

.links {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	background: #e8e8e9;
}

.recommend {
	margin: 0px;
	border-bottom: 1px dashed #b0b0b0;
}

#ad {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 11px;
	color: #333;
	line-height: 170%;
	margin: 1px 5px 10px 6px;
	padding: 10px;
}

/* calendar------------------------------------------------------------- */
#calendar_box {
	width: 600px;
	margin: 0px;
	padding: 0px;
	background: #c0c0c0;
	border-bottom: 1px dashed #b0b0b0;
}

.calendar {
	font-family: "Verdana";
	font-size: 9px;
	color: #000;
	line-height: 130%;
	margin: 0px;
	padding: 4px 0px 6px 0px;
	text-align: center;
}

.calendar a {text-decoration: none;}
.calendar a:link {color: #00008b; text-decoration: none;}
.calendar a:active {color: #FFa500; text-decoration: none;}
.calendar a:visited {color: #2f8b57; text-decoration: none;}
.calendar a:hover {color: #008b8b; text-decoration: none;}

.cell {
	width: 25px;
	height: 13px;
	padding: 1px;
}

.weekday {
	font-size: 9px;
	text-align: center;
	width: 25px;
	height: 13px;
	padding: 1px;
}

.today {
          background-color: #C0c0c0;
}



/* mid------------------------------------------------------------------ */
#mid {
	width: 500px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
.entry_navi{
	margin: 4px;
	padding: 2px 0px;
	background: #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	text-align:center;
	font-size: 12px;
}

.entry {
	margin: 4px;
	padding: 10px 0px 10px 0px;
	background: #ffffff;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.entry_date {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	margin: 0px 10px 5px 0px;
	padding: 3px;
/*	background: #C54343;*/
	background: #c0c0c0;
	text-align: right;
}

.entry_title {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 14px;
	color: #000;
	margin: 12px;
}

.entry_author {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 12px 12px 12px 0px;
	text-align: right;
}

.entry_author a {text-decoration: none;}
.entry_author a:link {color: #00008b; text-decoration: none;}
.entry_author a:active {color: #ffa500; text-decoration: none;}
.entry_author a:visited {color: #2e8b57; text-decoration: none;}
.entry_author a:hover {color: #008b57; text-decoration: none;}

.entry_body {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 12px;
	line-height: 170%;
	color: #000;
	margin: 12px;
	}

.entry_more {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 12px;
	line-height: 170%;
	color: #000;
	margin: 12px;
}

.entry_more a {text-decoration: none;}
.entry_more a:link {color: #00008b; text-decoration: none;}
.entry_more a:active {color: #ffa500; text-decoration: none;}
.entry_more a:visited {color: #2e8b57; text-decoration: none;}
.entry_more a:hover {color: #008b8b; text-decoration: none;}

.entry_state {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 10px;
	color: #000;
	margin: 20px 12px 15px 12px;
}

.entry_state a {text-decoration: none;}
.entry_state a:link {color: #00008b; text-decoration: none;}
.entry_state a:active {color: #ffa500; text-decoration: none;}
.entry_state a:visited {color: #2e8b57; text-decoration: none;}
.entry_state a:hover {color: #008b8b; text-decoration: none;}



/* right---------------------------------------------------------------- */
#right {
	width: 210px;
	margin: 0px;
	padding: 0px;
	background: #FFFFF0;
}

.right_border {
	border-left: 1px dashed #b0b0b0;
}

.right_title {
	font-size: 12px;
	color: #000;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	text-align: left;
}

#commentlist,
#tblist,
#newentrylist,
.right_text {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 11px;
	color: #000;
	line-height: 170%;
	margin: 1px 5px 10px 4px;
	padding: 10px;
}

.border {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #b0b0b0;
}

.login {
	width: 200;
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 11px;
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 15px 10px 10px 0px;
	text-align: right;
	vertical-align: middle;
	line-height: 170%;
}



/* footer--------------------------------------------------------------- */
#footer {
	width: 790px;
	margin: 0px;
	padding: 0px;
	background: #c0c0c0;
	border-top: 1px dashed #b0b0b0;
}

.copyright {
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 9px;
	color: #000;
	line-height: 130%;
	margin: 0px;
	padding: 6px 4px 4px 4px;
	text-align: center;
}

.copyright a:visited,
.copyright a:active,
.copyright a:hover {
	color: #c0c0c0;
	text-decoration: none;
}


.jugem_bana{
	margin: 20px 1px 5px 1px;
}

ul.navi {
	margin: 15px 0px;
	list-style: none;
	text-align:center;
	font-size:12px;
}
ul.navi  li{
	display:inline;
	margin:0px 2px;
}