/*
Joomla Template adapted for Joomla1.56 
name: GOTODESIGNE JOOMLA CUSTOMISE  
designer: Koichiro Goto  
designer_url: http://www.gotodesigne.jp/ 
layouts: layout-twt
*/

/****************************************************************************/
/*システムメッセージ                                                        */
/****************************************************************************/

#system-message {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#system-message dt {
	font: normal;
	margin: 0px;
	padding: 0px;	
}
#system-message dd {
	font: normal;
	margin: 0px;
	padding: 0px;	
}
#system-message dd ul {
	background: #C3D2E5;
	color: #0055BB;
	margin: 0px;
	padding: 10px;	
	border: 1px solid #84A7DB;
	list-style: none;
}

/****************************************************************************/
/* システムスタンダードメッセージ                                           */
/****************************************************************************/

#system-message dt.message {
	display: none;
}
#system-message dd.message {
}

/****************************************************************************/
/* システムエラーメッセージ                                                 */
/****************************************************************************/

#system-message dt.error {
	display: none;
}
#system-message dd.error ul {
	background: #E6C0C0;
	color: #CC0000;
	margin: 0px;
	padding: 10px;	
	border: 1px solid #DE7A7B;
	list-style: none;
}

/****************************************************************************/
/* システム告知メッセージ                                                   */
/****************************************************************************/

#system-message dt.notice {
	display: none;
}
#system-message dd.notice ul {
	background: #EFE7B8;
	color: #CC0000;
	margin: 0px;
	padding: 10px;	
	border: 1px solid #F0DC7E;
	list-style: none;
}

/****************************************************************************/
/* システムデバッグメッセージ                                               */
/****************************************************************************/

#system-debug {
	background: #FFFFFF;
	color: #CCCCCC;
	margin: 10px;
	padding: 10px;
}
#system-debug div {
}

/****************************************************************************/
/* デフォルト                                                               */
/****************************************************************************/

/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

