/*------------ 個別ボックス指定 -------------*/
#contents .box {
	/*291pxづつ追加;*/
	height: 860px;
	}

/*------------ メニュー個別指定指定 -------------*/
#menu dl.dropdown dt.event a {
	width: 136px;
	background: url(../images/menu_event.gif) 0 -25px no-repeat;
	}

/*------------ タイトル指定 -------------*/
#contents #press h3 {
	background: url(../press/images/title_press.gif) 0 0 no-repeat;
	}

/*------------ サブタイトル指定 -------------*/
#contents #press h4 {
	background: url(../press/images/subtitle_press.gif) 0 0 no-repeat;
	}

/*------------ メイン写真指定 -------------*/
#contents #press .mainpic {
	margin: 0 0 15px 38px;
	}

/*------------ コメントボックス指定 -------------*/
#contents #press .box_comment {
	width: 633px;
	height: auto;
	overflow: hidden;
	margin: 0 0 15px 38px;
	}
	#contents #press .box_comment .pic {
		width: 333px;
		float: left;
		}
		#contents #press .box_comment .pic img.center {
			margin: 0 0 0 50px;
			}
	#contents #press .box_comment dl {
		width: 300px;
		margin: 10px 0 0;
		float: right;
		}
		/*------------ 名前画像指定 -------------*/
		#contents #press .box_comment dl dt {
			width: 300px;
			height: 34px;
			}
			#contents #press .box_comment dl dt em {
				display: none;
				}
			/*------------ 名前画像個別指定 -------------*/
			#contents #press #president dl dt {
				background: url(../press/images/name_president.gif) 0 0 no-repeat;
				}
			#contents #press #oikawa dl dt {
				background: url(../press/images/name_oikawa.gif) 0 0 no-repeat;
				}
		#contents #press .box_comment dl dd	 {
			margin: 25px 0 0 20px;
			line-height: 1.6;
			}

