@import "http://www.cdw-usa.com/kekkonsen/reset.css";
@import "http://www.cdw-usa.com/kekkonsen/design.css";

/* 基本レイアウト */
*{font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;}

/* ページレイアウト */
body{ font-size: 100%;}



/* ヘッダー（サイトタイトル） */
#banner h1
{
 font-size: 136%;
 font-weight: bold;
 font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}


/* ヘッダー（検索ボックス） */
#banner-search{ font-size:77%;}


/* 記事部分見出し */

.header1
{
 font-size: 114%;
 font-weight: bold;
 font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
 text-transform: none;
}


/* 記事部分コンテンツ */

.entry
{
 font-size:92%;
 line-height: 1.5;
}

.entry p{
 margin-bottom:15px;
}

.more{ font-size:85%; }

.header2
{
 font-size: 107%;
 font-weight: bold;
 font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
 text-transform: none;
}

.entry-footer{ font-size: 77%;}

.bread{ font-size:77%;}

.f-navi{ font-size:77%;}

.gotop { font-size:77%;}



/* フッター */

#footer p{ font-size: 77%;}

.footer-navi{
 font-size: 77%;
 text-align: center;
}


/*運営者情報テーブル*/

table.ask {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	width: 94%;

}


table.ask th{
	border: 1px dotted #666;
	border-collapse: collapse;
	background-color: #FEF5E7;
	color: #333333;
	font-size: 92%;
	font-weight:bold;
	line-height: 160%;
	margin:0;
	padding: 5px 10px;
	text-align: center;
	white-space:nowrap;
}


table.ask td{
	border: 1px dotted #666;
	border-collapse: collapse;
	font-size: 92%;
	margin:0;
	padding: 5px 15px;
	line-height: 140%;
}


p.ads_lbl{
 color:#eee;
 font-size:77%;
 margin:0 2px;
}

/*文字装飾*/

.rb{
 color:#f03;
}

.uline{
 text-decoration:underline;
}

.yb{
 background:#ff0;
}

