/* base

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

body {

	margin: 0px;

	padding: 0px;

	color: #333333;

	text-align: left;

}



p {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}



img {

	border: 0px;

}



hr {

	display: none;

}







/* link

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



/* Flyer */

.orange a:link,

.orange a:visited {

	color: #FF9900;

	text-decoration: underline;

}

.orange a:hover {

	color: #FF9900;

	text-decoration: none;

}



.orange a:active {

	color: #FF9900;

	text-decoration: underline;

}



/* Otoku */

.red a:link,

.red a:visited{

	color: #FF0000;

	text-decoration: underline;

}

.red a:hover {

	color: #FF0000;

	text-decoration: none;

}



.red a:active {

	color: #FF0000;

	text-decoration: underline;

}





/* Calender */

.blue a:link,

.blue a:visited {

	color: #0066FF;

	text-decoration: underline;

}

.blue a:hover {

	color: #0066FF;

	text-decoration: none;

}



.blue a:active {

	color: #0066FF;

	text-decoration: underline;

}



/* news */

.news a:link,

.news a:visited {

	color: #FF9900;

	text-decoration: underline;

}

.news a:hover {

	color: #FF9900;

	text-decoration: none;

}



.news a:active {

	color: #FF9900;

	text-decoration: underline;

}


/* 2011-7-4　追記 */

#news {
	width:300px;
	height: 98px;
	overflow:auto;
}

#news .date {
	width: 60px;
	font-size: 12px;
	padding-left: 5px;
	color: #666;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}
#news .cnts {
	margin-left: 65px;
	font-size: 12px;
	color: #b1b1b1;
	line-height: 14px;
	padding-bottom: 0.6em;
}


