.noprint {
	display:	none;
}

.nodisplay,
img.nodisplay {
	display:block;
}

body  { 
	background-color: 	#ffffff;
}

body,td  { 
	font-family:'ＭＳ Ｐゴシック','Osaka';
	font-size:12px;
	line-height: 17px;
	color:#474747;
}

.sotowaku {
	width:				740px;
	background-color: 	#ffffff;
	border-width:		1px;
	border-color:	#fff;
	border-style:	none;
}

ul{
	list-style:		outside;
	margin:			8px 8px 8px 28px
}

ul .day {
	color:666666;
	font-weight:bold;
	margin-left:-19px;
}

ul .name {
	color:666666;
}

/*　linkページ　*/

.go {
	background-color: #EEEDE3;
	padding: 3px;
	height: auto;
	text-align: left;
}

.go2 {
	background-color: #EEEDE3;
	padding: 3px 6px;
	height: auto;
	text-align: left;
	font-weight:bold;
}

.go_title{
	font-size:12px;
	font-weight:bold;
	color:#E10404;
	margin:10px 0px 0px 0px;
}

.go A {
	font-size: 12px;
	width: 200px;
	line-height: 20px;
	text-decoration: none;
	display:block;
	background-color: #fff;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.go A:link{
	color: #333333;
	text-decoration: none;
	background-color: #f9f9f9;
}
.go A:visited {
	color: #999999;
	text-decoration: none;
	background-color: #f9f9f9;
}

.go A:hover {
	color: #C6202A;
	text-decoration: none;
	background: #F1D0CD;
}
.go2 A:link{
	color: #333333;
	text-decoration: none;
}
.go2 A:visited{
	color: #333333;
	text-decoration: none;
}
.go2 A:hover{
	color: #CC0000;
	text-decoration: underline;
}

a:link{color:#CC0000;text-decoration:none;}
a:visited{color:#CC0000;text-decoration:none;}
a:hover{color:#E10404;text-decoration:underline;}