/* ---------------------------------------------
基本レイアウト
--------------------------------------------- */

html { margin: 0; padding: 0;}
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
p  { margin: 15px; padding: 0; }

body {
    position: relative;
    width: 800px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    color: #000;
    line-height: 1.25;
    height:100%;
}

#container
{
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 1px 0;
    text-align: left;
    font-weight:normal;
    font-size:1.1em;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------
見出し
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }


/* ---------------------------------------------
リンク色（ページ全体）
--------------------------------------------- */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }
.s a { color: #333; text-decoration: underline; }
p a { color: #333; text-decoration: none; }



/* ---------------------------------------------
見出し
--------------------------------------------- */

h1 {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: left;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    line-height: 1.1;
    color: #333;
    position:absolute; top: 0px; left: 40px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    position:absolute; top: 40px; right: 20px;
}


h4 {
    margin: 10px 35px;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
    clear: both;
}


/* ---------------------------------------------
文字装飾
--------------------------------------------- */

.bbb /* 最大・太字 */
{
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-size: 1.1em; } /* 太字 */
.br { color: #dc0000; font-size: 1.1em; } /* 赤・太字 */
.line { background: #ffff00; } /* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 


/* ---------------------------------------------
文字色
--------------------------------------------- */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
 

/*　テーブル */
table.ask {
	width: 94%;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #666;
	border-collapse: collapse;
	margin-left: 2%;
}


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


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