
/**
 * web.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		searches.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#logo.web
	{
	top: 30px;
	left: 0;
	}

div#header.web
	{
	width: 780px;
	height: 150px;
	/*background: #FFCCCC;*/
	}
	
div#contents.web
	{
	width: 780px;
	}

div#mainContent.web
	{
	float:right;
	width: 780px;
	margin-top: 0px;
	background: #ffffff;
	}
div#main.web
	{
	float:left;
	width: 680px;
	margin-top: 0px;
	padding-left: 0px;
	/*background: #ececec;*/
	}

/*h2#mainTitle.top
	{
	width: 370px;
	padding-bottom:10px;
	background-color: #e7e7e7;
	}*/
	
div#leftbar.web
	{
	/*background-color: #F5F1EC;*/
	}	
div#rightbar.web
	{
	/*background: #ffffff;*/
	}
div#footer.web
	{
	width: 780px;
	/*background: #ff0000;*/
	}


/* ------------------------------------------------------------ 
	 srchBoxTop
------------------------------------------------------------ */
div#srchBox
	{
	float:left;
	width: 780px;
	margin-bottom: 0px;
	/*background: transparent url(../../img/searches/srchBox_02.jpg) left top repeat-y;*/
	/*background: #ececec;*/
	}
	
	div#srchBox a
		{
		color: #0000DE;
		text-decoration: underline;
		}

	
	div#srchBox div.topcap
		{
		clear:both;
		/*background: transparent url(../../img/searches/srchBox_01.jpg) left top no-repeat;*/
		padding-top: 0px;
		font-size: 9px;
		}

	div#srchBox div.innerBox
		{
		float:left;
		padding: 0 0px 1em 100px;
		}

	div#srchBox div.innerBox .flash_message
		{
		color: #257FBD;
		font-weight: 700;
		padding: 0 0 1em 0;
		}


	div#srchBox div#srchTags
		{
		float: left;
		margin-bottom: 0.5em;
		}
	
		div#srchTags ul
			{
			float: left;
			}

		div#srchTags ul li
			{
			float: left;
			margin-bottom:3px;
			margin-right: 0em;
			padding-left: 0em;
			/*background:url(../img/admin/arw_brown.gif) no-repeat 0px 4px !important;*/
			letter-spacing: 0px;
			}
			
			div#srchTags li a
				{
				display: inline;
				height: 17px;
				line-height: 17px;
				color: #0000DE;
				}
			div#srchTags li a:hover,
			div#srchTags li a:focus
				{
				color:#4186CB;
				}
			div#srchTags li.active a
				{
				text-decoration: none;
				font-weight: 700;
				color: #666666;
				}
	
		div#srchBox div.innerBox div.srchInputBox
			{
			float:left;
			padding: 0 0 0 0;
			/*border-bottom: solid 1px #cccccc;*/
			}
			
			div.srchInputBox div.dl
				{
				float:left;
				padding-bottom: 0.5em;
				background: #ffffff;
				}
			
				div.srchInputBox div.dt
					{
					float:left;
					margin-right: 0px;
					}
					div.srchInputBox div.dt input
						{
						width: 30em;
						height: 1.6em;
						margin-right: 0px;
						}
					* html div.srchInputBox div.dt input
						{
						height: 19px;
						}	
				div.srchInputBox div.dd
					{
					float:left;
					padding: 0 0 0 0;
					}
	
					div.srchInputBox div.dd span#advanced
						{
						padding-left: 0.7em;
						}

						div.srchInputBox div.dd span#advanced a
							{
							font-size: x-small;
							text-decoration: underline;
							}
	
					div#srchBox input.searchSubmit
						{
						float: left;
						margin: 0em 0 0 0;
						}
			
	div#srchBox div.endcap
		{
		clear: both;
		/*background:transparent url(../../img/searches/srchBox_03.jpg) no-repeat left bottom;*/
		font-size: 9px;
		border-bottom: solid 1px #A5ACB2;
		}






