body{
	color: #000000;
	background-color: #ffffee;
	font-size: 13px;
	line-height: 18px;
	scrollbar-face-color: #1e922b;
	scrollbar-track-color: #ffffee;
	scrollbar-arrow-color: #ffffee;
	scrollbar-3dlight-color: #ffffee;
	scrollbar-highlight-color: #ffffee;
	scrollbar-shadow-color: #ffffee;
	scrollbar-darkshadow-color: #ffffee;
	-webkit-text-size-adjust: none;
}
table{
	font-size: 13px;
	line-height: 18px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #ff156d;
}
a:visited {
	color: #ff156d;
}
a:active {
	color: #ff156d;
}

/* リンク */
.offi-title{
	background-color: #eaffea;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}
.offi{
	background-color: #ffffff;
	padding: 2px 20px 2px 20px;
}
.janre{
	background-color: #d5ffd5;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	font-size: 15px;
}
.site{
	padding: 10px 20px 10px 20px;
	text-align: center;
}
.text{
	padding: 5px 10px 5px 10px;
	text-align: center;
}

/* パンくずリスト */
.path{
	border: #888888 1px dotted;
	padding: 0px 10px;
}
.lred{
	color: #ff4040;
}
/* 　ページタイトル＆説明文　 */
.title-f{
	margin: 10px 0px 10px 0px;
}
.title{
	font-size: 16px;
	color: #008000;
	font-weight: bold;
	text-align: center;
}
.memo{
	font-size: 13px;
	padding-left: 15px;
	font-weight: normal;
}
.al{
	background-color: #ffffff;
	padding: 2px 10px 2px 10px;
}

/* 　スペシャルサンクス　 */
.thanks{
	text-align: center;
	background-color: #ffffff;
	padding: 2px 3px;
}
.thanks-l{
	text-align: center;
	background-color: #ffffff;
}

/* 　フッター　 */
.footer-l{
	border: #888888 1px dotted;
	padding: 1px 10px;
	text-align: left;
}
.footer-r{
	border: #888888 1px dotted;
	padding: 1px 10px;
	text-align: right;
}