body {
	margin: 0px 0px 20px 0px;
	background-color: #FF9900;
        text-align: center;
 	font-size: 12px;
	color: #666666;
	}

/* リンク設定 */



a {
	text-decoration:none; 
	}

a:link {
	color: #ff6600;
	}

a:visited {
	color: #3399ff;
	}

a:active {
	color: #ff33cc;
	}

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


/* 見出し設定 */

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

/* サイト全体設定 */

#container {
	line-height: 165%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 780px;
 border: 1px solid #66CC33;
 background-color: #FFFFFF;
	}

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

#banner {
	font-family: Verdana, Arial, sans-serif;
 color: #009900;
background-image: url("img/tari_header.gif");
background-repeat: no-repeat;
background-position:center center
 width:780px;
	height: 120px;
	text-align: left;
 padding: 15px;
 	}

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


#banner-img {
 display: none;
	}


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

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

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

#banner h1 {
	font-size: 24px;
	}

#banner h2 {
	font-size: 12px;
	padding: 15px 0px 0px 10px;
	}

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

#center {
	float: left;
	width: 400px;
	overflow: hidden;
	}

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


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

#right {
	float: left;
	width: 190px;
	overflow: hidden;
                }

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

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

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

.content h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #663333;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-style: solid;
 border-width: 1px;
 border-color: #FFCCFF;
 padding: 5px;
 margin-top:10px;
 margin-bottom:20px;
	}

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

.sidebar {
	padding: 10px;
	}

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

.sidebar h2 {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
 border-style: solid;
 border-width: 1px;
 border-color: #FFCCFF;
 padding: 3px;
 margin-bottom:10px;
	}

/* サイドメニュー<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;
	}


/* 検索部設定 */

.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-size: 10px;
	background-color:#66CC33;
	text-align: center;
	padding: 2px;
	}



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

.next {
	font-size: 12px;
}

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

.category {
	font-size: 10px;
	text-align:right;
	border-bottom: dotted 1px;
	margin-bottom:20px;
}

/* パンくず部設定 */

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





