@charset "shift_jis";

/*------------------------------------------
  LinkFree
------------------------------------------*/

#linkfree h3 {
	margin: 0;
	padding: 0;
}

#linkfree .text01 {
	background: url(../img/linkfree_bg01.jpg) left top repeat-y;
}

#linkfree .text01 p {
	padding: 20px;
}

#linkfree .line01 {
	margin-bottom: 20px;
	height: 21px;
	background: url(../img/linkfree_bg02.jpg) left top no-repeat;
}

#linkfree h4 {
	margin-bottom: 15px;
}

#linkfree .text02 {
	margin-bottom: 25px;
}

#linkfree .text03 {
	margin-bottom: 15px;
}

#linkfree table {
	margin-bottom: 20px;
	width: 584px;
}

#linkfree table th,
#linkfree table td {
	padding: 10px;
}

#linkfree table th {
	text-align: center;
	background: #028FA8;
	color: #FFFFFF;
}

#linkfree table td {
	background: #E8F8FF;
}

#linkfree table td.show {

}

#linkfree table td.code {
	font-size: 10px;
}

#linkfree table textarea {
	font-size: 100%;
}


