﻿/* CSS Document */

/* 基本設定 */
@charset "Shift_JIS";

body {
margin: 15px;
background-color: #FFFFEE;

}
/* リンク */
/* リンク */
a:link {
	color:#FF6600; text-decoration:none
}
a:visited {
	color:#FF6600; text-decoration:none
}
a:hover {
	color:#FF3300; text-decoration:underline
}
/*a:link {
	text-decoration:none
}
a:visited {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
*/
.topicCntnts {
	font-size:90%;
	margin:10px;
}

table#topicTable{
	width:750px;
	margin-top:20px;
}

table#topicTable td.date{
	text-align:right;
	font-size:80%;
}

table#topicTable table{
	font-size:90%;
}
.h3title {
	margin: 0em 0em 0.5em 0em; padding: 0.2em 0em 0.2em 0.5em; border-bottom: #FF9933 1px solid; border-left: #FF9933 5px solid;
}

.h2title {
	height: 32px; margin: 0em 0em 0.5em 0em; padding: 0.2em 0em 0em 0.5em; color:#FFFFFF; background-color:#ffa500; background-repeat: no-repeat
}

