@charset "UTF-8";
/* indexのメニューテーブル */

#template {
} 

#template  a:hover {
	position: relative; top: 3px; left: 3px;
} 

/* テンプレートの各説明部分 */
.temptop {
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/ch_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: .1em;
}
.temptop2 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/pet_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.temptop-blog {
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/blog_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.temptop-shop {
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/shop_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.1em;
}
