@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------*/
/*2カラム*/

#two_column{
	width:631px;
	margin:20px auto 0px auto;
	overflow:hidden;
}

#two_column .img{
	width:167px;
	float:left;
	overflow:hidden;
}

#two_column .text_col{
	width:445px;
	float:right;
	overflow:hidden;
}

#two_column .text_col dl{
	width:445px;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}

#two_column .text_col dl dt{
	border-bottom:1px dotted #949494;
	background-image:url(image/icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:6px 0px 6px 20px;
	font-weight:bold;
	font-size:1.2em;
}

#two_column .text_col dl dd{
	padding:10px 0px;
}

#two_column .text_col dl dd p{
	margin-bottom:5px;
}


/*-----------------------------------------------------------------------*/
/*ダウンロードボタン*/

#download_container{
	width:310px;
	margin:0px auto;
	overflow:hidden;
}

#download_container dd{
	text-align:center;
}


/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/

