@charset "shift_jis";

/*====================基本構造====================*/
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
}
p{
	margin:0px;
	padding:0px;
}
a:link,a:visited {
	color: #0D90FF;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0D90FF;
	text-decoration: none;
}


/* ------------ contents ------------ */
#contents {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	clear: right;
	padding: 0px;
}



.link_txt {
	font-size: 80%;
	line-height: 200%;
	background-image: url(../../course_all/img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent:20px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
