/*------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------*/
h2{
	float: left;
	width: 550px;
	margin: 8px 10px 0 0;
	line-height: 160%;
}
h3 {
	float: right;
	width: 354px;
}
#main-wrap {
	clear: both;
	padding: 20px 0 0 0;
	width: 860px;
	margin: 0 auto;
}
h4 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 15px;
	background: #EBEBEB;
	border: 1px solid #BFBFBF;
	clear: both;
}
/*------------------------------------------------------------------------
多言語リンク for CONTENTS
------------------------------------------------------------------------*/
#wrapper div.multiLanguageLink {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
div.multiLanguageLink ul {
	font-size: 12px;
	color: #636363;
}
div.multiLanguageLink ul li {
	float: left;
	text-align: center;
	width: 60px;
	height: 22px;
	margin-left: 5px;
}
div.multiLanguageLink ul li a {
	display: block;
	width: 60px;
	height: 22px;
	color: #333;
	text-decoration: none;
	background: url(../../images/language_bg.gif) 0px 0px no-repeat;
}
div.multiLanguageLink ul li a:hover {
	color: #fff;
	background: url(../../images/language_bg.gif) 0px -22px no-repeat;
}

