/* ボディに関するCSS */
body {
	font-size: 13px;
	line-height: 150%;
	background-image:  url(images/bcg.gif);
	margin: 5px;
	padding: 0px;
	
}

/* ページ構造に関するCSS */
#wrapper {
        margin-left: auto;
	margin-right: auto;
	width: 740px;
	background-color: #FFF;
	border: solid 1px #000;
}

#header {
	padding: 0px 0px 15px;
	background-image: url(images/b007ban.gif);
	background-repeat:no-repeat;
}

/* ナビゲーションに関するCSS */
#nav{
	padding: 10px 0px 0px 30px;
	text-align:center;
	float:left;
	background-color: #fff;
}

#nav ul {
	margin: 20px 5px 20px;
	padding: 0px;
	list-style: none;
	/*list-style-type:circle url(images/mark.gif);*/
}

#nav li {
	background-color: #f5fffa;
	border:1px solid #b0c4de;
	padding:7px 4px 7px 5px;
	margin-top:-1px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	width: 85px;
	background-color: #f5fffa;
}

#content {
	padding: 30px 40px 40px 70px;
	width: 480px;
	float:left;
	background-color: #fff;
}

#footer {
	padding: 0px 0px 15px;
	clear:left;
}

/* ヘッダーに関するCSS */
h1 {
	font-size: 13px;
	margin:0px;
	padding:59px 12px 0px;
	text-align: right;
}
#logo {
	margin: 18px;
}

/* コンテンツに関するCSS */
#content h2 {
	font-size: 14px;
	width: 100%;
	height:24px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 5px;
	text-align: center;
}
p.history {
	font-size:13px;
	line-height:16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 30px 0px 30px;
}
/* トップニュース　タイトル */
p.top-title1 {
	font-size: 14px;
	font-weight:bold;
	width: 100%;
	height:20px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 5px;
	border-top:solid 1px #00f;
	border-bottom:solid 1px #00f;
	background-color: #e6e6fa;
}

/* 食品酒類小売店新聞　タイトル */
p.top-title2 {
	font-size: 14px;
	font-weight:bold;
	width: 100%;
	height:20px;
	padding: 3px 0px 3px 0px;
	margin: 20px 0px 5px;
	border-top:solid 1px #ff6347;
	border-bottom:solid 1px #ff6347;
	background-color: #ffe4c4;
}

/*ニュースの日付*/
p.top-news_date {
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px 0px 5px;
	border-top:solid 0px #ff6347;
}

/* ニュース　サブタイトル */
p.top-news_subt {
	font-size: 16px;
	font-weight:bold;
	padding: 0px;
	margin: 0px 0px 0px;
	border-top:solid 0px #ff6347;
}

/* ニュース　サブサブタイトル */
p.top-news_subts {
	font-size: 16px;
	font-weight:bold;
	text-indent: 16px;
	padding: 0px;
	margin: 0px;
	border-top:solid 0px #ff6347;
}

/* ニュースデータ*/
p.newsdata {
	text-indent:13px;
	margin: 0px 0px 0px 16px;
}

/* その他のニュースを見る */
p.newsother {
	font-weight:bold;
	font-style:italic;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

/* フッターに関するCSS */
hr {
	height:1px;
	width:90%;
}
#credit {
	text-align: right;
	padding-right: 20px;
}


/* リンクに関するCSS */

a:link {
	color: #00f;
	text-decoration:none;
	border-bottom:1px solid #00f;
}
a:visited {
	color: #369;
	text-decoration:none;
	border-bottom:1px solid #369;
}
a:active, a:hover {
	color:#936;
	text-decoration:none;
	
}


#content h2 a{
	color:#000;
	background-color:transparent;
}