@charset "utf-8";

/*member用------------------------------------------------------------- */

#content-box h2{

	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 500px;
	height: 53px;

	overflow: hidden;

	text-indent: -10000px;
}


#content-box h2#g-shiryou{
	background-image: url('../techno/img/techno_title.gif');
}


div.m-info{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
}

div.m-info p{
	line-height:170%;
}

div.k-date{
	padding-left:3px;
}


h3{
	font-size:120%;
	border:1px solid #03C;
	border-left:3px solid #03C;
	color:#03C;
	padding:2px 0px 2px 4px;
	margin-bottom:10px;
}

div.dold a{
	display: block;
	width:150px;
	height:16px;
	margin-top:5px;
	padding-top:1px;
	text-align:center;
	/*font-size:10px;*/
	background-color:#F90;
}

div.dold a:link{
	color: #000;
	background-color:#F90;
}
div.dold a:visited{
	color: #000;
	background-color:#F90;
}
div.dold a:hover{
	color: #FFF;
	background-color:#F00;
}




