
/**
 * 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.login
	{
	/*background: #52BBF2;*/
	}

div#mainContent.login
	{
	float:right;
	width: 850px;
	margin-top: 0px;
	/*background: #ffffff;*/
	}
div#main.login
	{
	float:left;
	width: 550px;
	margin-top: 0px;
	padding-left: 0;
	/*background: #ececec;*/
	}

/*h2#mainTitle.login
	{
	width: 370px;
	padding-bottom:10px;
	background-color: #e7e7e7;
	}*/
	
div#leftbar.login
	{
	float:left;
	width: 0;
	position:relative;
	top:0px;
	margin: 0;
	text-align:left;
	background-color: #F5F1EC;
	}	
div#rightbar.login
	{
	float:right;
	width: 280px;
	margin: 0 0 0 0;
	background: #ffffff;
	}
	
	
	
/* ------------------------------------------------------------ 
	 regtxt
------------------------------------------------------------ */

div#regtxt
	{
	width: 550px;
	margin-bottom: 15px;
	/*background: transparent url(../../img/top/regtxt_02.jpg) left top repeat-y;*/
	}

	div#regtxt a
		{
		color: #053799;
		}

	
	div#regtxt div.topcap
		{
		clear:both;
		/*background: transparent url(../../img/top/regtxt_01.jpg) left top no-repeat;*/
		padding-top: 0px;
		font-size: 9px;
		}

	div#regtxt div.innerBox
		{
		padding: 0px 0 2em 0;
		}
		
		div#regtxt h3
			{
			padding-bottom: 10px;
			font-weight: bold;	
			color: #333333;
			}
		
		div#regtxt p
			{
			padding-bottom: 15px;
			}
		
		div#regtxt dl
			{
			padding-bottom: 15px;
			}
		
			div#regtxt dt
				{
				width: 70px;
				float: left;
				}
				
			div#regtxt dd
				{
				margin: 0 0 0 70px;
				}
				
				div#regtxt dd span
					{
					font-weight: bold;	
					color: #333333;
					}
				
	div#regtxt div.endcap
		{
		clear:both;
		/*background:transparent url(../../img/top/regtxt_03.jpg) no-repeat left bottom;*/
		font-size: 9px;
		}
