@charset "UTF-8";
/* CSS Document */

/*リストの●がいらないもの*/
#smallnavi li,
#globalnavi li,
#leftnavi li ,
#banner li,
#footer li,
#baitai li,
#backnumber li
{
 list-style:none;
}

/*●なし、インラインのリスト*/
.liststyle_none_inline
{
	display: inline;
	list-style: none;
}

/*記事、テーブル用リストのマージン*/
.article ul, 
.article ol,
td ul,
.mediainfo_contents ul
{ 
margin: 0 0 0 20px; 
padding: 0; 
}

/*メインのテキスト*/
.article {
	background: #EAEAEA;
	margin-bottom: 25px;
	padding: 15px;
}

.article_title {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 10px;
}

.article_line{
	padding-top: 15px;
	padding-bottom: 15px;
}

.article_date{
	font-size: 70%;
}



/*おすすめ記事、今日のニュース*/

.liststyle {
	display: block;
	background-image: url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 5px 5px 5px 17px;
	list-style:none;
}


/*テーブル*/

table {
	background-color: #EAEAEA;
	border:none;
}

table img{
	padding-left: 5px;
}

th {
	vertical-align: top;
	width: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}

td{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*小さい見出し(.small_caption)*/
.small_caption{
	font-size:98%;
	margin-bottom: 5px;
}

/*記事一覧*/
.archivelist li
{
	padding-top: 10px;
	font-size: 90%;
}

.button_right {
	text-align: right;
	padding-top: 10px;
	font-size: 85%;
}

/*会社案内*/

.company_dl{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #EAEAEA;
	margin-bottom: 25px;
	margin-right: 10px;
}

.company_dt {
	width: 100px;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.company_dd {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*業界トップニュース*/

.topnews_dt {
	width: 80px;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topnews_dd {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*サイトマップ*/
.leftbox{
	float: left;
	width: 310px;
}

.rightbox{
	float: right;
	width: 310px;
}

.sitemapbox p{
	background: url(../sitemap/img/square.gif) no-repeat left center;
	margin-top: 10px;
	padding-left: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
}

.sitemapbox ul{
	margin-left: 10px;
	display: block;
}


/*お知らせ*/
div.text_box dl{
	margin:0 1em 1em;
}

div.text_box dt{
	font-weight:bold;
	}

div.text_box dd{
	margin-left:1em;
	margin-bottom:1em;
	}

/*お知らせ topページ*/

div.info p{
	margin-top:1em;
	}

div.info p.special{
	color:#FF0000;
	font-size:2.5em;
	}


/*この人の出番、コラム*/

div.text_box p{
	margin-bottom:1.5em;
	}

/*この人の出番、コラムのバックナンバー*/
#backnumber{
	background: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 80%;
}

#backnumber li{
	padding: 5px 0px 5px 5px;
}


/*この人の出番、コラムのアーカイブページ*/
ul.archive{
	list-style:none;
	margin-bottom:1em;
	}

ul.archive li.year{
	margin-bottom:10px;
	}


/*媒体案内の、「紙面内容」(.baitai_contents)*/
.mediainfo_contents{
	padding: 10px 15px;
}

.publications_img{
	height: 115px;
	width: 85px;
	float: left;
}

.publications {
	padding-bottom: 15px;
}

.publications_summary{
	float: right;
	width: 470px;
}

.publications_arrow{
	background: url(../publications/img/arrow_green.gif) no-repeat 80px center;
	padding-left: 95px;
}

#contact th{
	width: 180px;
	font-size: 90%;
}

#contact p{
	font-size: 85%;
}

.align_center{
	text-align: center;
}

/*月刊誌*/

.magazine p{
	margin-bottom:1.5em;
	}
	
.magazine dl{
	margin-bottom:1.5em;
	}

.magazine dt{
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	}
	
.magazine dd{
	margin:0 0 1.5em 1em;
	padding-top:0;
	}
	
/*BBN米価バナー*/

#banner .bbn {
	display:block;
	background-color:#FFCCCC;
	border:1px solid #666666;
	text-align:center;
	width:198px;
}

#banner .bbn .date {
	width:170px;
	background:url(../img/bbn_ine.gif) no-repeat left center;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
}

#banner .bbn .date span {
	font-size:19px;
}

#banner .bbn .price {
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bold;
	background:url(../img/bbn_price.gif) no-repeat center center;
	color:#FFFFFF;
}

#banner .bbn .reference {
	padding-top:5px;
}

#banner .bbn .reference img {
	margin-bottom:2px;
}

#banner .bbn table {
	background-color:#FFCCCC;
	width:198px;
}

#banner .bbn table th {
	font-weight:normal;
	text-align:left;
	padding:0 3px;
	width:140px;
	line-height:1.2;
}

#banner .bbn table td {
	text-align:right;
	padding:0 3px 0 0;
	width:58px;
	line-height:1.2;
}

#banner .bbn .note {
	font-size:80%;
	background-color:#666666;
	color:#FFFFFF;
	padding-top:3px;
}


