div.pankuzu {
	padding-bottom: 10px;
}

div.pankuzu ul li {
	display: inline;
}

#cmscontainer {
	width: 850px;
	margin: 10px auto;
}

div#leftcolumn {
	width: 568px;
	overflow: hidden;
	float: left;
}

div#rightcolumn {
	width: 225px;
	margin-right: 20px;
	overflow: hidden;
	float: right;
}

div#calendarHorizon {
	width: 850px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: transparent url(images/calendar_bg.png) repeat-x bottom center;
	margin-bottom: 15px;
}

/* @group Articles */

div.article {
	background: transparent url(images/book_middle.png) repeat-y;
	margin-bottom: 20px;
}

div.article div.bg-header {
	background: transparent url(images/book_header.png) no-repeat center top;
	border: 1px solid white;
	border-top: none;
}

div.article div.bg-footer {
	background: transparent url(images/book_footer.png) no-repeat center bottom;
}

div.header {
	position: relative;
	height: 120px;
}

div.header h3 {
	position: absolute;
	width: 280px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	top: 63px;
	left: 130px;
	font-weight: normal;
	color: #b20000;
}

div.header div.date {
	position: absolute;
	top: 63px;
	left: 415px;
	font-size: 12px;
	line-height: 20px;
}

div.header div.icon {
	position: absolute;
	top: 46px;
	left: 76px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

div.postedBy {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 32px;
}

div.footer {
	height: 80px;
	margin-right: 38px;
	text-align: right;
}

div.content {
	margin: 0 32px 0 61px;
}

div.content * {
	line-height: 1.7;
	font-size: inherit;
}

div.content p {
	margin: 10px;
}



/* @end */

/* @group Right Menu */

div#rightcolumn div.section {
	margin-bottom: 20px;
}

div#rightcolumn div.section ul {
	margin: 5px 15px;
}

div#rightcolumn div.section ul li {
	margin: 4px 0;
}

div#rightcolumn div.section ul li a {
	padding-left: 10px;
	background: transparent url(images/arrow.gif) no-repeat left center;
	line-height: 1.4;
}



/* @end */

/* @group Writers Progile */

div.writersProfile {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

div.writersProfile div.writerName {
	padding: 3px 10px;
	line-height: 1.4;
	font-size: medium;
	color: #327fc8;
	background-color: #e9f0f8;
	border-bottom: 2px solid #dbe2e9;
}

div.writersProfile div.writerName span {
	font-size: small;
}

div.writersProfile div.icon {
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	margin: 10px;
	float: left;
}

div.writersProfile p {
	margin: 10px;
	line-height: 1.5;
}

div.toWritersEntries {
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}



/* @end */

/* Article Detail */
div#article-detail div.bg-footer {
	padding-bottom: 70px;
}

/* @group Comment Container */

div#commentContainer {
	border-top: 1px solid #8ab3da;
	margin: 0 29px 0 56px;
	padding: 50px 0 40px;
	background: white;
}

div#commentContainer div.commentList {
	margin: 0 0 20px;
	line-height: 1.4;
}

div#commentContainer div.userName {
	border-left: 5px solid #8ab3da;
	padding-left: 4px;
	line-height: 1.5;
	margin-bottom: 10px;
}

div#commentContainer div.comment {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

div#commentContainer div.option {
	text-align: right;
}



/* @end */

/* @group Comment Form */

div#commentForm {
	background: white;
	margin: 0 29px 0 56px;
}

div#commentForm fieldset {
	border: 1px solid #ccc;
	padding: 17px 20px;
}

div#warningAboutComment {
	margin-top: 10px;
}

p#warningAboutCommentDetail {
	display: none;
	margin-top: 10px;
	border: 1px solid #ffdcdc;
	background: #ffefef;
	padding: 10px;
	line-height: 1.3;
	color: #8e0000;
}

div#commentForm p.remarks {
	background: #efefef;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 1.2;
}

div#commentForm table {
	border-collapse: collapse;
	width: 100%;
}

div#commentForm th {
	padding: 2px 5px;
	text-align: right;
}

div#commentForm th span {
	font-weight: bold;
	color: red;
	padding-right: 3px;
}

div#commentForm td {
	padding: 2px 5px;
}

div#commentForm th, div#commentForm td {
	border-bottom: 1px solid #ccc;
}

div#commentForm textarea {
	width: 320px;
}

ul.errors_list {
	color: red;
	margin-bottom: 10px;
}

div#commentForm input.name {
	width: 130px;
}

div#commentForm input.title {
	width: 230px;
}

div#commentForm div.submit {
	text-align: center;
	padding-top: 10px;
}

/* @end */

/* @group Admin */

div#adminMenu {
	width:850px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	background: #deb26d;
	padding: 3px;
}
div#adminMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#adminMenu ul li {
	width: 106px;
	height: 20px;
	line-height: 100%;
	font-size: 12px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 1px;
	background: transparent url(admin/img/admin_menu_bg.gif) no-repeat;
}

div#adminMenu ul li a {
	display: block;
	padding: 0px;
	width: 106px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	line-height: 150%;
}
div#adminMenu ul li a:hover, div#adminMenu ul li a:active {
	background: transparent url(admin/img/admin_menu_bg_over.gif) no-repeat;
}

/* @end */

div.prefecturecapture {
	margin: 10px;
	padding: 5px;
	border: 1px dotted #ccc;
	text-align: center;
	background: rgb(240, 240, 240);
}

div.prefecturecapture div.text {
	margin: 4px 0;
}
