@charset "UTF-8";

* {
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body {
	background-color: #3F3F3F;
	margin: 0px;
	text-align: center;
	padding-bottom: 0px;
	background-image: url(../img/bg_body.gif);
	background-attachment: fixed;
	background-position: left top;
}

.body2 {
	background-color: #F5F5F5;
	width: 780px;
	text-align: left;
	font-family: "Trebuchet MS", "Andale Mono", "ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
	background-image: url(../img/bg_main.gif);
	border-top: 0px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-bottom: 0px solid #FF9900;
	border-left: 2px solid #FF9900;
}

.header {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#title {
	background-color: #5B0D0B;
	background-attachment: scroll;
	background-image: url(../img/title.jpg);
	background-repeat: repeat;
	background-position: right top;
	margin-bottom: 10px;
}

#title_comment {
	vertical-align: bottom;
	padding-left: 20px;
	padding-top: 355px;
	margin: 0px;
	padding-bottom: 0px;
	width: 550px;
}

#title_comment p {
	margin-bottom: 0.8em;
	font-size: 12px;
	color: #000000;
}


.main {
	width: 545px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	margin: 0px;
	line-height: 1.5;
}


.side_menu {
	width: 185px;
	clear: right;
	float: right;
	padding-top: 20px;
}

.footer {
	clear: both;
	float: none;
}

.hidden {
	display: none;
}

.small {
	font-size: 85%;
	color: #555555;
}


/****** side menu ******/

.side_menu ul {
	margin-bottom: 40px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.side_menu h2 {
	margin-bottom: 20px;
	color: #555555;
	font-size: 22px;
}

.side_menu h3 {
	margin-bottom: 10px;
	color: #555555;
	font-size: 18px;
}

.side_menu li {
	margin-bottom: 0.5em;
	list-style-type: none;
}

.side_menu li a:link , .side_menu li a:visited {
	color: #007700;
	text-decoration: none;
	font-weight: bold;
}

.side_menu li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/****** footer ******/

#banner {
	font-size: 12px;
	margin-left: 20px;
	color: #999999;
}

#banner a:link , #banner a:visited {
	color: #996600;
	font-size: 12px;
	text-decoration: none;
}

#banner a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: underline;
}

address {
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #CC9966;
	text-decoration: none;
	margin-top: 5px;
	background-image: url(../img/address.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #532B2B;
}

address a {
	color: #CC9966;
	text-decoration: none;
}


/****** main ******/

.main a:link {
	color: #0033FF;
	text-decoration: none;
}

.main a:visited {
	color: #0033FF;
	text-decoration: none;
}

.main a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.unit {
	margin-bottom: 50px;
}

.unit .small {
	font-size: 90%;
}

.chapter {
	margin-bottom: 60px;
}

.block {
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.main h2 {
	margin-bottom: 20px;
	color: #FFCC00;
	background-image: url(../img/h2a.png);
	padding-left: 10px;
}

.main h3 {
	margin-bottom: 20px;
	font-size: 100%;
	color: #003300;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC00;
	padding-left: 5px;
	margin-top: 50px;
}

.main p {
	font-size: 100%;
	margin-bottom: 2em;
	padding-left: 5px;
}

.main ul {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 5px;
}

.main li {
	margin-bottom: 1em;
}

.main li a:link ,.main li a:visited {
	margin-bottom: 1em;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
	color: #0033FF;
	text-decoration: none;
	background-image: url(../img/arrow3.png);
}

.main li a:hover {
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
	color: #FF9900;
	text-decoration: underline;
}

.main dl {
	list-style-type: none;
	padding-left: 5px;
}

.main dt {
	font-weight: bold;
}

.main dd {
	margin-bottom: 2em;
}

#info dd {
	margin-bottom: 1em;
}

#info a:link , #info a:visited {
	color: #007700;
}

#info a:hover {
	color: #FF9900;
}


blockquote {
	margin-left: 10px;
	font-size: 80%;
}

.goods img {
	border: 1px solid #FF00FF;
}

.footer_01 {
	clear: both;
	background-color: #532B2B;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: none;
	padding-top: 2px;
	margin: 0px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 390px;
}

.footer_01 address {
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #CC6600;
	margin: 0px;
	padding-top: 355px;
}


.header h1 {
	margin: 0px;
	text-align: right;
	font-size: 15px;
	color: #000000;
	padding-top: 273px;
	padding-right: 20px;
	font-weight: bold;
}

#midashi_01 {
	height: 300px;
	background-image: url(../img_h/title01.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_02 {
	height: 300px;
	background-image: url(../img_h/title08.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_03 {
	height: 300px;
	background-image: url(../img_h/title14.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_04 {
	height: 300px;
	background-image: url(../img_h/title04.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_05 {
	height: 300px;
	background-image: url(../img_h/title05.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_06 {
	height: 300px;
	background-image: url(../img_h/title06.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_07 {
	height: 300px;
	background-image: url(../img_h/title07.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_08 {
	height: 300px;
	background-image: url(../img_h/title10.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_09 {
	height: 300px;
	background-image: url(../img/h1.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#midashi_10 {
	height: 300px;
	background-image: url(../img/h1.jpg);
	color: #999999;
	background-repeat: no-repeat;
	background-color: #3F3F3F;
}

#amuse {
	text-align: left;
	padding-left: 20px;
}
#sitemap {
	margin-bottom: 40px;
}
#sitemap h3 {
}
#sitemap li a {
	background-image: none;
}
#sitemap p {
	margin: 0px;
	padding-bottom: 0.5em;
}

#sitemap ul {
	background-image: none;
	margin: 0px;
	padding-bottom: 1em;
}
.body2 #title .counter {
	float: right;
	width: 150px;
	clear: right;
}
.list li {
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-left: 2px;
	background-image: url(../img_i/pt12-1-04.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
