
/**
 * tops.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		tops.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @modifiedby		Yashuhiro Sota
 * @lastmodified	2007-04-24
 */


/* ------------------------------------------------------------ 
	 BASE
------------------------------------------------------------ */

p#hImage.remindpassword
	{
	/*background: #52BBF2;*/
	}

div#mainContent.remindpassword
	{
	float:right;
	width: 850px;
	margin-top: 0px;
	/*background: #ffffff;*/
	}
div#main.remindpassword
	{
	float:left;
	/*width: 850px;*/
	margin-top: 0px;
	padding-left: 0;
	/*border: solid 1px #CBDCED;*/
	/*background: #ececec;*/
	}
	
div#leftbar.remindpassword
	{
	float:left;
	width: 0;
	position:relative;
	top:0px;
	margin: 0;
	text-align:left;
	background-color: #F5F1EC;
	}	
div#rightbar.remindpassword
	{
	float:right;
	width: 0;
	margin: 0 0 0 0;
	background: #ffffff;
	}




/* ------------------------------------------------------------ 
	FORM
------------------------------------------------------------ */



/**
 * error_messages
 */
div#alert div.error_messages h4
	{
	color: #FF0000;
	padding: 0 0 1em 0;
	}
	
div#alert div.error_messages ul
	{
	padding: 0 0 1em 1em;
	}
div#alert div.error_messages li
	{
	color: #FF0000;
	font-size:small;
	list-style:outside;
	margin: 0 5px 5px 5px;
	}	

/**
 * signup
 */
div#signup
	{
	width: 850px;
	margin-bottom: 15px;
	/*background: transparent url(../../img/top/loginBox_02.jpg) left top repeat-y;*/
	background: #ffffff;
	}

	div#signup h2
		{
		font-size: large;
		font-weight: 700;
		padding: 20px 0;
		}

	div#signup p.login
		{
		padding: 0 0 20px 0;
		}

		div#signup p.login a
			{
			color: #0000CC;
			text-decoration: underline;
			}
				
	div#signup h3
		{
		font-size: medium;
		color: #3366CC;
		font-weight: 700;
		padding-bottom: 15px;
		}

	
	div#signup div.innerBox
		{
		float: left;
		/*background: #ececec;*/
		border: solid 1px #CBDCED;
		padding: 20px 20px;
		}

	div#signup dl.info
		{
		float:left;
		display:block;
		width: 810px;
		background: #ffffff;
		border: solid 1px #CBDCED; 
		margin-bottom:10px;
		}
		
		div#signup dl.info dt
			{
			clear:left;
			float:left;
			display:block;
			background: #ffffff;
			padding: 7px 0 7px 3%;
			}

			div#signup dl.info dt label
				{
					font-weight: 700;
				}
						
			div#signup dl.info dt span,
			div#signup dl.info dd span,
			div#signup dl.ch1 span,
			div#signup dl.comment span,
			div#signup dl.comment2 span
				{
					color:#ff0000;
				}
				
		div#signup dl.info dd
			{
			float:right;
			width:70%;
			display:block;
			padding: 7px 0;
			background: #ffffff;
			}
			
	div#signup .formtext
		{
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		background-color:#F2FFD2;
		}
		
		div#signup dl.info dd input:focus,
		div#signup dl.info dd textarea:focus,
		div#signup dl.comment dd input:focus,
		div#signup dl.comment dd textarea:focus,
		div#signup dl.comment2 dd textarea:focus
			{
			background-color:#FFFFCC;
			}

	div#signup .selectGroup
		{
		width: 20%;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		background-color:#F2FFD2;
		}


		
	div#signup dl.ch3
		{
		float:left;
		display:block;
		width: 810px;
		background: #ffffff;
		margin-bottom:10px;
		}
	
		div#signup dl.ch3 dt
			{
			clear:left;
			float:left;
			display:block;
			background: #ffffff;
			padding: 0;
			}
		div#signup dl.ch3 dd
			{
			float:right;
			width:60%;
			display:block;
			padding: 7px 0;
			background: #ffffff;
			}
/* END signup */


