
ul.design_list{
	list-style: none;
	margin: 0;
	padding: 12px 0;
}
	ul.design_list li{
		margin: 0;
		padding: 0 0 24px 0;
		width: 32.5%;
		float: left;
	}
		ul.design_list li h3{
			font: bold 14px Arial;
		}
			ul.design_list li h3 a:link,
			ul.design_list li h3 a:visited{
				text-decoration: none;
			}
				ul.design_list li h3 a:active,
				ul.design_list li h3 a:hover{
					text-decoration: underline;
				}
		ul.design_list li img{
			border: #8A8A8A 1px solid;
			width: 178px;
			height: 154px;
			background-position: center center;
			background-repeat: no-repeat;
			margin: 4px 0;
		}
#link_line{
   border-bottom: 1px dashed #00788D; 
   text-decoration: none;
}
   a#link_line:hover{
      border-bottom: none;
   }
.position{
   text-align: center; 
   padding-right: 25px;
}

