
/**
 * contacts.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		contacts.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @modifiedby		Yashuhiro Sota
 * @lastmodified	2007-04-24
 */


p#hImage.contacts
	{
	/*background: #333333;*/
	}

div#mainContent.contacts
	{
	float:right;
	width: 780px;
	margin-top: 0px;
	background: #ffffff;
	}
div#main.contacts
	{
	float:left;
	width: 450px;
	margin-top: 0px;
	padding-left: 10px;
	background: #ffffff;
	}

h2#mainTitle.contacts
	{
	width: 410px;
	}
	
div#leftbar.contacts
	{
	float:left;
	width: 170px;
	position:relative;
	top:0px;
	margin: 0;
	text-align:left;
	background-color: #ffffff;
	}	
div#rightbar.contacts
	{
	float:right;
	width: 310px;
	margin: 0 0 0 0;
	background: #ffffff;
	}
	



/* ------------------------------------------------------------ 
	FORM
------------------------------------------------------------ */


div#alert div.error_messages h4
	{
	color: #FF0000;
	font-weight: 700;
	padding-top: 10px;
	}
	
div#alert div.error_messages ul
	{
	color: #FF0000;
	margin: 5px 0 0 25px;
	}
div#alert div.error_messages li
	{
	color: #FF0000;
	font-size:small;
	list-style: outside disc;
	padding: 3px 5px;
	}






/*div#error-report h4
	{
	color: #FF0000;
	}
	
div#error-report ul
	{
	color: #FF0000;
	margin: 5px 0 0 25px;
	}
div#error-report li
	{
	color: #FF0000;
	font-size:small;
	list-style: outside disc;
	padding: 3px 5px;
	}*/
	
p.alert
	{
	color: #FF0000;
	padding-top: 5px;
	}

div#contactForm
	{
	margin-left: 0px;
	float: left;
	}
	
	div#contactForm  p.attention
		{

		text-align:right;
		}
		
		div#contactForm  p.attention span
			{
			color:#FF0000;
			}
	
	div#contactForm dl.info
		{
		float:left;
		display:block;
		/*width: 460px;*/
		border: solid 1px #e1e1e1; 
		padding-top: 3px;
		margin-top:10px;
		}
		
		div#contactForm dl.info dt
			{
			clear: left;
			float: left;
			display: block;
			width: 6em;
			margin: 6px 0px 10px 0px;
			padding-left: 0.5em;
			text-align: right;
			}
			
			div#contactForm dl.info dt span,
			div#contactForm dl.info dd span,
			div#contactForm dl.ch1 span,
			div#contactForm dl.comment span,
			div#contactForm dl.comment2 span
				{
				color:#ff0000;
				}
				
		div#contactForm dl.info dd
			{
			float:right;
			display:block;
			width: 300px;
			margin-bottom:4px;
			padding:6px 5px 4px 5px;
			}

		div#contactForm dl.info dd div.input
			{
			float: left;
			}

	div#contactForm .formtext
		{
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		background-color:#F2FFD2;
		margin-top: 3px;
		}
		
		div#contactForm dl.info dd input:focus,
		div#contactForm dl.info dd textarea:focus,
		div#contactForm dl.comment dd input:focus,
		div#contactForm dl.comment dd textarea:focus,
		div#contactForm dl.comment2 dd textarea:focus
			{
			background-color:#FFFFCC;
			}
		
	div#contactForm dl.ch3
		{
		float:left;
		display:block;
		padding:10px 0;
		}
	
		div#contactForm dl.ch3 dt
			{
			clear:left;
			float:left;
			display:block;
			padding: 0 20px 0 120px;
			}
		div#contactForm dl.ch3 dd
			{
			float:left;
			display:block;
			}
/* END contactForm */



	
