body {
	margin: 5px 0px 20px 0px;
                text-align: center;
 	font-size: 14px;
	color: #333333;
	background-color: #ECECEE;
	}

/* リンク設定 */

a {
	text-decoration:none; 
	color: #0000FF; 
	}

a:hover {
	text-decoration:underline; 
	background:none;
	color: #FF3300; 
	}

/* 見出し設定 */

h1, h2, h3 {
	margin: 2px;
	padding: 5px;
	font-weight: normal;
	}

/* サイト全体設定 */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	border: 1px solid #99A35D;
	background-color: #FFFFFF;
	}

/* サイトヘッダー設定 */

#banner {
	color: #FFFFFF;
	background-image: url(http://www.xn--tck1byis255aexk.jp/img/banner2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 1px solid #000000;
	height: 300px;
	}

/* ヘッダースタイル設定その１ */

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	}

#banner a:hover {
	color: #F2AAB1;
	font-weight: bold;
	text-decoration: none; 
	}

/* ヘッダースタイル設定その２ */

#banner h1 {
	font-size: 45px;
	margin-top: 45px;
	margin-left: 45px;
	}

#banner h2 {
	font-size: 12px;
	margin-left:10px;
	}

/* コンテンツ部設定 */

#center {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	font-family: Verdana, Arial, sans-serif;
	}


/* メニュー部位置決め設定 */

#right {
	float: left;
	width: 200px;


	}

/* コンテンツ部<h2>見出し設定 */

.content h2 {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 2px;
	}

/* コンテンツ部<h3>見出し設定 */

.content h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px;
	padding: 3px 10px;
	background-color:#F2AAB1;
	}

/* サイドメニュー領域設定設定 */

.sidebar {
	padding: 10px;
	}

/* サイドメニュー<h2>見出し設定 */

.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color:#F2AAB1;
	text-align: center;
	font-weight: bold;
	}

/* サイドメニュー<ul>部設定 */

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

/* カテゴリー<ul>部左領域設定 */

.sidebar #categories ul {
	padding-left: 5px;
	}

/* サイドメニュー<li>部設定 */

.sidebar li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding-left: 5px;
	list-style-type: none;
	}

/* カテゴリー<li>部アンダーライン挿入 */

.sidebar #categories li {
	list-style-type: none;
	font-size: 15px;
	PADDING-TOP: 3px; 
	Padding-LEFT: 2px; 
	Color: #666666; 
	}

.sidebar #categories li a {
	text-decoration: underline; 
	font-size: 15px;
	Color: #666666; 
	}

.sidebar #categories li a:hover {
	text-decoration: none; 
	font-size: 15px;
	}



/* 検索部設定 */

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;
	}

/* フッター部設定 */

.footer {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#99A35D;
	text-align: center;
	padding: 2px;
	}

/* 「お気に入りに追加」ボタン部設定 */

.fev {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

/* 「詳細はこちら」部設定 */

.next {
	font-size: 12px;
}

/* エントリーカテゴリー部設定 */

#category {
	margin-bottom:20px;
}

/* パンくず部設定 */

.pan {
	font-size: 12px;
	padding-bottom: 10px;
}





