﻿#contents-frame {
	background-color	: #EEE;
}

#title-frame {
	width				: 122px;
	height				: 42px;
	padding-top			: 40px;
}

#title-frame p {
	background			: url(images/title.gif) no-repeat;
	height				: 0px;
	padding				: 20px 0px 0px 0px;
	margin				: 0;
	width				: 122px;
	display				: block;
	overflow			: hidden;
}

* html #title-frame p {
　　height				: 20px;
}

#logo-frame {
	width				: 142px;
	height				: 146px;
}

h1 {
	background			: url(images/logo.gif) no-repeat;
	height				: 0px;
	padding				: 33px 0px 0px 0px;
	margin				: 0;
	width				: 113px;
	display				: block;
	overflow			: hidden;
}

* html h1{
　　height: 33px;
}

div.text-read {
	width				: 548px;
	line-height			: 165%;
	font-size			: 84.7%;
}

div.text-body {
	width				: 548px;
	line-height			: 165%;
	font-size			: 84.7%;
	padding-bottom		: 1em;
}

#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;
}

