	
	#mainContainer{
/*		width:100%; */

		width:980px;/* 新デザイン対策 08.06.06 */
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}
	
	
/*******************************************************************************

	ドラッグボックスの設定

*******************************************************************************/
	
	.dragableBox{	/* The RSS box */
		
		background-color:#FFF;
/*		margin:5px; */
		margin:15px;	/* 新デザイン対策　08.06.07窮屈なため ※ここをかえるときにはEHmsg_dragableBoxも同時に変えること！ */

/*		border-right:2px solid #AAA; */	/* "Shadow とりあえず影はいらない"*/
/*		border-bottom:2px solid #AAA; */	/* "Shadow " */

	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	opacity:0.85;
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{ /* ボックスの内側の定義 */
		border:1px solid #948262;
		line-height:16px;
		

	}
	.dragableBoxInner div{ /* ボックスの内側のさらに内側、文字部分の定義 */
		padding:5px;
	}
	.dragableBoxHeader{	/* Header inside RSS box ボックスの内側・ヘッダー部分の定義 */
		background-image:url(../images/default/head_img.jpg) ;
		background-repeat:repeat-x;
		border-bottom:1px solid #948262;
/*		padding:3px 0px;  これは.dragableBoxInner divでpaddingを定義したから不要 */
		height:16px;
		max-height:50px;
		font-weight:bold;
		color:#FFF;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:16px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color:#F00;
		text-decoration:underline;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.closeButton{	/* ★クローズボタン★色とか */
		padding:2px;
		border:1px solid #40121D;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#40121D;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* ★クローズボタン★色とか - マウスオーバー時*/
		padding:2px;
		border:1px solid #948262 ;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#948262;
		color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:1px solid #948262;
		height:10px;
		font-size:10px;
		background-color:#BEB29D;
		padding:2px; 
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#40121D;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#948262;
		text-decoration:underline;
	}
	
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:right;
		width:300px;
		background-color:#FFF;
		border:2px solid #317082;
		padding:2px;
		margin-right:2px;
		margin-top:2px;
	}
	
/*******************************************************************************

	ウェルカムメッセージドラッグボックスの設定

*******************************************************************************/
	
	.EHmsg_dragableBox{	/* The RSS box */
		
/*		background-color:#FFF;		080619削除*/

/*		margin:5px; */
		margin:15px; /* 新デザイン対策　08.06.07窮屈なため ※ここをかえるときには.dragableBoxも同時に変えること！*/


/*		border-right:2px solid #AAA; */	/* "Shadow とりあえず影はいらない"*/
/*		border-bottom:2px solid #AAA; */	/* "Shadow " */

filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	opacity:0.85;
	}
	/* A div inside the rss box - with a blue border */
	.EHmsg_dragableBoxInner{ /* ボックスの内側の定義 */
/*		border:1px solid #948262; */
		border:1px solid #EBB987 ;
		line-height:16px;
		

	}
	.EHmsg_dragableBoxInner div{ /* ボックスの内側のさらに内側、文字部分の定義 */
		padding:5px;
		color:#460F1E ;
		background-color:#FBF1E7;

	
	}
	.EHmsg_dragableBoxHeader{	/* Header inside RSS box ボックスの内側・ヘッダー部分の定義 */
		background-image:url(../images/default/EHmsg_head_img.jpg) ;
		background-repeat:repeat-x;
/*		border-bottom:1px solid #948262; */
		border-bottom:1px solid #EBB987;
/*		padding:3px 0px;  これは.dragableBoxInner divでpaddingを定義したから不要 */
		height:16px; 
		font-weight:bold;
		color:#FFF;
	}
	.EHmsg_dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:16px;
	}
	.EHmsg_dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.EHmsg_boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.EHmsg_boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color:#F00;
		text-decoration:underline;
	}
	.EHmsg_dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.EHmsg_rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.EHmsg_dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#EHmsg_rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.EHmsg_closeButton{	/* ★クローズボタン★色とか */
		padding:2px;
		border:1px solid #40121D;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#40121D;
		padding:2px;
		padding-bottom:3px;
	}
	.EHmsg_closeButton_over{	/* ★クローズボタン★色とか - マウスオーバー時*/
		padding:2px;
		border:1px solid #948262 ;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#948262;
		color:#FFF;
	}
	.EHmsg_dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:1px solid #948262;
		height:10px;
		font-size:10px;
/*		background-color:#BEB29D; */
		background-color:#EBB987 ;
		padding:2px; 
	}
	
	.EHmsg_dragableBoxEditLink{	/* Edit link on top of a box */
		color:#40121D;
		text-decoration:none;
		padding-top:1px;
	}
	.EHmsg_dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#948262;
		text-decoration:underline;
	}
	
	#EHmsg_addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:right;
		width:300px;
		background-color:#FFF;
		border:2px solid #317082;
		padding:2px;
		margin-right:2px;
		margin-top:2px;
	}