@charset "utf-8";

#side .photocolumn {
	margin: 0 !important;
}
#side .column_list li {
	margin-bottom: 5px;
	font-size: 13px;
	background: url(../img/arrow.png) no-repeat top left;
	padding-left: 15px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#side .column_list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#side .column_list .menuTitle {
	padding: 5px;
	background-color: #eae4c1;
}
#side .column_list .menuTitle span {
	display: block;
	padding-left: 25px;
	background: url(../img/icon-book.png) no-repeat left center;
}

#side .back {
	font-size: 12px;
}


#side .column_list li a {
	display: block;
}
#side .column_list li span {
	display: block;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}

h2 {
	margin-bottom: 70px;
}
.box {
	/*margin: 50px 0;*/
	/*border-bottom: 2px dotted #EDD32B;*/
	padding: 10px;
	margin: 0 0 20px 0;
	position: relative;
	height: 74px;
	background: url(../img/read.png) no-repeat 98% 50% #fff;
	border: 3px solid #fff;
}
.box:hover {
	border: 3px solid #EDD32B;
}
#main a {
	display: block;
}

.date {
	font-family: 'Times New Roman', Times, serif;
	background: #EDD32B;
	color: #4F3E2F;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	line-height: 1em !important;
	width: 80px;
	height: 50px;
	padding: 15px 0;
	border-radius: 65px;        /* CSS3草案 */  
    -webkit-border-radius: 65px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 65px;   /* Firefox用 */
    position: absolute;
    top: 50%;
    margin-top: -1.9em;
}
.date span {
	font-size: 14px;
	display: block;
}

.title {
	font-size: 28px;
	margin-left: 100px;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
}
.title02 {
	font-size: 28px;
	margin-left: 100px;
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
}

.postbox {
	background: #fff;
}
.postbox h3 {
	font-size: 28px;
	padding: 15px;
	border-top: 5px dotted #e2d9c6;
	line-height: 1.5em ;
}

.postbox .post {
	padding: 20px 30px 30px 30px;
}

.postbox .post p {
	text-align: justify;
	margin-bottom:15px; 
}
.postbox .post p:last-child {
	margin-bottom: 0;
}
.postbox .post ul {
	margin-bottom: 15px;
}
.postbox .post li {
	list-style-type: decimal;
	text-align: justify;
	margin-left: 20px;
	line-height: 1.5em;
}

.postbox .post .posR {
	margin: 0 0 15px 15px;
}

.postbox .post_data {
	background: #e2d9c6 url(../img/icon-pencil.png) no-repeat 2% 50%;
	padding: 3px 10px 3px 35px;
}