/*-------公開ページスタイル-----*/
p.prenext {
	text-align:right;
	margin:10px 0;
}
/*
for Mozilla
*/
#news > dl.news-data {
    width:448px;
    margin:0 0 15px 0;
	color:#00479D;
}
#news > .news-data dt {
    float: left;
    margin:0;
    width: 80px;
    padding:8px 0 0 0;
}
#news> .news-data dd {
    padding: 8px 0 8px 80px;
    text-align:left;
    margin:0;
	border-bottom:dotted 1px #AAABAB;
}

/*
for IE
*/
* html dl.news-data {
    width:448px;
    margin:0;
	color:#00479D;
}
* html .news-data dt {
    float: left;
    width: 80px;
    padding:8px 0 0 0;
    clear:both;
    margin:0;
}
* html .news-data dd {
     padding: 8px 0 8px 80px;
    text-align:left;
	border-bottom:dotted 1px #AAABAB;
}
.hotdining {
	clear:both;
}
/*-------管理者ページスタイル-----*/
.table-ad {
	width: 400px;
	border: medium double #3399CC;
	background-color: #CCCCCC;
	margin-top: 3px;
}
.td-ad-title01 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #3399CC;
	text-align: center;
}
.td-ad-title02 {
	background-color: #3399CC;
	text-align: right;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.td-ad-title03 {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	padding: 2px;
	width: 20%;
}
.td-ad-comment01 {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 60%;
}
.td-ad-comment02 {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 80%;
	height: 25px;
}
.td-ad-comment03 {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 80%;
	vertical-align: top;
	height: 105px;
}
.td-ad-comment04 {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	text-align: center;
	width: 20%;
}
.td-ad-comment05 {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	width: 75%;
}
.td-ad-comment06 {
	background-color: #FFFFFF;
	width: 5%;
}
.td-ad-prenext {
	background-color: #FFFFFF;
}
.form-ad-date {
	font-size: 12px;
	width: 200px;
}
.form-ad-comment {
	font-size: 12px;
	width: 300px;
	height: 100px;
}
.form-ad-submit {
	background-color: #FFFFFF;
	color: #006699;
	border: 1px solid #006699;
	font-size: 12px;
	font-weight: bold;
}
.form-ad-submitdel {
	background-color: #FFFFFF;
	color: #FF0000;
	border: 1px solid #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.form-ad-dsp {
	font-size: 12px;
	width: 30px;
	text-align: right;
}
