@charset "utf-8";


.container{
	font-size: 90%;
	font-family: arial, sans-serif;
}
h1{
	font-size: 240%;
	font-family: "Georgia";
	line-height: 0.75;
	margin: 40px 0 20px;
}
h1 span.ja{
	font-size: 40%;
}
h2{
	font-size: 130%;
	font-family: "Georgia";
	letter-spacing: 2px;
	line-height: 0.75;
	margin-top: 40px;
	padding: 0.25em 0;
	background: #F1E800;
}
h3{
	font-size: 100%;
}
p{
	line-height: 1.3;
	margin: 0.5em 0;
}
pre{
	font-size: 88%;
	font-family: "courier new";
	overflow: auto;
	border: 1px solid #999999;
	background: #F1F1F1;
	padding: 10px;
}
.must{
	color: #FF0000;
}

/*----- [multihero] -----*/
img{
	border: 0;
	vertical-align: bottom;
}
#multiHero{
	width: 500px;
	font-size: 110%;
	text-align: left;
}
	/* clearfix scheme */
	#multiHero:after{
		height: 0;
		visibility: hidden;
		content: url("/common/images/spacer.gif");
		display: block;
		clear:both;
	}
	/* hide MacIE \*/
	* html #multiHero {height: 1em;}
	#multiHero {display: block;}
	/* ini */
#multiHeroContents{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#multiHeroContents li{
	display: none;
}
#multiHeroControls{
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type:none;
	position: relative;
}
#multiHeroControls li{
	float: left;
}
#multiHeroControls li.next,
#multiHeroControls li.back{
	float: right;
}
#multiHeroControls li a{
	display: block;
	padding: 5px 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 70%;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 0.75;
}
#multiHeroControls li a:hover{
	background: #CCCCCC;
}
#multiHeroControls li.thisChild a{
	border-color: #666666;
	background: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
#multiHeroControls li.next a{
	margin: 0;
}
