@charset "Shift_JIS";



/* --------------------------------
	コンテナ（本文）
-------------------------------- */

div#body { width:948px; border:#b7ece2 1px solid; color:#333; }



/* --------------------------------
	要素別スタイル
-------------------------------- */

div#body h1,
div#body h2,
div#body h3,
div#body h4,
div#body h5,
div#body h6,
div#body p,
div#body div,
div#body dl,
div#body dt,
div#body dd,
div#body ol,
div#body ul,
div#body li,
div#body th,
div#body td,
div#body form,
div#body input,
div#body textarea,
div#body span { margin:0 0 0 0; padding:0 0 0 0; font-weight:normal; font-size:100%; font-style:normal; }

div#body em,
div#body strong { font-weight:bold; font-style:normal; }

div#body a:link,
div#body a:visited { color:#333; text-decoration:underline; }
div#body a:hover,
div#body a:active { color:#0e9570; text-decoration:underline; }

div#body ol,
div#body ul { list-style:none; }

div#body img { border:none; }

div#body table { border-spacing:0; }
*:first-child+html div#body table { border-collapse:collapse; }/* IE 7 */
* html div#body table { border-collapse:collapse; }/* IE 6 以前 */
div#body th,
div#body td { font-weight:normal; font-style:normal; text-align:left; vertical-align:middle; empty-cells:show; }

div#body hr { display:none; }

div#body input,
div#body select,
div#body textarea { color:#111; font-family:"ＭＳ Ｐゴシック", sans-serif; }
html:not(:target) div#body input,
html:not(:target) div#body select,
html:not(:target) div#body textarea { font-family:sans-serif; }/* IE 以外 */
div#body option { padding:0 3px 0 3px; }
div#body textarea { border:1px solid #b7b7b7; padding:2px 3px 2px 3px; }
div#body label { cursor:default; }



/* --------------------------------
	汎用クラス
-------------------------------- */

/*
クラス名 { px換算値 }
.txt10 { 10px/15px }
.txt11 { 11px/16px }
.txt12 { 12px/17px }
.txt13 { 13px/18px }
.txt14 { 14px/19px }
.txt16 { 16px/20px }
*/
div#body .txt10 { font-size:10px; line-height:1.5; }
div#body .txt11 { font-size:11px; line-height:1.455; }
div#body .txt12 { font-size:12px; line-height:1.417; }
div#body .txt13 { font-size:13px; line-height:1.385; } 
div#body .txt14 { font-size:14px; line-height:1.357; }
div#body .txt16 { font-size:16px; line-height:1.25; }


/* ロールオーバー ---------------- */
.rollover {}


/* clearfix: 2008-12-08 ---------------- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }










