@charset "UTF-8";

/* ========================================
　TeaTime　スタイルシート
　Copyright (C) 2008 TeaTime. All Rights Reserved. 
=========================================*/

/* -----------------------------------------
　BODY　
-------------------------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/top/kabe_online_shop_new_item.jpg);
	background-repeat: repeat;
}
/* -----------------------------------------
　ブログ　
-------------------------------------------*/
#container{
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #993333;
	background-image: url(../images/top/line_online_shop_new_item.gif);
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.waku {
	background-image: url(../images/top/kabe_online_shop_new_item.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #FFCCCC;
}
/* -----------------------------------------
　リンク　
-------------------------------------------*/
a {
	color: #6666FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
}

