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

@import url("reset-min.css");
@import url("common.css");

div#right h3.rtopics{
	background:url(../images/h3_newsRtopics.gif) no-repeat;
	width:210px;
	height:25px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	display:block;
}
div#right h3.archives{
	background:url(../images/h3_newsArchives.gif) no-repeat;
	width:210px;
	height:25px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	display:block;
}

h2.noTxt span{
	float:right;
	font-size:9px;
	font-weight:normal;
	margin:10px 5px 0 0;
}

* html h2.noTxt span{
	margin:-8px 3px 0 0;
}
*:first-child+html h2.noTxt span{
	margin:-8px 3px 0 0;
}
div.entry{
	width:550px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
}
div.entry  h4{
	background:url(../images/border_dotted550.gif) no-repeat bottom;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	color:#194AF8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
p.topLink{
	border-top:1px solid #cccccc;
	width:542px;
	font-size:10px;
	text-align:right;
	margin-bottom: 30px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
p.topLink a{
	text-decoration:none;
	color:#2D71F9;
}
div.entry h4 span{
	color:#333333;
	padding-right:5px;
display:block;
}
div.entry p {
	line-height: 1.6em;
	margin-bottom: 6px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
div.entry p.mb20 {
	margin-bottom: 20px;
}
div.entry p.mb30 {
	margin-bottom: 30px;
}
div.entry p.mb40 {
	margin-bottom: 40px;
}
div.entry p.mb50 {
	margin-bottom: 50px;
}
div.entry p.mb100 {
	margin-bottom: 100px;
}
div.entry p.mb0 {
	margin-bottom: 0px;
}

div.nextPrev{
	width:260px;
	height:25px;
	margin:30px auto 10px auto;
}
div.nextPrev a{
	text-indent:-9999px;
	display:block;
}

div.nextPrev a.prev{
	background:url(../images/btn_prev.gif) no-repeat;
	width:112px;
	height:21px;
	float:left;
}
div.nextPrev a.next{
	background:url(../images/btn_next.gif) no-repeat;
	width:112px;
	height:21px;
	float:right;
}



/*wordpress用*/

.entry p img {
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #E7E7E7;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.alignleft {
float:left;
}
 
.entry h6{
	zoom: 100%;
	padding-top: 10px;
}
.entry h6:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
strong {
	font-weight: bold;
	font-size: 110%;
}
.entry p img.noborder {
	border-style: none;
}
.border {
	padding: 5px;
	border: 1px solid #E9E9E9;
	display: inline-block;
	width: 298px;
	height: 38px;
}
.size dl {
	float: left;
	padding-right: 10px;
}
.size dt {
	clear: left;
	float: left;
	width: 2.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FF0033;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	height: 12px;
	text-align: center;
	padding-top: 3px;
	display: block;
	border: 1px solid #FF0033;
}

.size dd {
	margin-left: 2.5em;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 12px;
	line-height: 10px;
	display: block;
	border: 1px solid #FF0033;
	width: 5.5em;
	text-align: left;
}

