/* ページ全体の設定 */
body {
	background-color: #0B4;
	color: #000;
	font-size:12pt;
	font-weight:400;
}
/* タイトル */
H1 {
	font-size: 2.2em;
	font-weight:700;
	color: #000;
	text-align: center;
}
H2 {
	font-size: 1.0em;
	font-weight:400;
	color: #000;
	text-align: center;
	margin:0 0 0;
}
P{
	margin: 0em 3.0em 0.5em;
}
Q{
	font-style:italic;
}
HR{
	align:center;
	width:100%;
	size:2;
	margin: 0 0 0;
}
/* 書き込み内容文字 */
.text1 {
	color: #000;
	font-size: 1em;
	margin: 0.3em 6.0em 0.5em;
}
/* 投稿者名の文字 */
.name {
	color: #000;
	font-weight:700;
	font-family: "ＭＳ 明朝", serif;
}
/* 題名の文字 */
.sub {
	\color: #000;
	background-color: #f88;
	font-size: 1.2em;
	font-weight:700;
	margin: 0 4.0em 0;
	padding:0.3em;
}
/* 入力説明の文字 */
.text2 {
	color: #333;
	font-size: 0.9em;
	margin: 0.2em 5.0em 0.2em;
	text-align:center;
}
/* ブラウザの情報・日付等の文字 */
.text3 {
	color: #333;
	font-size: 0.9em;
	margin: 0.2em 5.0em 0;
}
/* 返答など */
.response {
	color: #800;
	font-size: 0.9em;
}
/* リンク設定（未訪問） */
a:link {
    color: blue;
    text-decoration: none;
}
/* リンクの設定（既訪問） */
a:visited {
    color: blue;
    text-decoration: none;
}
/* リンクの設定（オンマウス） */
a:hover{
    color: salmon;
    text-decoration: underline;
}
/* フォームの設定（インプット） */
.input{
	text-align:center;
	margin:0 0 0.1em;
}
/* フォームの設定（テキストエリア） */
.textarea {
    color:#000000;
    background-color:#FFF;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
}
/* フォームの設定（ボタン） */
input.botton{
    color:#000;
    background-color:#FFF;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    cursor:hand;
}
/* 著作権表示 */
.copyright {
	color: #000;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
}