@charset "shift_jis";

/* ====================================================================

   Style Info: 文字サイズ（標準）
 
==================================================================== */

body,th,td { font-size:13px; line-height:1.4em; }
textarea,input { font-size:13px; }


/* --------------------------------------------
   個別文字サイズ
-------------------------------------------- */

.fsize_s { font-size:11px; line-height:1.3em; }
.fsize_m { font-size:14px; }
.fsize_l { font-size:17px; }
.fsize_xl { font-size:18px; }


/* パンくず
--------------------------------- */

#pan { font-size:12px; }


/* プライバシーポリシー
--------------------------------- */

#privacy li {
	text-indent:-0.8em;
	margin-left:0.8em;
	}


/* 会員ページ　記事一覧
--------------------------------- */

/* 更新情報 */
#update dt {
	width:13.4em;
	padding:12px 0 12px 0;
	}

#update dt img { margin-bottom:1px; }

#update dd {
	padding:12px 0 12px 13.4em;
	margin-top:-3.3em;
	}

/* 記事一覧 */
#kiji_list dt {
	width:8.3em;
	padding:12px 0 12px 0;
	}

#kiji_list dd {
	padding:12px 0 12px 8.3em;
	margin-top:-3.3em;
	}


/* --------------------------------------------
   ヘッダー　文字サイズ変更ボタン
-------------------------------------------- */

/* 標準
--------------------------------- */

#font_s a, #font_s_mb a {
	width:50px;
	height:27px;
	display:block;
	}

#font_s a:hover, #font_s_mb a:hover {
	opacity:1;
	-moz-opacity:1; /* Firefox */
	filter:alpha(opacity=100); /* IE6/7 */
	-ms-filter:"alpha(opacity=100)"; /* IE8 */
	}

#font_s a, #font_s_mb a { background:url(../image/fsize_s_on.gif) no-repeat left top; }


/* 大
--------------------------------- */

#font_m a, #font_m_mb a {
	width:50px;
	height:27px;
	display:block;
	text-decoration:none;
	}

#font_m a:hover, #font_m_mb a:hover {
	opacity:0.65;
	-moz-opacity:0.65; /* Firefox */
	filter:alpha(opacity=65); /* IE6/7 */
	-ms-filter:"alpha(opacity=65)"; /* IE8 */
	}

#font_m a { background:url(../image/fsize_m_off.gif) no-repeat left top; }
#font_m_mb a { background:url(../member/image/fsize_m_mb_off.gif) no-repeat left top; }


/* 特大
--------------------------------- */

#font_l a, #font_l_mb a {
	width:50px;
	height:27px;
	display:block;
	text-decoration:none;
	}

#font_l a:hover, #font_l_mb a:hover {
	opacity:0.65;
	-moz-opacity:0.65; /* Firefox */
	filter:alpha(opacity=65); /* IE6/7 */
	-ms-filter:"alpha(opacity=65)"; /* IE8 */
	}

#font_l a { background:url(../image/fsize_l_off.gif) no-repeat left top; }
#font_l_mb a { background:url(../member/image/fsize_l_mb_off.gif) no-repeat left top; }

