.col_black {
	color: #000;
}
.col_red {
	color: #F00;
}

p {
	line-height: 1.6em;
	font-size: 14px;
	color: #FFF;
}
.size-1 {
	font-size: smaller;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
.col_orange {
	background-color: #F60;
	display: inline;
}
.col_yellow {
	color: #FF0;
	font-weight: bold;
}
.box_700_line {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #F60;
}
.box_600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.col_skyblue {
	background-color: #6FF;
}
.col_darkblue {
	background-color: #039;
}



#main {
	width: 540px;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main a {
	color: #900;
}
#main a:hover {
	color: #F00;
}
.DL_word {
	background-image: url(../image/word_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.DL_exel {
	background-image: url(../image/ico_ex.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.DL_PDF{
	background-image: url(../image/pdficon_small.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	vertical-align: middle;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.left {
	text-align: left;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.right {
	text-align: right;
}

#prof {
	float: left;
	margin: 10px;
	padding-bottom: 100px;
}
