← Back
Editing: base.css
/*================================================== CSS information -------------------------------------------------- Filename �Fbase.css Author �F�C�[�X�}�C���V�X�e���Y Description�F��{�X�^�C����L�q ==================================================*/ * { margin: 0; padding: 0; } body#top { background: #FCF2DF url(../img/bg.gif) repeat-x top; } body { background: #FCF2DF url(../img/bg_sub.gif) repeat-x top; color: #524A36; font-family: "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif; font-size: 90%; /* word-break: break-all; */ text-align: center; -webkit-text-size-adjust: none; } p { margin: 0 0 0.8em; text-align: justify; text-justify: inter-ideograph; } p.nm { margin: 0px; } h1,h2,h3,h4 { font-size: 100%; } hr { border: 0px; border-bottom: 1px dotted #BBBBBB; } table { border-collapse: collapse; border-spacing: 0; empty-cells: show; } th { font-weight: normal; text-align: left; } /*-------------------------------------------------- �����N --------------------------------------------------*/ a { text-decoration: underline; } a:link, a:visited { color: #181B62; } a:active, a:hover { text-decoration: none; } a img { border: none; text-decoration: none; } /*-------------------------------------------------- �t�H���g�T�C�Y --------------------------------------------------*/ .b { font-weight: bold; } /* ���� */ .fs { font-size: 85%; } /* ���������� */ .fm { font-size: 110%; } /* �傫������ */ /*-------------------------------------------------- �t�H���g�J���[ --------------------------------------------------*/ .red { color: #FF0000; } /* �� */ .pick { color: #1F99D1; } /* ���ڐF */ .thin { color: #888888; } /* �����F */ /*-------------------------------------------------- �z�u --------------------------------------------------*/ .cen { text-align: center; } /* ������ */ .lft { text-align: left; } /* ���� */ .rit { text-align: right; } /* �E�� */ .vtop { vertical-align: top; } /* ��l�� */ .vbtm { vertical-align: bottom; } /* ���l�� */ /*-------------------------------------------------- �摜�z�u�i�������荞�܂��j --------------------------------------------------*/ .img_lft { float: left; margin-right: 18px; } .img_rit { float: right; margin-left: 18px; } /*-------------------------------------------------- IME�i�t�H�[���R���g���[���p�j --------------------------------------------------*/ /* ���p */ .disabled { ime-mode: disabled; border: 1px solid #A5ACB2; padding: 2px; } /* �S�p(�ؑ։�) */ .active { ime-mode: active; border: 1px solid #A5ACB2; padding: 2px; } /*-------------------------------------------------- ���̑� --------------------------------------------------*/ /* �t���[�g�� */ .cb { clear: both; } /* �N���A�t�B�b�N�X */ .cf:after, .cb:after, .box:after { clear: both; display: block; overflow: hidden; height: 0px; content: ""; } /* �w�i�Œ� */ html, body, #wrap { height: 100%; } body > #wrap { height: auto; min-height: 100%; } /* Hides from IE-mac \*/ * html .cf { height: 1%; } .cf { display: block; } /* End hide from IE-mac */
Save File
Cancel