/* 共通 */
body {
	margin: 0px;
	padding:0px;
	color:#333333;
	font-size:90%;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #EACACA;
	line-height: 130%;
}
.head {
	font-size: 10px;
	color: #666666;
}
.tx_deco_momo{
	color: #B94F4F;
	font-weight: bold;
	font-style: normal;
}
.tx_deco_mizu{
	color: #4F74B9;
	font-weight: bold;
	font-style: normal;
}
.tx_deco_bold{
	font-weight: bold;
}

.tx_deco_red{
	font-weight: bold;
	color:#9A0000;
}
.tx_small{
	font-size: 80%;
}
img.button {/* 詳細へのリンクボタン */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#kome{
	list-style-type:none;
	color: #B94F4F;
}
ul#kome li{
	text-indent: -1em;
}

/* サブメニュー */
div#submenu {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#submenu ul.menu-b{/* 通常 */
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-type: none;
}
div#submenu ul.menu-s{/* ページ内 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}
div#submenu li.line{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D79B9B;
	background-image: url(../img/yaji_p.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.line_sub{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D79B9B;
	background-image: url(../img/yaji_p_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#submenu li.dotline{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D79B9B;
	background-image: url(../img/yaji_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.dotline-sub{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/yaji_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.dotline-sub-b{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D79B9B;
	background-image: url(../img/yaji_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.nodotline{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../img/yaji_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.noline{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../img/yaji_p.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#submenu li.noline_sub{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../img/yaji_p_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#submenu a:link{
	color: #333333;
	text-decoration:none;
}
div#submenu a:visited{
	color: #333333;
	text-decoration:none;
}
div#submenu a:hover{
	color: #9A0000;
	text-decoration:underline;
}
div#submenu a:active{
	color: #9A0000;
	text-decoration:underline;
}

/* バナー */
div#bana {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#bana img{
	padding-bottom:5px;
}

/* コピーライト */
div#copyright {
	font-size: 10px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* 文字設定 */
.small {
	font-size: 80%;
	color: #333333;
}
/* リンク文字設定 */
a:link{
	color: #9A0000;
}
a:visited{
	color: #B94E4E;
}
a:hover{
	color: #A78D59;
}
a:active{
	color: #A78D59;
}

/* パンくず */
div#pankuzu{
	margin: 3px 0px 3px 0px;
	font-size: 80%;
}
/* 見出し */
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
