@charset "EUC-JP";

/* ¥°¥é¥Õ¥£¥« css */

div.showcaseBody	{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	background-image: url(image/line.gif);
	background-repeat: repeat-y;
	background-position: 575px 0;
}

div.showcaseMain {
	width: 540px;
	float: left;
}

div.showcaseSidebar {
	width: 225px;
	float: right;
	font-size: 80%;
}

	div.showcaseSidebar div.heading	{
		font-weight: bold;
		text-align: center;
		margin-top: 22px;
		margin-bottom: 10px;
	}

	div.showcaseSidebar li {
		font-size: 80%;
		line-height: 1.5em;
	}
	
	div.showcaseSidebar a	{
		text-decoration: none;
		color: #666666;
	}
	
	div.showcaseSidebar a:hover	{
		color: #0066CC;
		text-decoration: underline;
	}

div.showcaseHeading	{
}

	div.showcaseHeading div.heading	{
	font-weight: bolder;
	}
	
	div.showcaseHeading div.date	{
	text-align: right;
	font-weight: normal;
	margin-bottom: 7px;
	}
	
	div.showcaseHeading h1	{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	}

div.showcaseSection	{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	text-align: left;
}
	
	div.showcaseSection a	{
		text-decoration: none;
		color: #666666;
	}
	
	div.showcaseSection a:hover	{
		text-decoration: underline;
		color: #0066CC;
	}
	
	
	div.showcaseSection p	{
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		line-height: 150%;
	}
	
	div.showcaseSection .images {
		text-align: center;
		margin: 2em;
	}
