/* CSS information=====================
File name:layout.css
Editors:Watanabe
Last Editor: Watanabe
Date:2010.07.04
Table of Contents:
 *contact
==================================== */
.clear{
	clear:both;
}
.index2{
	padding:30px 0 100px 0;
	text-align:left;
	height:auto;
	margin-bottom:100px;
}

	.index2 .contents{
		margin-top:30px;
		float:left;
		width:950px;
			margin-bottom:100px;
}
		.index2 .contents dl{
			padding-left:100px;
}
		.index2 .contents dt{
			float:left;
			width:350px;
			height:90px;
			margin-top:50px;
			font-size:16px;
			color:#999;
			border-top:1px solid #999;
			border-bottom:1px solid #999;
			padding-top:80px;
			text-align:center;
}
		.index2 .contents dd{
			float:left;
			width:400px;
			height:130px;
			margin-top:50px;
			border-top:1px solid #999;
			border-bottom:1px solid #999;
			padding-top:40px;
}
		.index2 .contents dd img{
			margin-bottom:10px;
}
	