@charset "UTF-8";
/* CSS Document */

/*for link color ==================================*/

div#contents a:link {
	color:#D30975;
	text-decoration:none;
}
div#contents a:visited {
	color:#D30975;
	text-decoration:none;
}
div#contents a:hover {
	color:#FF0099;
	text-decoration:none;
}
div#contents a:active {
	color:#D30975;
	text-decoration: none;
}


/*for left contents ==================================*/

div#contents div#contents_left h3 {
	background-image: url(../img/blog/news_h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-size: 1.2em;
	height: 35px;
	width: 675px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
div#contents h3 span {
	font-size: 0.6em;
	margin-left: 10px;
	line-height: 0.6em;
}

div#contents h3 a:link {
	color:#000;
	text-decoration:none;
}
div#contents h3 a:visited {
	color:#000;
	text-decoration:none;
}
div#contents h3 a:hover {
	color:#000;
	text-decoration: underline;
}
div#contents h3 a:active {
	color:#000;
	text-decoration: none;
}

div#contents_left div.section div.entry_meta p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 80px;
	font-size: 0.8em;
}
div#contents_left div.section {
	padding-bottom: 0px;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
div#contents_left div.section div.entry_meta {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 6px;
	margin-bottom: 25px;
}
div#contents_left div.entry_more {
	margin-top: 10px;
	text-align: right;
}
div#contents_left h4 {
	font-size: 14px;
	line-height: 23px;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../img/common/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 25px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
div.section div.entry_body {
	font-size: 0.9em;
	line-height: 1.5em;
}
div.entry_body h5 {
	border-bottom: 1px solid #333333;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
}
.entry_body h6 {
	font: normal 92%/normal;
	color: #cc3399;
	padding-bottom: 5px;
}
.entry_body p {
	padding-bottom: 10px;
	padding-top: 0px;
	clear: right;
}
.entry_body li {
	list-style: none;
	border-right: 1px solid #333333;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
.entry_body li.frst {

}
.entry_body li.last {
	border-style: none;
}
.entry_body ul.tag {
	border: 1px solid #E6E6E6;
	width: 610px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	padding-right: 10px;
}
.entry_more {
	text-align: right;
	padding-bottom: 15px;
	padding-right: 15px;
}
.entry_body {
	font-size: 0.96em;
	line-height: 1.5em;
}
.entry_body ul {
	margin-bottom: 10px;
	float: right;
}
ul.tag li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.page-navigation {
	margin-bottom: 20px;
	text-align: right;
	padding-right: 15px;
}
div#contents_left div.section div.entry_comment {
}

/*for right contents ==================================*/

div#contents_right h3 {
	background-image: url(../img/blog/news_righttop_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	color: #000000;
	height: 35px;
	width: 200px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

