a#org{
	text-decoration:   none;
	font-size:         120%;
	font-weight:       bold;
	color:             #0000FF;
	}
a#org:hover {
	text-decoration:   underline;
	background-color:  #CCFFFF;
	font-size:         120%;
	font-weight:       bold;
	color:             #0000FF;
	}

/** 募集要項メイン部分 **/
#contents {
	border:            1px solid #0099FF;
	color:             #353535;
	padding-left:      10px;
	padding-top:       5px;
	line-height:       135%;
	}
#emphasis {
	font-size:         120%;
	font-weight:       bold;
	color:             #FF6600;
	}
#img_right {
	text-align:        right;
	}

/** 入力フォームメイン部分 **/
#entry_th {
	background-color: #C0C0C0;
	height: 30px;
	}

#entry_td {
	padding: 5px 10px 5px 10px;
	}







