@charset "UTF-8";

/* CSS Information ==============================
File name: module.css
Table of Contents:
 +list module
 +link module
 +clearfix
============================================== */

/*========================================
 +list module
========================================*/
ul.list {
	list-style: disc outside;
	margin-left: 1.2em;
}

/*========================================
 +link module
========================================*/
.linkList li {
	margin-bottom: 3px;
}
.linkList a {
	padding-left: 18px;
	background: url(../img/arw_b_s.gif) left center no-repeat;
}

.moveto {
	line-height: 1.2;
}
.moveto a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.moveto a {
	padding: 4px 10px 4px 26px;
	border: 1px solid #ccc;
	background: #eee url(../img/arw_b_s.gif) 9px center no-repeat;
}
.moveto02 {
	line-height: 1.2;
	margin-top:20px;
}
.moveto02 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.moveto02 a {
	padding: 4px 10px 4px 26px;
	border: 1px solid #ccc;
	background: #eee url(../img/arw_b_s.gif) 9px center no-repeat;
}
.external {
	padding-right: 18px;
	background: url(../img/icon_external.gif) right center no-repeat;
}
.pdf {
	padding-right: 18px;
	background: url(../img/icon_pdf.gif) right center no-repeat;
}

a:hover .rollOver,
a:focus .rollOver,
a:active .rollOver {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*========================================
 +clearfix
========================================*/
