﻿#contents-frame {
	background-color	: #e8b800;
}

#title-frame {
	width				: 122px;
	height				: 22px;
}

#title-frame p {
	background			: url(images/title.gif) no-repeat;
	height				: 0px;
	padding				: 22px 0px 0px 0px;
	margin				: 0;
	width				: 66px;
	display				: block;
	overflow			: hidden;
}

* html #title-frame p {
　　height				: 22px;
}

#logo-frame {
	width				: 122px;
	height				: 20px;
}

h1 {
	background			: url(images/logo.gif) no-repeat;
	height				: 0px;
	padding				: 20px 0px 0px 0px;
	margin				: 0;
	width				: 73px;
	display				: block;
	overflow			: hidden;
}

* html h1{
　　height: 20px;
}

#category-frame {
	width				: 122px;
	padding-top			: 74px;
}

#category-frame p {
	background			: url(images/category.gif) no-repeat;
	height				: 0px;
	padding				: 12px 0px 0px 0px;
	margin				: 0;
	width				: 76px;
	display				: block;
	overflow			: hidden;
}

* html #category-frame p {
　　height: 12px;
}

#left-frame {
	padding-top			: 40px;
	width				: 284px;
	float				: left;
}

#right-frame {
	padding-top			: 40px;
	width				: 264px;
	float				: left;
}

div.box1-1 {
	width				: 142px;
	height				: 148px;
	float				: left;
}

div.box2-1 {
	width				: 264px;
	height				: 148px;
	float				: left;
}

div.box2-2 {
	width				: 264px;
	height				: 296px;
	float				: left;
}

div.box-text {
	width				: 122px;
	float				: left;
	font-size			: 77%;
}

div.box-text div {
	padding-bottom		: 21px;
}

#side-navi {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

#side-navi li {
	width				: 18px;
	overflow			: hidden;
}

* html #side-navi li{
	width				: 18px;
}

#side-navi li p {
	display				: block;
	height				: 34px;
	text-indent			: -9999px;
	overflow			: hidden;
	background-image	: url(images/side_navi.gif);
	background-repeat	: no-repeat;
}

#side-navi li a {
	display				: block;
	height				: 23px;
	text-indent			: -9999px;
	overflow			: hidden;
	background-image	: url(images/side_navi.gif);
	background-repeat	: no-repeat;
}

