@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* --------------------------------------------------------------------------- */

body{
	text-align:left;
	font-size:12px;
	color:#292220;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-color: #F1ECE5;
}

a,
a:link,
a:visited {
	color:#292220;
	text-decoration:none;
}

a:hover,
a:active {
	color:#940003;
	text-decoration:none;
}


/* --------------------------------------------------------------------------- */
#wp{
	width:552px;
}


#topics {
	width:552px;
	margin-bottom: 0px;
	padding-top: 6px;
}

#topics_day{
	width:100px;
	float: left;
}

.topics_day1{
	color:#940003;
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 19px;
}

#cont{
	width:452px;
	float: right;
	
}

#topics_cont{
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #292220;
	margin-right: 15px;
}

.topics_cont1{
	font-size: 11px;
}

#page {
	width:537px;
	font-size: 11px;
	color: #940003;
	text-align: right;
	margin-right: 15px;
	padding-top: 20px;
}

.bld{
	font-weight: bold;
}


.clear {
	clear:both;
}

