@charset "utf-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////



//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@import "../../index.css";
@import "../../search/search.css";
	

/* COL4
****************************************************************************************************/

	div#contents #col4{
		overflow:hidden;
		width:900px;
		margin-bottom:30px;
	}

		div#contents #col4 div{
			float:left;
			width:290px;
			padding-right:7px;
			margin-right:7px;
			border-right:dotted 1px #D4C9A9; 
		}
			div#contents #col4 div.ml0{
				padding-right:0;
				margin-right:0;
				border-right:none; 
			}
		
		
			div#contents #col4 p{
				float:left;
				width:60px;
			}
			div#contents #col4 dl{
				float:right;
				width:225px;
			}
				div#contents #col4 dt{
					font-weight:bold;
				}
		
				

