﻿
/*--------------------------------------------------------
■右コンテンツの設定
--------------------------------------------------------*/

/*●右全体（※右レイアウトの位置とサイズ）*/
#right{
	position: absolute;
	margin: 270px 0px 0px 220px;
	width: 370px;
	text-align: left;
	z-index: 0;
	padding: 0px;
}

/*●copyright*/
#right #copyright{
	margin: 5px auto 20px auto;
	text-align: center;
	color: #777777;
	font-size: 10pt;
	width: 340px;
}
#right h2 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
	color: #333333;
	background: url(images/h2_350.jpg) no-repeat left top;
	clear: both;
	letter-spacing: 0.1em;
	margin: 5px 0px 10px;
	padding-left: 20px;
}
