/**
 * FAQ Webself Style Sheet
 */

/** 共通 */
body{ margin:0px;}
form{ margin:0px;}
td, div{ word-break: break-all; }
select{ height:18px; }

/** Aタグ基本 */
a:link    { color: #0033cc; text-decoration: none; }
a:visited { color: #0033cc; text-decoration: none; }
a:active  { color: #0033cc; text-decoration: underline; }
a:hover   { color: #0033cc; text-decoration: underline; }