@charset "UTF-8";

/* TOP
##################################### */

	h2 {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
	h3 {
		text-indent: -99999px;
		width: 960px;
		height: 96px;
		margin-bottom: 40px;
		margin-top: 20px;
		background: url(../img/top/h3.gif) no-repeat;		
	}	
	
	div#contents div#main-column { 
		background-image: none;
	}	

	ul.content-menu{
		overflow: hidden;
		zoom: 1;
	}
	
		ul.content-menu li {
			float: left;
			width: 300px;
			margin-right: 30px;

		}
		
		ul.content-menu li.end {
			margin-right: 0;
		}


			ul.content-menu li dl{
				overflow: hidden;
			}
			
				ul.content-menu li dl dt{
					background: url(../img/common/grid2.gif) bottom repeat-x;
					padding-bottom: 5px;
					font-size: 16px;
					font-weight: bold;
					margin-bottom: 15px;
				}

				ul.content-menu li dl dd.dd-img{
					float: left;
					width: 135px;
				}
				
				ul.content-menu li dl dd.dd-txt{
					float: right;
					width: 165px;
				}

				
			
	
