/* 全体の設定*/
body{
    margin:0 0 0 0;
	background-color:#ffffff;
	font-style:normal;
    font-weight:normal;
    font-size:small;
    color:#333333;
	line-height:140%;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}



/*リンク関係*/
a:link { text-decoration:underline; color:#85000E; }
a:visited { text-decoration:underline; color:#666666; }
a:hover { text-decoration:none; color:#85000E; }
a:active { text-decoration:none; color:#85000E; }

.qanda { color: #85000E; }
.qanda a:link { text-decoration: underline; color: #85000E; }
.qanda a:visited { text-decoration: underline; color: #85000E; }
.qanda a:hover { text-decoration: none; color:#85000E}
.qanda a:active { text-decoration: none; color: #85000E; }

#navigation {
	font-size:x-small;
}


/*メイン関係*/
h1{
	font-size:x-small;
	color:#111111;
	vertical-align: bottom;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2{
	font-size:small;
	color:#ffffff;
	vertical-align: bottom;
	margin-top: 0em;
	margin-bottom: 0em;
}

h3{
	font-size:medium;
	color:#744e1d;
	vertical-align: bottom;
	margin-top: 0em;
	margin-bottom: 0em;
}

.white{
	color:#FFFFFF;
}

.red{
	color:#85000E;
}

.top-tex{
background-image: url(image/toptex2.gif); 
background-repeat: repeat-x;}

.main-tex {
	background-image: url(image/main-tex.jpg);
	background-repeat: repeat-x;
	background-color: #dcd8c4;
	background-position: top;
}
.f10w {font-size: 10px;color: #FFFFFF;}
.f10 {font-size: 10px;line-height: 14px;}
.f12 {font-size: 12px;line-height: 16px;}

.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}



/*フッター関係*/
.foot{
	font-size:x-small;
	color:#999999;
}
