/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

a:link { color: #5C332C; text-decoration: underline; }
a:visited { color: #5C332C; text-decoration: underline; }
a:hover {color: #000000; }
a:active {color: #000000; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background-color: #5C332C;
}
#header {
	width: 780px;
	background-image: url(../contents/yukinoshoya/img/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 87px;
}
#main {
	clear: both;
	text-align: left;
	width: 780px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../contents/yukinoshoya/img/header_under.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#footer {
	clear: both;
	width: 780px;
	background-image: url(../contents/yukinoshoya/img/footer.jpg);
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
	color: #5C332C;
	background: #D9BEB9;
	padding: 10px 0px 7px 10px;
	line-height: 18px;
	border-top: 1px dotted #5C332C;
	border-bottom: 1px dotted #5C332C;
	margin: 10px 0px 15px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	line-height: 150%;
	color: #666666;
	font-weight: bold;
	background: url(../img/h4.gif) no-repeat 0px 0px;
	text-indent: 25px;
}
/* 上部のパンくずリスト */
#topicpath {
	margin: 0px 25px 15px;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 5px 160px;
}
#topicpath ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#topicpath ul li {
	display: inline;
	font-size: 12px;
}
#topicpath ul li a {
	margin: 0px;
	color: #333333;
	padding: 0px 10px 0px 0px;
}
#topicpath a:hover {
	color: #85625A;
}
/* 下部のテキストリンク */
#textlink {
	margin: 20px 25px 0px;
	border-top: 1px dotted #999999;
	padding: 10px 0px;
}
#textlink ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#textlink ul li {
	display: inline;
}
#textlink ul li a {
	margin: 20px 20px 0px 0px;
	color: #333333;
}
#textlink a:hover {
	color: #85625A;
}
