/* CSS Document */
@charset "iso-8859-1";

/* 
========================================
universal reset
========================================
 */
* {
	margin: 0;
	padding: 0;
	min-height:1px;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul, li { margin:0; padding:0; }
li { list-style:none; }
h1, h2, h3, p { margin:0; padding:0; }
a { text-decoration:none; }
a:hover { color:#CC3300; text-decoration:underline; }
/*Hidden Mac IE\*/
a { text-decoration:none; overflow:hidden; }
/**/

p {	font-family: "Arial, Helvetica, sans-serif";}
.small{font-size: 0.8em;}
.font9{font-size: 0.9em;}

/* 
========================================
base layout
========================================
 */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align:center;
}

.topics{
	width: 600px;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330099;
	text-align:left;
	padding: 10px;
}

.day {
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #990000;
}

.title {
	font-size: 1em;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	color: #000066;
}
.title_2 {
	font-size: 110%;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	color: #000066;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #CCFFFF;
}
.title_3 {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 5px;
}
.title_4 {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 0px;
}
.comment {
	font-size: 0.9em;
	line-height: 1.3em;
}

.detail {
	font-size: 0.8em;
	text-align:right;
}

.footer {
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330099;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 620px;
}
.footer_s{
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
}
.subComment{
	margin-left:30px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.subComment_2{
	margin-left:150px;
	font-size: 0.9em;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
}

.list01 li{
	margin-left:30px;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.list01 ol{
	margin-left:40px;
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 0px;
}
.box1{
	padding: 5px;
	margin-left:30px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.box2 {
	background-color: #FFFF99;
	margin-left: 30px;
	padding: 10px;
}
.topics_right{
	width: 600px;
	margin: 0 auto;
	text-align:right;
	padding: 10px;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330099;
}
