/*@charset"shift_jis";*/

/**
 * element.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		element.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @modifiedby		Yashuhiro Sota
 * @lastmodified	2007-06-26
 */
 

 
/* ------------------------------------------------------------ 
	ERROR MESSAGE
------------------------------------------------------------ */

div.error-message {
	color: #FF0000;
	padding: 0.5em 0 0em 0;
}
 
/* ------------------------------------------------------------ 
	PAGINATION
------------------------------------------------------------ */

div.pagi_container
	{
	width: 460px;
	margin-bottom: 10px;
	background: #fafafa;
	border: solid 1px #cccccc;
	}

div.pagi_text
	{
	padding: 7px;
	margin: 2px;
	background: #ffffff;
	border: dotted 1px #cccccc;
	text-align: center;
	}

/* ------------------------------------------------------------ 
	LOGO
------------------------------------------------------------ */

p#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 65;
}
	
/* ------------------------------------------------------------ 
	USER INFO
------------------------------------------------------------ */

div#userInfo
	{
	background: #ffffcc;
	border-bottom: solid 1px #333333;
	}
	
div#userInfoArea
	{
	width: 950px;
	margin: 0 auto;
	background: #ffffcc;
	height: 2em;
	position: relative;
	}

div#userInfoArea p#loginName
	{
	position:absolute;
	top:5px;
	left:0px;
	text-align:left;
	color:#333333;
	font-weight: 700;
	}


/*div#userInfoArea div#usernav
	{
	position:absolute;
	top:5px;
	left:450px;
	text-align:left;
	}*/

div#userInfoArea div#usernav
	{
	float: right;
	margin-top: 5px;
	}

div#usernav li
	{
	float: left;
	margin-bottom:3px;
	margin-right:7px;
	padding-left:12px;
	background:url(../img/admin/arw_brown.gif) no-repeat 0px 4px !important;
	letter-spacing:1px;
	}
div#usernav li a
	{
	display:inline !important;
	height:17px !important;
	line-height:17px !important;
	color:#333333;
	}
div#usernav li a:hover,
div#usernav li a:focus
	{
	color:#0000CC;
	}


/* ------------------------------------------------------------ 
	CSS NEW ICON
------------------------------------------------------------ */
span.new
	{
	margin-top:-30px;
	padding: 0px 0.2em 0.1em 0.4em;
	font: 75% "Verdana",Arial,sans-serif;
	margin-left: 5px;
	color: #ffffff;
	text-decoration:none;
	background-color:#FF6600;
	}
* html span.new
	{
	font: 70% "Verdana",Arial,sans-serif;
	}




