@charset "UTF-8";

div#contents h2 { background: url(../images/link/title.gif) no-repeat ; }

div#contents h3.m01 { background: url(../images/link/h3_01.gif) no-repeat ; margin-top : 20px ; }
div#contents h3.m02 { background: url(../images/link/h3_02.gif) no-repeat ; }
div#contents h3.m03 { background: url(../images/link/h3_03.gif) no-repeat ; }
div#contents h3.m04 { background: url(../images/link/h3_04.gif) no-repeat ; }


ul.list { margin : 15px 30px 50px 30px ; }


ul.list li {
	list-style-type: none ;
	margin : 10px 0px 10px 0px ;
	padding-bottom : 10px ;
	border-bottom : 1px dotted #666666 ;
}



ul.list li a		{ text-decoration : none ; }
ul.list li a:hover	{ text-decoration : underline ; }


ul.list li a.name {
	font-weight : bold ;
	color : #3259c9 ;
}

ul.list li a.link {
	color : #c93232 ;
	padding-left : 20px ;
	font-size : 84% ;
}


ol img { margin : 1px 0px 0px 0px ; }
