/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #AD1A08;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

body {
	color:#333333;
	background:#aaaaa0;
	margin:10px auto;
	padding:0px;
	width:780px;
	line-height: 160%;
}

/* ヘッダーバーメニュー */
td#header_ul {
	background:#696967;
	vertical-align:middle;
	text-align:center;
}
td#header_ul a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
}
td#header_ul a:hover{color:#AD1A08;}

/* 左サイドカラム開始 */

/* サイドメニュータイトル */
.side_title {
	font-size: 14px;
	background-color: #89100a;
	color: #FFFFFF;
	font-weight: bolder;
}

/* サイドメニュー */
.side_menu {
	margin: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #c9c3b5;
	line-height: 180%;
}

.cat_title {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 180%;
	height: 30px;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
}

/* メルマガメニュー */
.meruma {
	font-size: 14px;
	background-color: #e9e0d1;
	color: #333333;
	font-weight: bolder;
	text-align: left;
}
.meruma_title {
	color: #136798;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
/* 左サイド終了 */


/* 中央カラム開始 */

/* トピックタイトルバー */
.topic_title {
	margin: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #89100a;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

/* トピック本文 */
.topic_honbun {
	margin: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #cccccc;
}

.bordar5 {
	margin: 2px;
	background-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #89100a;
	border: 1px solid #666666;
}



/* fe-doinボックス */

#fadeinbox{
	position:absolute;
	width: 400px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
	height: 400px;
}

