﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      news.css

----------------------------------------------------------- */

/*----------------------------------------------------
	news #contents ++
----------------------------------------------------*/

#topics {
	width:98%;

	margin-left:0;
	margin-right:auto;

	border-top:1px none #fff;
	background:none; 
}

#topics div.logbox {
    width: auto;
    height: auto;
    overflow: visible;
	margin-right:auto;
    border-top: solid 1px #ccc;
	border-bottom: none;
	background:none; 
	padding:1em 100px;
}

#topics div.tp_date {
	float:left;
	margin-left:0;
	margin-right:auto;
	width:100px;
	text-align:right;
}

#topics div.tp_body {
	float:right;
	margin-right:0;
	margin-left:auto;
	width:600px;
	text-align:left;
}

#news {
	margin-left:auto;
	margin-right:0;
	width:5em;
}

/* エラーメッセージ */
p.e {color:red;}
/* 完了メッセージ */
p.comp {color:blue;}



/*  end   */