@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(./bg_01.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
p.header {
	background-image: url(./top.jpg);
	margin: 0px;
	height: 120px;
}
.wrapper {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./bg_02.jpg);
	background-position: bottom;
}
.main_contents {
	margin-right: 30px;
	margin-left: 30px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #8C7C75;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C7C75;
	border-right-color: #8C7C75;
	border-bottom-color: #8C7C75;
	border-left-color: #8C7C75;
}
h1 a {
	text-decoration: none;
	color: #8C7C75;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left-width: 5px;
	border-left-color: #8C7C75;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C7C75;
}
h2 a {
	text-decoration:none
	color: #8C7C75
	text-decoration: none;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #8C7C75;
	margin-right: 10px;
	margin-left: 10px;
}
.comment {
	color: #666;
}
.text {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.marginBottomNarrow {
	margin-bottom: 0px;
}
li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: black;
}
table {
	border-collapse: collapse;
	border: 0px hidden #FFF;
	empty-cells:show;
}
td {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: hidden;
	border-bottom-style: solid;
	border-left-style: hidden;
	border-top-color: #333;
	border-bottom-color: #333;
} 
a:link {
	text-decoration: none;
	color: #093;
}
a:visited{
	text-decoration: none;
	color: #063;
}
a:hover {
	text-decoration: none;
	color: #0C3;
}
a:active {
	text-decoration: none;
	color: #0F3;
}
p.img.right {
	float: right;
	margin-left: 10px;
}
p.img.left {
	float: left;
	margin-left: 10px;
}
p.menu {
	font-size: 12px;
	color: #900;
	background-color: #8C7C75;
	text-align: center;
	margin: 0px;
	height: 35px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(./bg_03.jpg);
	background-repeat: repeat-x;
}
p.menu2 {
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.menu a {
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: block;
	float: left;
	width: 13em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #64000A;
	background-image: url(./bg_03.jpg);
	background-repeat: repeat-x;
}
p.menu2 a {
	line-height: 1.5em;
	color: #F06;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	float: right;
	width: 8em;
}
p.menu a:hover {
	color: #F09;
}
p.menu2 a:hover {
	color: #FFF;
	background-color: #B9E28B;
}
p.footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 25px;
	width: 950px;
	padding-top: 5px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(./bg_05.jpg);
	background-position: bottom;
	background-color: #8C7C75;
}
