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

#pic {
	width: 230px;
	float: left;
	}
	
#disc {
	width: 260px;
	margin-left: 5px;
	float: right;
	}
	
#disc_title {
	width: 245px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#pic2 {
	width: 245px;
	float: right;
	}
	
#disc2 {
	width: 245px;
	float: left;
	margin-right: 5px;
	}
	
#disc_title2 {
	width: 245px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}

