﻿#contents-frame {
	background-color	: #8c037d;
}

#title-frame {
	width				: 142px;
	height				: 148px;
	padding-left		: 142px;
	padding-top			: 40px;
}

#title-frame p {
	background			: url(images/title.gif) no-repeat;
	height				: 0px;
	padding				: 20px 0px 0px 0px;
	margin				: 0;
	width				: 56px;
	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.profile-frame {
	width				: 548px;
	height				: 128px;
	padding-bottom		: 20px;
	clear				: both;
}

div.name-frame {
	width				: 142px;
	float				: left;
}

#name1 {
	background			: url(images/name1.gif) no-repeat;
	height				: 0px;
	padding				: 40px 0px 0px 0px;
	margin				: 0;
	width				: 111px;
	display				: block;
	overflow			: hidden;
	background-position	: 0px 2px;
}

* html #name1 {
　　height				: 40px;
}

#name2 {
	background			: url(images/name2.gif) no-repeat;
	height				: 0px;
	padding				: 40px 0px 0px 0px;
	margin				: 0;
	width				: 111px;
	display				: block;
	overflow			: hidden;
	background-position	: 0px 2px;
}

* html #name2 {
　　height				: 40px;
}

div.text-frame {
	width				: 406px;
	float				: left;
	color				: #FFF;
	line-height			: 170%;
	font-size			: 84.7%;
}

#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;
}

