/*------------------------
 とりよろふトップページCSS 
 -------------------------*/
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(mark_l.jpg);
	background-repeat: no-repeat;
	background-position: 34% 20px;
	background-color: #FFFFFF;
}
#contents {
	width: 800px;
	text-align: left;
	margin: auto;
	padding-top: 300px;
}
h1 {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
}
h1 em {
	font-size: 200%;
	font-style: normal;
	color: #7E6A7F;
}

p {
	font-size: 90%;
	line-height: 150%;
	text-align: center;
}

/* ----- アドレス ----- */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	width: 800px;
	padding-top: 22px;
	background-image: url(line_t.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 40px;
	position: absolute;
	top: 486px;
	clear: both;
}
address a {
	font-weight: bold;
}
/* ----- ナビバー ----- */
#navbar {
	background-image: url(navi_bg_t.gif);
	background-repeat: repeat-x;
	padding: 0px;
	width: 800px;
	height: 36px;
	position: absolute;
	top: 445px;
}
#navbar h2{
	width: 110px;
	float: left;
	text-align: center;
	margin: 0px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 4.5em;
	background-image: none;
	border-left: none;
	padding-left: 0px;
	padding-top: 0px;
}
h2 a {
	color: #555555;
	font-weight: normal;
}
h2 a:hover {
	color: #9CA886;
}
a {
	color: #555555;
	text-decoration: none;

}
a:hover {
	color: #ADC08B;
}
.description {
	float: right;
	font-size: 80%;
	text-align: right;
	line-height: 1.7em;
	padding-right: 15px;
}
.description em {
	color: #7E6A7F;
}
