@charset "utf-8";
/* CSS Document */

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* cassette */
#main-contents {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.cassette-Lw540 {
	float: left;
	width: 540px;
	clear: both;
}
.cassette-Rw200 {
	float: right;
	width: 200px;
}


/* h title */
h1 {
	background-image: url(../common/images/h1_540.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	text-indent: 30px;
	font-weight: bold;
	font-size: 120%;
	color: #D22929;
}


/* link text */
#main-contents a {
	color: #9F7D00;
}
#main-contents a:hover {
	text-decoration: underline;
}


/* baseball */
#baseball {
	margin-top: 10px;
	text-align: center;
	background-image: url(../common/images/bg_blogparts.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.img_box {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.text_box {
	margin-right: 10px;
}
.link_more {
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	width: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.link_more a {
	background-image: url(../images/btn_link_more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	height: 26px;
	width: 220px;
}
.link_more a:hover {
	background-position: left bottom;
}
#contact {
	margin-bottom: 10px;
	margin-top: 5px;
}
#contact a {
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	height: 31px;
	width: 200px;
}
#contact a:hover {
	background-position: left bottom;
}

/* トップページ */
#top-report {
	margin-top: 20px;
}
#top-report li {
	margin-bottom: 10px;
	clear: both;
}
#top-report li p {
	float: left;
}
#top-report li p img {
	padding: 2px;
	border: 1px solid #999999;
}
#top-report dl {
	float: right;
	width: 360px;
}
#top-report dt {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: right center;
}
.category_topics {
	background-image: url(../images/categry_topics.gif);
}
.category_report {
	background-image: url(../images/categry_report.gif);
}
#top-report dd {
	background-image: url(../common/images/accent.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
