body {
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-color: #FFFFFF;
	text-align: center;
 	font-size: 13px;
	color: #333333;
	}

/* リンク設定部 */

a {
	text-decoration:none; 
	color: #FF6600; 
	}

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


/* 見出し設定 */

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


/* サイト全体設定 */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 740px;
	
	background-image: url(img/container_bg.jpg);
	background-repeat: repeat-y;
	}


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

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 740px;
	height: 165px;
	}


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

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

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


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

#banner h1 {
	font-size: 27px;
	margin-top: 10px;
	margin-left:22px;
	}

#banner h2 {
	color: #000066;
	font-size: 13px;
	padding-top: 8px;
	margin-left:22px;
	}


/* 右カテゴリー(メニュー部)の位置決め設定 */
#right {
	float: left;
	width: 220px;
	overflow: hidden;
	}


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

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

.content {
	padding: 1px 18px 0px 32px;
	font-family: Verdana, Arial, sans-serif;
	}


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

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

/* 記事投稿部<h3>見出し設定 */

.content h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 4px 5px 2px 10px;
	background-image: url(img/h3_bg.jpg);
	}


.sidebar {
	padding: 8px;
	}


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

.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color:#000099;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
 	padding: 1px;
 	background-image: url(img/right_bg.jpg);
	}

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

	}

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

	}

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

	}

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

.sidebar #categories li {
	list-style-type: none;
	border-bottom:solid 1px #999999;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}



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


#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
	}


/* フッター設定 */

.footer {
	font-family: Verdana, Arial, sans-serif;
	background-image: url(http://best-walker.com/img/footerbg.jpg);
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 740px;

	overflow: hidden;
	}


/* ##### パンくず設定 ##### */

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


/* ##### 続きはこちら設定 ##### */

.next {
	font-size: 12px;
}

