
/**
 * 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
------------------------------------------------------------ */

div#header.documents {
	width: 850px;
	padding-top: 62px;
}
p#hImage.documents {
	width:600px;
	margin-bottom: 10px;
}
div#contents.documents {
	width:850px;
	margin-top: 15px;
	padding-bottom: 0px;
	/*background: #ff0000;*/
}
div#mainContent.documents {
	float:left;
	width: 600px;
	margin-top: 0px;
	/*background: #d4d4d4;*/
	}
div#main.documents {
	float:left;
	width: 600px;
	margin-top: 0px;
	padding-left: 0;
	/*background: #CCFFCC;*/
	}
h2#mainTitle.documents {
	width: 580px;
	height: 30px;
	margin-bottom: 15px;
	}
div#leftbar.documents {
	float: right;
	width: 240px;
	position:relative;
	top:0px;
	margin: 0;
	text-align:left;
	/*background-color: #BACDFE;*/
	}	
div#rightbar.documents {
	float:right;
	width: 0;
	margin: 0 0 0 0;
	/*background: #FED3F7;*/
	}
div#footer.documents {
	border-top: solid 1px #CCCCCC;
	margin: 0px auto 0;
	padding-top: 5px;
	width:850px;
	height: 45px;
	text-align: left;
	background: #FFFDFA;
}
div#footercap.documents {
	margin: 0 auto 0;
	text-align: left;
	width: 850px;
	height: 100px;
	background: transparent url(./../img/common/footerBox_02.png) left top repeat-y;
	}
	div#footercap.documents div.topcap {
		clear:both;
		background: transparent url(./../img/common/footerBox_01.png) left top no-repeat;
		padding-bottom: 5px;
		}
	div#footercap.documents div.innerBox {
		float: left;
		padding: 0 10px 0 10px;
		}
		div#footercap.documents div.innerBox h2 {
			color: #ffffff;
			width: 830px;
			text-align: left;
			padding-top: 7px;
			padding-bottom: 8px;
			border-bottom: solid 1px #ffffff;
			}
		div#footercap.documents div.innerBox p#copyright {
			color: #ffffff;
			text-align: right;
			}
			div#footercap.documents div.innerBox p#copyright a {
				color: #ffffff;
				}
	div#footercap.documents div.endcap {
		clear:both;
		background:transparent url(./../img/common/footerBox_03.png) no-repeat left bottom;
		font-size: 9px;
		}

/* ------------------------------------------------------------ 
	 documentsBox
------------------------------------------------------------ */


div#documentsBox
	{
	background: white /*transparent url(../img/tops/newsBoxh.jpg) no-repeat 0px 0px*/;
	width: 580px;
	margin: 0;
	padding-bottom: 7px;
	}
	div#documentsBox p.paginator
		{
		text-align: right;
		}

	div#documentsBox h3
		{
		padding: 2px 7px;
		margin-bottom: 10px;
		}

	div.documentsArtBox
		{
		float: left;
		width: 100%;
		background: #FFFFFF;
		/*border-right: dashed 1px #cccccc;*/
		margin-bottom: 7px;
		}

		div.documentsArtBox h3
			{
			font-weight:bold;
			border-left:4px solid #101C8A;
			margin:0 0 0 0;
			padding:2px 0px 3px 10px;
			background:url(../img/common/dotbar.gif) repeat-x bottom;
			/*background: #419ECA;*/
			}
		
		div.documentsArtBox h3 a
			{
			color: #333333;
			font-weight:bold;
			}
		
	div#documentsBox .innerBox
		{
		float: left;
		padding: 10px;
		background: #ffffff;
		/*border-bottom: dashed 1px #ccc;*/
		}		

	div#documentsBox dl
		{
		margin: 0.5em 1em;
		border-bottom: 1px dashed #D5CFC8;
		}
	
		div#documentsBox dt
			{
			width: 6em;
			float: left;
			}
			
		div#documentsBox dd
			{
			margin: 0 0 0 6em;
			}


		div#documentsBox .innerBox p.catImage
			{
			float: left;
			/*background: #99FFCC;*/
			}	
		div#documentsBox .innerBox p.catText
			{
			/*background: #CCFFCC;*/
			}
div#documentsBox div.endcap
	{
	clear:both;
	background: #419ECA/*transparent url(../img/tops/endcap.png) no-repeat left bottom*/;
	font-size: 3px;
	}

	div#documentsBox p.footermsg
		{
		float: right;
		font-weight: 400;
		padding-top: 1em;
		}

		div#documentsBox p.footermsg a
			{
			color: #397BD2;
			font-weight: 400;
			}
