/* リンク*/
a:link { color: #416BBE; text-decoration: none; }
a:visited { color: #5A0768; text-decoration: none; }
a:hover, a:active { color: #0081D3; text-decoration: underline; }


/*  フォーム */
textarea,input,select { font-size: 12px; }

/*  固定フォント */
.navi { font-size: 10px; line-height: 15px; }
.navi2 { font-size: 12px; line-height: 18px; }


/*  枠線 */
.wrapping {
	border: 1px solid #999999;
	padding: 10px;
	word-wrap: break-word;
}
