@charset "Shift_JIS";

@import "import.css";

h2.pagetitle {
	margin-top: 0px;
	padding-top: 0px;
}

.post{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

p.postmetadata {
	margin-bottom: 60px;
}

.entry p {
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #666666;
}

.entry span.bold {
	font-weight: bold;
}
.entry span.under {
text-decoration:underline;
}
.entry span.through {
	text-decoration:line-through;
}
.entry span.italic {
	font-style:italic;
}
.entry span.large {
	font-size: 150%;
}
.entry span.small {
	font-size: 80%;
}

.post h2, .post h3 {
	font-size: 16px;
	color: #F781BF;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F781BF;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#content02 a:link{
	color: #F781BF;
	text-decoration: none;
}

#content02 a:visited {
	color:#F781BF;
	text-decoration: none;
}


#content02 a:hover {
	color: #F781BF;
	text-decoration: underline;
}

.entry {
	background-image:  url(../images/news_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 3px 0px 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.entry img {
	margin: 0 10px;
/*
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
*/
}

.entry img.emoji {
	margin: 0;
}

.entry img.right {
	float: right;
	margin: 0 0 10 10px 15px;
}

.entry img.footer {
	margin: 1em 10px;
}

#production_main .navigation {
	padding-bottom: 20px;
}

#member_menu_wrapper h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#member_menu_wrapper ul {
	margin-bottom: 20px;
}
#member_menu_wrapper li {
	margin-top: 7px;
	text-indent: 0px;
}

#member_menu_wrapper .menu_s li a {
	padding-left: 12px;
	width: 125px;
}

.navigation {
	width: 550px;
	margin-bottom: 30px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

ol.commentlist {
	font-size: 1.2em;
	line-height: 150%;
}

.commentlist dt {
	color: #F781BF;
	font-weight: bold;
	border-bottom: 1px dashed #999999
}

.commentlist dd {
	padding-left: 0px;
	margin-left: 0px;
}

