/* ページ右部分の枠設定 */
#right {
	background:url(../img/about.gif) no-repeat top center;
	float: right;
	width: 160px;
	overflow: hidden;
	padding:66px 0px 0 0px;
	margin:0 6px 0 0;
	text-align:left;
	}
	
#left a:link,
#left a:visited {
	text-decoration:none;
	color: #333;
}

#left a:hover,
#left a:active{
	text-decoration:underline;
	color:#3398FC;
	}


/* ページ左部分の枠設定 */
#left {
	float: right;
	width: 190px;
	overflow: hidden;
	padding:66px 18px 0px 0px;
	background:url(../img/menu.gif) no-repeat center top;
	text-align:left;
	}
#left li{
	background:url(../img/right.gif) no-repeat left top;
	padding:0 0 0 15px;
	}
#left li .child_category{
	background:url(../img/right.gif) no-repeat left top;
	}


#right a:link,
#right a:visited {
	text-decoration:none;
	color: #333;
}

#right a:hover,
#right a:active{
	text-decoration:underline;
	color:#3398FC;
	}


/* ページ中央部分の枠設定 */
#center {
	background:url(../img/entry.gif) no-repeat center top;
	float: left;
	width: 438px;
	overflow: hidden;
	padding:38px 0px 0px 0px;
	margin:0 5px 0 6px;
	_margin:0 0 0 0px
	}


