@charset   "Shift_JIS";

* {
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #5e3b29;
	background: #D2D89F url(../image/common/bg_body.gif) repeat center top;
}

a { text-decoration:none; }
a:link { text-decoration:none; color:#414900 }
a:visited { text-decoration:none; color:#414900 }
a:active { text-decoration:none; color:#FF3300 }
a:hover { text-decoration:none; color:#FF9900 }

td,th { font-size: 12px; }

#sitetitle { color: #FFFFFF; font-weight: bold; }

#sitetitle a:link,#sitetitle a:active,#sitetitle a:hover,#sitetitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

h1{
	font-size: 15px;
	color: #FFFFFF;
	margin:0;padding:0;

}


h2,h3{
	font-size: 15px;
	color: #461E0A;
	margin:0;padding:0;

}

#f_small {
	font-size: 11px;
	font-family: "Arial, "ＭＳ Ｐゴシック", "MS PGothic";
}

#f_small a {
	font-size: 11px;
	font-family: "Arial, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* -------------------------------------------------------------
特集のタイトル
----------------------------------------------------------------*/

#toku_t {
	font-size: 14px;
	text-decoration:none;
	padding-left: 10px;
	color: #5e3b29;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 3px;
	background-color: #ffffff;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #82894b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82894b;
	padding-top: 5px;
	padding-bottom: 5px;
}

#toku_t a a:link {
	font-size: 14px;
	text-decoration:none;
}


/* -------------------------------------------------------------
下部リンク
----------------------------------------------------------------*/

#u_link ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#u_link li {
	display: inline;
}

#u_link li a {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#u_link li a:hover {
	color: #FFFFFF;
	background-color: #FFA500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF4500;
}

#u_link p {
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
}

/* -------------------------------------------------------------
コピーライト
----------------------------------------------------------------*/
address {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	font-size: 11px;
	padding: 5px;
}