* {
	text-align: left;
}

#r1 {
	width: 720px;
	height: 270px;
	background-image: url(http://blog.takanokai.jp/ando/material/ando_top.jpg);
}
img,form {margin: 0;}

body {
	color: #000000;
	background-image: url(http://blog.takanokai.jp/ando/material/bg_bloc.gif);
	background-repeat: repeat;
	font-size: 12px;
	text-align: center;
	}

ul {
	margin-top: 0;
	margin-left: 20px;

}

ul li {
	margin: 2px 0 0 5px;
	list-style-type: disc;
}

a {
	color: #000066;
	text-decoration: underline;
	}

a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000033;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #E0E0E0;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	margin: 5px;
}

#all {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left: 5px solid #9A9959;
	border-right: 5px solid #9A9959;
/*	border-top: 5px solid #9A9959;*/
}

#r2 {
	width: 720px;
	margin: 10px 0 10px 0;
}

#lmenu {
	width: 180px;
	float: left;
}

#main {
	width: 480px;
	margin: 0 8px 0 8px;
	float: left;
}

#rmenu {
	width: 0px;
	float: left;
}

#foot {
	width: 720px;
	height: 20px;
	text-align: center;
	background-color: #9A9959;
	color: #ffffff;
}

.cpr {
	text-align: center;
}

.cb {
	clear: both;
}

#title{
	position: relative;
	top: 13px;
	left: 60px;
}

h1 {
	font-size: 16px;
	margin: 3px 0 3px 0;
}

#title a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 12px;
	color: #ff6600;
	margin: 0 0 5px 0;
}

.menu-title-area {
	width: 155px;
	height: 42px;
	background-image: url(http://blog.takanokai.jp/ando/material/plate.gif);
	margin: 0;
}

.menu-info-title {
	width: 155px;
	height: 42px;
	background-image: url(http://blog.takanokai.jp/ando/material/plate.gif); 
	margin: 0;
}
.bloginfo {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}


.menu-title-txt {
	font-size: 14px;
	color: #ffffff;
	position: relative;
	top: 10px;
	text-align: center;

}

.menu-body {
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.menu-info {
	font-size: 12px;
	margin: 10px 10px 10px 10px;
}
/* エントリー */
.entry {
	margin: 0 0 50px 0;
	border-bottom: 1px dashed #cccccc;
}
.date-header {
	display:none;
}

.entry-header {
	border-left: 5px solid #9A9959;
	border-bottom: 1px dashed #333333;
	padding: 0 0 0 5px;
}

.entry-content {

}

.entry-body,.entry-more {
	text-indent: 12px;
	line-height: 18px;
	padding: 0 10px 0 10px;
}

.writer {
	color: #006600;
}

.entry-more-link {
	text-align: right;
}

.entry-footer {
	padding: 0 10px 0 20px;
}

.content-nav {
	text-align: center;
}

/* トラックバック */
.trackbacks {
	border: 1px dashed #000066;
	padding: 10px;
	margin: 0 0 20px 0;
}
.trackbacks-info {
	background-color: #F5FFFA;
	margin: 5px;
	padding: 5px;
}

.comments-open-moderated {
	font-size: 12px;
	color: #ff6600;
	margin-left: auto;
	margin-right: auto;
}

.comment-content {
	border-bottom: 1px dashed #000066;
}

.comments-open {
	margin: 10px 0 10px 0;
}

/* プロフィール */
.profile-title {
	background-color: #0000ee;
	border: 3px double #9A9959;
	margin: 0 19px 10px 19px;
	color: #ffffff;
	width: 140px;
	padding: 5px 0 5px 0;
	text-align: center;
	letter-spacing: 2px;
}

.profile-txt {
	color: #333333;
}

.profile-img {
	border: 2px solid #9A9959;
}

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/* 汎用 */
.line-0px {
	border: 0px;

}
.line-1px {
	border: 1px solid #FF9900;

}
.line-2px {
	border: 2px solid;
}

.margin-3px {
	margin: 3px;
}